#A20B44

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

Shades of Jazzberry Jam #A20B44

Tints of Jazzberry Jam #A20B44

Color information

#A20B44 (or 0xA20B44) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 0B and 44. RGB value is (162,11,68). Sum of RGB (Red+Green+Blue) = 162+11+68=241 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.22% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20B44 is #5DF4BB. Grayscale: #3E3E3E. Windows color (decimal): -6157500 or 4459426. OLE color: 4459426.

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

Color convert

RGB1621168-
CMYK00.930.580.36
HSL337.35º87.28%33.92%-
HSV(B)337.35º93.21%63.53%-
XYZ16.068.346.23-
YUV62.65131.03198.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.22%
GREEN value IS 11 (4.69% from 255) = 4.56%
BLUE value IS 68 (26.95% from 255) = 28.22%
R=67.22%
G=4.56%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162116800.930.580.36337.3587.2833.92
HexA2B4405D3A241515722
Octal242131040135724452112742
Binary1010001010111000100010111011110101001001010100011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20B44; }

 p { color: rgb(162,11,68); }

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

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

 a { background-color: rgb(162,11,68); }

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

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

 span { border-color: rgb(162,11,68); }

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