#A20F60

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

Shades of Jazzberry Jam #A20F60

Tints of Jazzberry Jam #A20F60

Color information

#A20F60 (or 0xA20F60) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 0F and 60. RGB value is (162,15,96). Sum of RGB (Red+Green+Blue) = 162+15+96=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20F60 is #5DF09F. Grayscale: #444444. Windows color (decimal): -6156448 or 6295458. OLE color: 6295458.

HSL color Cylindrical-coordinate representation of color #A20F60: hue angle of 326.94º degrees, saturation: 0.83, 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 #A20F60 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1621596-
CMYK00.910.410.36
HSL326.94º83.05%34.71%-
HSV(B)326.94º90.74%63.53%-
XYZ17.188.8711.87-
YUV68.19143.7194.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.34%
GREEN value IS 15 (6.25% from 255) = 5.49%
BLUE value IS 96 (37.89% from 255) = 35.16%
R=59.34%
G=5.49%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162159600.910.410.36326.9483.0534.71
HexA2F6005B29241475323
Octal242171400133514450712343
Binary1010001011111100000010110111010011001001010001111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20F60; }

 p { color: rgb(162,15,96); }

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

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

 a { background-color: rgb(162,15,96); }

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

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

 span { border-color: rgb(162,15,96); }

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