#A62170

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

Shades of Jazzberry Jam #A62170

Tints of Jazzberry Jam #A62170

Color information

#A62170 (or 0xA62170) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 21 and 70. RGB value is (166,33,112). Sum of RGB (Red+Green+Blue) = 166+33+112=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A62170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62170 is #59DE8F. Grayscale: #515151. Windows color (decimal): -5889680 or 7348646. OLE color: 7348646.

HSL color Cylindrical-coordinate representation of color #A62170: hue angle of 324.36º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62170 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16633112-
CMYK00.800.330.35
HSL324.36º66.83%39.02%-
HSV(B)324.36º80.12%65.1%-
XYZ19.1910.3616.32-
YUV81.77145.06188.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.38%
GREEN value IS 33 (13.28% from 255) = 10.61%
BLUE value IS 112 (44.14% from 255) = 36.01%
R=53.38%
G=10.61%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663311200.800.330.35324.3666.8339.02
HexA6217005021231444327
Octal246411600120414350410347
Binary101001101000011110000010100001000011000111010001001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62170; }

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

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

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

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

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

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

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

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