#A20E4C

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

Shades of Jazzberry Jam #A20E4C

Tints of Jazzberry Jam #A20E4C

Color information

#A20E4C (or 0xA20E4C) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 0E and 4C. RGB value is (162,14,76). Sum of RGB (Red+Green+Blue) = 162+14+76=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20E4C is #5DF1B3. Grayscale: #414141. Windows color (decimal): -6156724 or 4984482. OLE color: 4984482.

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

Color convert

RGB1621476-
CMYK00.910.530.36
HSL334.86º84.09%34.51%-
HSV(B)334.86º91.36%63.53%-
XYZ16.368.527.62-
YUV65.32134.03196.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.29%
GREEN value IS 14 (5.86% from 255) = 5.56%
BLUE value IS 76 (30.08% from 255) = 30.16%
R=64.29%
G=5.56%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162147600.910.530.36334.8684.0934.51
HexA2E4C05B352414f5423
Octal242161140133654451712443
Binary1010001011101001100010110111101011001001010011111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20E4C; }

 p { color: rgb(162,14,76); }

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

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

 a { background-color: rgb(162,14,76); }

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

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

 span { border-color: rgb(162,14,76); }

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