#ab1b60

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

Shades of Jazzberry Jam #AB1B60

Tints of Jazzberry Jam #AB1B60

Color information

#AB1B60 (or 0xAB1B60) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 1B and 60. RGB value is (171,27,96). Sum of RGB (Red+Green+Blue) = 171+27+96=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 27 (10.94% from 255 or 9.18% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1B60 is #54E49F. Grayscale: #4D4D4D. Windows color (decimal): -5563552 or 6298539. OLE color: 6298539.

HSL color Cylindrical-coordinate representation of color #AB1B60: hue angle of 331.25º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1B60 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB1712796-
CMYK00.840.440.33
HSL331.25º72.73%38.82%-
HSV(B)331.25º84.21%67.06%-
XYZ19.310.2912.03-
YUV77.92138.21194.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 58.16%
GREEN value IS 27 (10.94% from 255) = 9.18%
BLUE value IS 96 (37.89% from 255) = 32.65%
R=58.16%
G=9.18%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171279600.840.440.33331.2572.7338.82
HexAB1B600542C2114b4927
Octal253331400124544151311147
Binary10101011110111100000010101001011001000011010010111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab1b60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab1b60; }

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

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

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

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

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

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

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

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