#A20A50

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

Shades of Jazzberry Jam #A20A50

Tints of Jazzberry Jam #A20A50

Color information

#A20A50 (or 0xA20A50) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 0A and 50. RGB value is (162,10,80). Sum of RGB (Red+Green+Blue) = 162+10+80=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20A50 is #5DF5AF. Grayscale: #3F3F3F. Windows color (decimal): -6157744 or 5245602. OLE color: 5245602.

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

Color convert

RGB1621080-
CMYK00.940.510.36
HSL332.37º88.37%33.73%-
HSV(B)332.37º93.83%63.53%-
XYZ16.468.488.36-
YUV63.43137.36198.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.29%
GREEN value IS 10 (4.30% from 255) = 3.97%
BLUE value IS 80 (31.64% from 255) = 31.75%
R=64.29%
G=3.97%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162108000.940.510.36332.3788.3733.73
HexA2A5005E332414c5822
Octal242121200136634451413042
Binary1010001010101010000010111101100111001001010011001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20A50; }

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

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

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

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

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

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

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

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