#A20B61

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

Shades of Jazzberry Jam #A20B61

Tints of Jazzberry Jam #A20B61

Color information

#A20B61 (or 0xA20B61) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 0B and 61. RGB value is (162,11,97). Sum of RGB (Red+Green+Blue) = 162+11+97=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20B61 is #5DF49E. Grayscale: #414141. Windows color (decimal): -6157471 or 6359970. OLE color: 6359970.

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

Color convert

RGB1621197-
CMYK00.930.400.36
HSL325.83º87.28%33.92%-
HSV(B)325.83º93.21%63.53%-
XYZ17.188.7812.1-
YUV65.95145.53196.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60%
GREEN value IS 11 (4.69% from 255) = 4.07%
BLUE value IS 97 (38.28% from 255) = 35.93%
R=60%
G=4.07%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162119700.930.400.36325.8387.2833.92
HexA2B6105D28241465722
Octal242131410135504450612742
Binary1010001010111100001010111011010001001001010001101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20B61; }

 p { color: rgb(162,11,97); }

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

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

 a { background-color: rgb(162,11,97); }

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

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

 span { border-color: rgb(162,11,97); }

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