#A20C58

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

Shades of Jazzberry Jam #A20C58

Tints of Jazzberry Jam #A20C58

Color information

#A20C58 (or 0xA20C58) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 0C and 58. RGB value is (162,12,88). Sum of RGB (Red+Green+Blue) = 162+12+88=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20C58 is #5DF3A7. Grayscale: #414141. Windows color (decimal): -6157224 or 5770402. OLE color: 5770402.

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

Color convert

RGB1621288-
CMYK00.930.460.36
HSL329.6º86.21%34.12%-
HSV(B)329.6º92.59%63.53%-
XYZ16.798.6510.02-
YUV65.51140.7196.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.83%
GREEN value IS 12 (5.08% from 255) = 4.58%
BLUE value IS 88 (34.77% from 255) = 33.59%
R=61.83%
G=4.58%
B=33.59%

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
Decimal162128800.930.460.36329.686.2134.12
HexA2C5805D2E2414a5622
Octal242141300135564451212642
Binary1010001011001011000010111011011101001001010010101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20C58; }

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

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

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

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

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

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

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

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