#AB1655

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

Shades of Jazzberry Jam #AB1655

Tints of Jazzberry Jam #AB1655

Color information

#AB1655 (or 0xAB1655) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 16 and 55. RGB value is (171,22,85). Sum of RGB (Red+Green+Blue) = 171+22+85=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1655 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1655 is #54E9AA. Grayscale: #494949. Windows color (decimal): -5564843 or 5576363. OLE color: 5576363.

HSL color Cylindrical-coordinate representation of color #AB1655: hue angle of 334.63º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1655 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB1712285-
CMYK00.870.500.33
HSL334.63º77.2%37.84%-
HSV(B)334.63º87.13%67.06%-
XYZ18.729.899.52-
YUV73.73134.36197.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.51%
GREEN value IS 22 (8.98% from 255) = 7.91%
BLUE value IS 85 (33.59% from 255) = 30.58%
R=61.51%
G=7.91%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171228500.870.500.33334.6377.237.84
HexAB1655057322114f4d26
Octal253261250127624151711546
Binary10101011101101010101010101111100101000011010011111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1655; }

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

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

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

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

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

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

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

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