#A20A45

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

Shades of Jazzberry Jam #A20A45

Tints of Jazzberry Jam #A20A45

Color information

#A20A45 (or 0xA20A45) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 0A and 45. RGB value is (162,10,69). Sum of RGB (Red+Green+Blue) = 162+10+69=241 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.22% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 69 (27.34% from 255 or 28.63% from 241); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20A45 is #5DF5BA. Grayscale: #3E3E3E. Windows color (decimal): -6157755 or 4524706. OLE color: 4524706.

HSL color Cylindrical-coordinate representation of color #A20A45: hue angle of 336.71º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20A45 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB1621069-
CMYK00.940.570.36
HSL336.71º88.37%33.73%-
HSV(B)336.71º93.83%63.53%-
XYZ16.088.336.39-
YUV62.17131.86199.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.22%
GREEN value IS 10 (4.30% from 255) = 4.15%
BLUE value IS 69 (27.34% from 255) = 28.63%
R=67.22%
G=4.15%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162106900.940.570.36336.7188.3733.73
HexA2A4505E39241515822
Octal242121050136714452113042
Binary1010001010101000101010111101110011001001010100011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20A45; }

 p { color: rgb(162,10,69); }

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

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

 a { background-color: rgb(162,10,69); }

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

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

 span { border-color: rgb(162,10,69); }

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