#A20A59

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

Shades of Jazzberry Jam #A20A59

Tints of Jazzberry Jam #A20A59

Color information

#A20A59 (or 0xA20A59) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 0A and 59. RGB value is (162,10,89). Sum of RGB (Red+Green+Blue) = 162+10+89=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20A59 is #5DF5A6. Grayscale: #404040. Windows color (decimal): -6157735 or 5835426. OLE color: 5835426.

HSL color Cylindrical-coordinate representation of color #A20A59: hue angle of 328.82º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20A59 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB1621089-
CMYK00.940.450.36
HSL328.82º88.37%33.73%-
HSV(B)328.82º93.83%63.53%-
XYZ16.818.6210.23-
YUV64.45141.86197.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.07%
GREEN value IS 10 (4.30% from 255) = 3.83%
BLUE value IS 89 (35.16% from 255) = 34.10%
R=62.07%
G=3.83%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162108900.940.450.36328.8288.3733.73
HexA2A5905E2D241495822
Octal242121310136554451113042
Binary1010001010101011001010111101011011001001010010011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20A59; }

 p { color: rgb(162,10,89); }

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

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

 a { background-color: rgb(162,10,89); }

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

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

 span { border-color: rgb(162,10,89); }

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