#A20C54

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

Shades of Jazzberry Jam #A20C54

Tints of Jazzberry Jam #A20C54

Color information

#A20C54 (or 0xA20C54) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 0C and 54. RGB value is (162,12,84). Sum of RGB (Red+Green+Blue) = 162+12+84=258 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.79% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20C54 is #5DF3AB. Grayscale: #404040. Windows color (decimal): -6157228 or 5508258. OLE color: 5508258.

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

Color convert

RGB1621284-
CMYK00.930.480.36
HSL331.2º86.21%34.12%-
HSV(B)331.2º92.59%63.53%-
XYZ16.638.589.17-
YUV65.06138.7197.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.79%
GREEN value IS 12 (5.08% from 255) = 4.65%
BLUE value IS 84 (33.20% from 255) = 32.56%
R=62.79%
G=4.65%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162128400.930.480.36331.286.2134.12
HexA2C5405D302414b5622
Octal242141240135604451312642
Binary1010001011001010100010111011100001001001010010111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20C54; }

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

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

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

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

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

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

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

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