#ab0d60

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

Shades of Jazzberry Jam #AB0D60

Tints of Jazzberry Jam #AB0D60

Color information

#AB0D60 (or 0xAB0D60) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 0D and 60. RGB value is (171,13,96). Sum of RGB (Red+Green+Blue) = 171+13+96=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0D60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0D60 is #54F29F. Grayscale: #454545. Windows color (decimal): -5567136 or 6294955. OLE color: 6294955.

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

Color convert

RGB1711396-
CMYK00.920.440.33
HSL328.48º85.87%36.08%-
HSV(B)328.48º92.4%67.06%-
XYZ19.059.7911.95-
YUV69.7142.85200.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.07%
GREEN value IS 13 (5.47% from 255) = 4.64%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=61.07%
G=4.64%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171139600.920.440.33328.4885.8736.08
HexABD6005C2C211485624
Octal253151400134544151012644
Binary1010101111011100000010111001011001000011010010001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab0d60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab0d60; }

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

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

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

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

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

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

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

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