#AB216E

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

Shades of Jazzberry Jam #AB216E

Tints of Jazzberry Jam #AB216E

Color information

#AB216E (or 0xAB216E) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 21 and 6E. RGB value is (171,33,110). Sum of RGB (Red+Green+Blue) = 171+33+110=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB216E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB216E is #54DE91. Grayscale: #525252. Windows color (decimal): -5562002 or 7217579. OLE color: 7217579.

HSL color Cylindrical-coordinate representation of color #AB216E: hue angle of 326.52º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB216E is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB17133110-
CMYK00.810.360.33
HSL326.52º67.65%40%-
HSV(B)326.52º80.7%67.06%-
XYZ20.1510.8715.79-
YUV83.04143.22190.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.46%
GREEN value IS 33 (13.28% from 255) = 10.51%
BLUE value IS 110 (43.36% from 255) = 35.03%
R=54.46%
G=10.51%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713311000.810.360.33326.5267.6540
HexAB216E05124211474428
Octal253411560121444150710450
Binary101010111000011101110010100011001001000011010001111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB216E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB216E; }

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

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

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

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

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

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

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

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