#A20E42

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

Shades of Jazzberry Jam #A20E42

Tints of Jazzberry Jam #A20E42

Color information

#A20E42 (or 0xA20E42) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 0E and 42. RGB value is (162,14,66). Sum of RGB (Red+Green+Blue) = 162+14+66=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20E42 is #5DF1BD. Grayscale: #404040. Windows color (decimal): -6156734 or 4329122. OLE color: 4329122.

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

Color convert

RGB1621466-
CMYK00.910.590.36
HSL338.92º84.09%34.51%-
HSV(B)338.92º91.36%63.53%-
XYZ16.048.395.93-
YUV64.18129.03197.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.94%
GREEN value IS 14 (5.86% from 255) = 5.79%
BLUE value IS 66 (26.17% from 255) = 27.27%
R=66.94%
G=5.79%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162146600.910.590.36338.9284.0934.51
HexA2E4205B3B241535423
Octal242161020133734452312443
Binary1010001011101000010010110111110111001001010100111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20E42; }

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

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

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

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

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

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

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

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