#A0216E

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

Shades of Jazzberry Jam #A0216E

Tints of Jazzberry Jam #A0216E

Color information

#A0216E (or 0xA0216E) is unknown color: approx Jazzberry Jam. HEX triplet: A0, 21 and 6E. RGB value is (160,33,110). Sum of RGB (Red+Green+Blue) = 160+33+110=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A0216E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0216E is #5FDE91. Grayscale: #4F4F4F. Windows color (decimal): -6282898 or 7217568. OLE color: 7217568.

HSL color Cylindrical-coordinate representation of color #A0216E: hue angle of 323.62º 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 #A0216E is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB16033110-
CMYK00.790.310.37
HSL323.62º65.8%37.84%-
HSV(B)323.62º79.37%62.75%-
XYZ17.869.6915.68-
YUV79.75145.08185.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.81%
GREEN value IS 33 (13.28% from 255) = 10.89%
BLUE value IS 110 (43.36% from 255) = 36.30%
R=52.81%
G=10.89%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603311000.790.310.37323.6265.837.84
HexA0216E04F1F251444226
Octal240411560117374550410246
Binary10100000100001110111001001111111111001011010001001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0216E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0216E; }

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

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

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

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

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

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

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

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