#A20951

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

Shades of Jazzberry Jam #A20951

Tints of Jazzberry Jam #A20951

Color information

#A20951 (or 0xA20951) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 09 and 51. RGB value is (162,9,81). Sum of RGB (Red+Green+Blue) = 162+9+81=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A20951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20951 is #5DF6AE. Grayscale: #3E3E3E. Windows color (decimal): -6157999 or 5310882. OLE color: 5310882.

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

Color convert

RGB162981-
CMYK00.940.500.36
HSL331.76º89.47%33.53%-
HSV(B)331.76º94.44%63.53%-
XYZ16.488.478.55-
YUV62.96138.19198.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.29%
GREEN value IS 9 (3.91% from 255) = 3.57%
BLUE value IS 81 (32.03% from 255) = 32.14%
R=64.29%
G=3.57%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16298100.940.500.36331.7689.4733.53
HexA295105E322414c5922
Octal242111210136624451413142
Binary1010001010011010001010111101100101001001010011001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20951; }

 p { color: rgb(162,9,81); }

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

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

 a { background-color: rgb(162,9,81); }

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

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

 span { border-color: rgb(162,9,81); }

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