#A61E70

Color #A61E70 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A61E70

Tints of Jazzberry Jam #A61E70

Color information

#A61E70 (or 0xA61E70) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 1E and 70. RGB value is (166,30,112). Sum of RGB (Red+Green+Blue) = 166+30+112=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A61E70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61E70 is #59E18F. Grayscale: #4F4F4F. Windows color (decimal): -5890448 or 7347878. OLE color: 7347878.

HSL color Cylindrical-coordinate representation of color #A61E70: hue angle of 323.82º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A61E70 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16630112-
CMYK00.820.330.35
HSL323.82º69.39%38.43%-
HSV(B)323.82º81.93%65.1%-
XYZ19.1110.2116.29-
YUV80.01146.06189.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 53.90%
GREEN value IS 30 (12.11% from 255) = 9.74%
BLUE value IS 112 (44.14% from 255) = 36.36%
R=53.90%
G=9.74%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663011200.820.330.35323.8269.3938.43
HexA61E7005221231444526
Octal246361600122414350410546
Binary10100110111101110000010100101000011000111010001001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61E70; }

 p { color: rgb(166,30,112); }

 H1.HeaderClassName
 {
   color: #A61E70;
 }
 .AnyTagClassName
 {
   color: #A61E70;
 }
</style>
background-color css

<style>
 a { background-color: #A61E70; }

 a { background-color: rgb(166,30,112); }

 div.DivClassName
 {
   background-color: #A61E70;
 }
 .BgClassName
 {
   background-color: #A61E70;
 }
</style>
border-color css

<style>
 span { border-color: #A61E70; }

 span { border-color: rgb(166,30,112); }

 td.TdClassName
 {
   border-color: #A61E70;
 }
 .TagClassName
 {
   border-color: #A61E70;
 }
</style>