#A20E62

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

Shades of Jazzberry Jam #A20E62

Tints of Jazzberry Jam #A20E62

Color information

#A20E62 (or 0xA20E62) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 0E and 62. RGB value is (162,14,98). Sum of RGB (Red+Green+Blue) = 162+14+98=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20E62 is #5DF19D. Grayscale: #434343. Windows color (decimal): -6156702 or 6426274. OLE color: 6426274.

HSL color Cylindrical-coordinate representation of color #A20E62: hue angle of 325.95º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20E62 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB1621498-
CMYK00.910.400.36
HSL325.95º84.09%34.51%-
HSV(B)325.95º91.36%63.53%-
XYZ17.268.8812.36-
YUV67.83145.03195.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.12%
GREEN value IS 14 (5.86% from 255) = 5.11%
BLUE value IS 98 (38.67% from 255) = 35.77%
R=59.12%
G=5.11%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162149800.910.400.36325.9584.0934.51
HexA2E6205B28241465423
Octal242161420133504450612443
Binary1010001011101100010010110111010001001001010001101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20E62; }

 p { color: rgb(162,14,98); }

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

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

 a { background-color: rgb(162,14,98); }

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

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

 span { border-color: rgb(162,14,98); }

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