#AB0E51

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

Shades of Jazzberry Jam #AB0E51

Tints of Jazzberry Jam #AB0E51

Color information

#AB0E51 (or 0xAB0E51) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 0E and 51. RGB value is (171,14,81). Sum of RGB (Red+Green+Blue) = 171+14+81=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0E51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0E51 is #54F1AE. Grayscale: #444444. Windows color (decimal): -5566895 or 5312171. OLE color: 5312171.

HSL color Cylindrical-coordinate representation of color #AB0E51: hue angle of 334.39º 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 #AB0E51 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB1711481-
CMYK00.920.530.33
HSL334.39º84.86%36.27%-
HSV(B)334.39º91.81%67.06%-
XYZ18.449.578.66-
YUV68.58135.01201.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 64.29%
GREEN value IS 14 (5.86% from 255) = 5.26%
BLUE value IS 81 (32.03% from 255) = 30.45%
R=64.29%
G=5.26%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171148100.920.530.33334.3984.8636.27
HexABE5105C352114e5524
Octal253161210134654151612544
Binary1010101111101010001010111001101011000011010011101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0E51; }

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

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

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

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

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

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

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

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