#A0216A

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

Shades of Jazzberry Jam #A0216A

Tints of Jazzberry Jam #A0216A

Color information

#A0216A (or 0xA0216A) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 21 and 6A. RGB value is (160,33,106). Sum of RGB (Red+Green+Blue) = 160+33+106=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A0216A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0216A is #5FDE95. Grayscale: #4F4F4F. Windows color (decimal): -6282902 or 6955424. OLE color: 6955424.

HSL color Cylindrical-coordinate representation of color #A0216A: hue angle of 325.51º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0216A is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB16033106-
CMYK00.790.340.37
HSL325.51º65.8%37.84%-
HSV(B)325.51º79.37%62.75%-
XYZ17.649.614.56-
YUV79.3143.08185.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.51%
GREEN value IS 33 (13.28% from 255) = 11.04%
BLUE value IS 106 (41.80% from 255) = 35.45%
R=53.51%
G=11.04%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603310600.790.340.37325.5165.837.84
HexA0216A04F22251464226
Octal240411520117424550610246
Binary101000001000011101010010011111000101001011010001101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0216A; }

 p { color: rgb(160,33,106); }

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

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

 a { background-color: rgb(160,33,106); }

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

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

 span { border-color: rgb(160,33,106); }

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