#AB0857

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

Shades of Jazzberry Jam #AB0857

Tints of Jazzberry Jam #AB0857

Color information

#AB0857 (or 0xAB0857) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 08 and 57. RGB value is (171,8,87). Sum of RGB (Red+Green+Blue) = 171+8+87=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0857 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0857 is #54F7A8. Grayscale: #414141. Windows color (decimal): -5568425 or 5703851. OLE color: 5703851.

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

Color convert

RGB171887-
CMYK00.950.490.33
HSL330.92º91.06%35.1%-
HSV(B)330.92º95.32%67.06%-
XYZ18.69.529.87-
YUV65.74140203.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 64.29%
GREEN value IS 8 (3.52% from 255) = 3.01%
BLUE value IS 87 (34.38% from 255) = 32.71%
R=64.29%
G=3.01%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17188700.950.490.33330.9291.0635.1
HexAB85705F312114b5b23
Octal253101270137614151313343
Binary1010101110001010111010111111100011000011010010111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0857; }

 p { color: rgb(171,8,87); }

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

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

 a { background-color: rgb(171,8,87); }

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

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

 span { border-color: rgb(171,8,87); }

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