#A20555

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

Shades of Jazzberry Jam #A20555

Tints of Jazzberry Jam #A20555

Color information

#A20555 (or 0xA20555) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 05 and 55. RGB value is (162,5,85). Sum of RGB (Red+Green+Blue) = 162+5+85=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A20555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20555 is #5DFAAA. Grayscale: #3C3C3C. Windows color (decimal): -6159019 or 5572002. OLE color: 5572002.

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

Color convert

RGB162585-
CMYK00.970.480.36
HSL329.43º94.01%32.75%-
HSV(B)329.43º96.91%63.53%-
XYZ16.598.459.35-
YUV61.06141.51200-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.29%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 85 (33.59% from 255) = 33.73%
R=64.29%
G=1.98%
B=33.73%

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
Decimal16258500.970.480.36329.4394.0132.75
HexA255506130241495e21
Octal24251250141604451113641
Binary101000101011010101011000011100001001001010010011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20555; }

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

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

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

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

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

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

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

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