#ab1660

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

Shades of Jazzberry Jam #AB1660

Tints of Jazzberry Jam #AB1660

Color information

#AB1660 (or 0xAB1660) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 16 and 60. RGB value is (171,22,96). Sum of RGB (Red+Green+Blue) = 171+22+96=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1660 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1660 is #54E99F. Grayscale: #4A4A4A. Windows color (decimal): -5564832 or 6297259. OLE color: 6297259.

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

Color convert

RGB1712296-
CMYK00.870.440.33
HSL330.2º77.2%37.84%-
HSV(B)330.2º87.13%67.06%-
XYZ19.1910.0812-
YUV74.99139.86196.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.17%
GREEN value IS 22 (8.98% from 255) = 7.61%
BLUE value IS 96 (37.89% from 255) = 33.22%
R=59.17%
G=7.61%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171229600.870.440.33330.277.237.84
HexAB16600572C2114a4d26
Octal253261400127544151211546
Binary10101011101101100000010101111011001000011010010101001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab1660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab1660; }

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

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

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

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

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

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

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

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