#A20A69

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

Shades of Jazzberry Jam #A20A69

Tints of Jazzberry Jam #A20A69

Color information

#A20A69 (or 0xA20A69) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 0A and 69. RGB value is (162,10,105). Sum of RGB (Red+Green+Blue) = 162+10+105=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20A69 is #5DF596. Grayscale: #424242. Windows color (decimal): -6157719 or 6884002. OLE color: 6884002.

HSL color Cylindrical-coordinate representation of color #A20A69: hue angle of 322.5º 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 #A20A69 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB16210105-
CMYK00.940.350.36
HSL322.5º88.37%33.73%-
HSV(B)322.5º93.83%63.53%-
XYZ17.568.9214.16-
YUV66.28149.86196.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.48%
GREEN value IS 10 (4.30% from 255) = 3.61%
BLUE value IS 105 (41.41% from 255) = 37.91%
R=58.48%
G=3.61%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621010500.940.350.36322.588.3733.73
HexA2A6905E23241425822
Octal242121510136434450213042
Binary1010001010101101001010111101000111001001010000101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20A69; }

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

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

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

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

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

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

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

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