#AB1155

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

Shades of Jazzberry Jam #AB1155

Tints of Jazzberry Jam #AB1155

Color information

#AB1155 (or 0xAB1155) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 11 and 55. RGB value is (171,17,85). Sum of RGB (Red+Green+Blue) = 171+17+85=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1155 is #54EEAA. Grayscale: #464646. Windows color (decimal): -5566123 or 5575083. OLE color: 5575083.

HSL color Cylindrical-coordinate representation of color #AB1155: hue angle of 333.51º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB1155 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB1711785-
CMYK00.900.500.33
HSL333.51º81.91%36.86%-
HSV(B)333.51º90.06%67.06%-
XYZ18.639.719.49-
YUV70.8136.02199.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.64%
GREEN value IS 17 (7.03% from 255) = 6.23%
BLUE value IS 85 (33.59% from 255) = 31.14%
R=62.64%
G=6.23%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171178500.900.500.33333.5181.9136.86
HexAB115505A322114e5225
Octal253211250132624151612245
Binary10101011100011010101010110101100101000011010011101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1155; }

 p { color: rgb(171,17,85); }

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

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

 a { background-color: rgb(171,17,85); }

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

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

 span { border-color: rgb(171,17,85); }

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