#A20B58

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

Shades of Jazzberry Jam #A20B58

Tints of Jazzberry Jam #A20B58

Color information

#A20B58 (or 0xA20B58) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 0B and 58. RGB value is (162,11,88). Sum of RGB (Red+Green+Blue) = 162+11+88=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20B58 is #5DF4A7. Grayscale: #404040. Windows color (decimal): -6157480 or 5770146. OLE color: 5770146.

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

Color convert

RGB1621188-
CMYK00.930.460.36
HSL329.4º87.28%33.92%-
HSV(B)329.4º93.21%63.53%-
XYZ16.788.6310.01-
YUV64.93141.03197.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.07%
GREEN value IS 11 (4.69% from 255) = 4.21%
BLUE value IS 88 (34.77% from 255) = 33.72%
R=62.07%
G=4.21%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162118800.930.460.36329.487.2833.92
HexA2B5805D2E241495722
Octal242131300135564451112742
Binary1010001010111011000010111011011101001001010010011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20B58; }

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

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

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

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

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

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

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

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