#A20A5B

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

Shades of Jazzberry Jam #A20A5B

Tints of Jazzberry Jam #A20A5B

Color information

#A20A5B (or 0xA20A5B) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 0A and 5B. RGB value is (162,10,91). Sum of RGB (Red+Green+Blue) = 162+10+91=263 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.60% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20A5B is #5DF5A4. Grayscale: #404040. Windows color (decimal): -6157733 or 5966498. OLE color: 5966498.

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

Color convert

RGB1621091-
CMYK00.940.440.36
HSL328.03º88.37%33.73%-
HSV(B)328.03º93.83%63.53%-
XYZ16.98.6510.68-
YUV64.68142.86197.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.60%
GREEN value IS 10 (4.30% from 255) = 3.80%
BLUE value IS 91 (35.94% from 255) = 34.60%
R=61.60%
G=3.80%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162109100.940.440.36328.0388.3733.73
HexA2A5B05E2C241485822
Octal242121330136544451013042
Binary1010001010101011011010111101011001001001010010001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20A5B; }

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

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

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

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

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

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

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

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