#AB0557

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

Shades of Jazzberry Jam #AB0557

Tints of Jazzberry Jam #AB0557

Color information

#AB0557 (or 0xAB0557) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 05 and 57. RGB value is (171,5,87). Sum of RGB (Red+Green+Blue) = 171+5+87=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0557 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0557 is #54FAA8. Grayscale: #3F3F3F. Windows color (decimal): -5569193 or 5703083. OLE color: 5703083.

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

Color convert

RGB171587-
CMYK00.970.490.33
HSL330.36º94.32%34.51%-
HSV(B)330.36º97.08%67.06%-
XYZ18.579.459.86-
YUV63.98141204.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 65.02%
GREEN value IS 5 (2.34% from 255) = 1.90%
BLUE value IS 87 (34.38% from 255) = 33.08%
R=65.02%
G=1.90%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17158700.970.490.33330.3694.3234.51
HexAB557061312114a5e23
Octal25351270141614151213643
Binary101010111011010111011000011100011000011010010101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0557; }

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

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

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

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

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

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

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

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