#A20055

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

Shades of Jazzberry Jam #A20055

Tints of Jazzberry Jam #A20055

Color information

#A20055 (or 0xA20055) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 00 and 55. RGB value is (162,0,85). Sum of RGB (Red+Green+Blue) = 162+0+85=247 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.59% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 162 - color contains mainly: red. Hex color #A20055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20055 is #5DFFAA. Grayscale: #393939. Windows color (decimal): -6160299 or 5570722. OLE color: 5570722.

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

Color convert

RGB162085-
CMYK010.480.36
HSL328.52º100%31.76%-
HSV(B)328.52º100%63.53%-
XYZ16.548.349.33-
YUV58.13143.17202.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 65.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 85 (33.59% from 255) = 34.41%
R=65.59%
G=0%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162085010.480.36328.5210031.76
HexA205506430241496420
Octal24201250144604451114440
Binary1010001001010101011001001100001001001010010011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20055; }

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

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

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

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

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

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

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

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