#A20554

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

Shades of Jazzberry Jam #A20554

Tints of Jazzberry Jam #A20554

Color information

#A20554 (or 0xA20554) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 05 and 54. RGB value is (162,5,84). Sum of RGB (Red+Green+Blue) = 162+5+84=251 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.54% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 162 - color contains mainly: red. Hex color #A20554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20554 is #5DFAAB. Grayscale: #3C3C3C. Windows color (decimal): -6159020 or 5506466. OLE color: 5506466.

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

Color convert

RGB162584-
CMYK00.970.480.36
HSL329.81º94.01%32.75%-
HSV(B)329.81º96.91%63.53%-
XYZ16.558.439.14-
YUV60.95141.01200.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.54%
GREEN value IS 5 (2.34% from 255) = 1.99%
BLUE value IS 84 (33.20% from 255) = 33.47%
R=64.54%
G=1.99%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16258400.970.480.36329.8194.0132.75
HexA2554061302414a5e21
Octal24251240141604451213641
Binary101000101011010100011000011100001001001010010101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20554; }

 p { color: rgb(162,5,84); }

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

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

 a { background-color: rgb(162,5,84); }

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

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

 span { border-color: rgb(162,5,84); }

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