#A20E49

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

Shades of Jazzberry Jam #A20E49

Tints of Jazzberry Jam #A20E49

Color information

#A20E49 (or 0xA20E49) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 0E and 49. RGB value is (162,14,73). Sum of RGB (Red+Green+Blue) = 162+14+73=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20E49 is #5DF1B6. Grayscale: #404040. Windows color (decimal): -6156727 or 4787874. OLE color: 4787874.

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

Color convert

RGB1621473-
CMYK00.910.550.36
HSL336.08º84.09%34.51%-
HSV(B)336.08º91.36%63.53%-
XYZ16.268.487.08-
YUV64.98132.53197.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 65.06%
GREEN value IS 14 (5.86% from 255) = 5.62%
BLUE value IS 73 (28.91% from 255) = 29.32%
R=65.06%
G=5.62%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162147300.910.550.36336.0884.0934.51
HexA2E4905B37241505423
Octal242161110133674452012443
Binary1010001011101001001010110111101111001001010100001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20E49; }

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

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

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

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

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

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

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

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