#AB0E70

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

Shades of Jazzberry Jam #AB0E70

Tints of Jazzberry Jam #AB0E70

Color information

#AB0E70 (or 0xAB0E70) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 0E and 70. RGB value is (171,14,112). Sum of RGB (Red+Green+Blue) = 171+14+112=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0E70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0E70 is #54F18F. Grayscale: #474747. Windows color (decimal): -5566864 or 7343787. OLE color: 7343787.

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

Color convert

RGB17114112-
CMYK00.920.350.33
HSL322.55º84.86%36.27%-
HSV(B)322.55º91.81%67.06%-
XYZ19.8810.1416.24-
YUV72.11150.51198.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.58%
GREEN value IS 14 (5.86% from 255) = 4.71%
BLUE value IS 112 (44.14% from 255) = 37.71%
R=57.58%
G=4.71%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711411200.920.350.33322.5584.8636.27
HexABE7005C23211435524
Octal253161600134434150312544
Binary1010101111101110000010111001000111000011010000111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0E70; }

 p { color: rgb(171,14,112); }

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

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

 a { background-color: rgb(171,14,112); }

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

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

 span { border-color: rgb(171,14,112); }

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