#AB0F62

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

Shades of Jazzberry Jam #AB0F62

Tints of Jazzberry Jam #AB0F62

Color information

#AB0F62 (or 0xAB0F62) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 0F and 62. RGB value is (171,15,98). Sum of RGB (Red+Green+Blue) = 171+15+98=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0F62 is #54F09D. Grayscale: #464646. Windows color (decimal): -5566622 or 6426539. OLE color: 6426539.

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

Color convert

RGB1711598-
CMYK00.910.430.33
HSL328.08º83.87%36.47%-
HSV(B)328.08º91.23%67.06%-
XYZ19.179.8812.45-
YUV71.11143.18199.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.21%
GREEN value IS 15 (6.25% from 255) = 5.28%
BLUE value IS 98 (38.67% from 255) = 34.51%
R=60.21%
G=5.28%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171159800.910.430.33328.0883.8736.47
HexABF6205B2B211485424
Octal253171420133534151012444
Binary1010101111111100010010110111010111000011010010001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0F62; }

 p { color: rgb(171,15,98); }

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

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

 a { background-color: rgb(171,15,98); }

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

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

 span { border-color: rgb(171,15,98); }

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