#AB1059

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

Shades of Jazzberry Jam #AB1059

Tints of Jazzberry Jam #AB1059

Color information

#AB1059 (or 0xAB1059) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 10 and 59. RGB value is (171,16,89). Sum of RGB (Red+Green+Blue) = 171+16+89=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1059 is #54EFA6. Grayscale: #464646. Windows color (decimal): -5566375 or 5836971. OLE color: 5836971.

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

Color convert

RGB1711689-
CMYK00.910.480.33
HSL331.74º82.89%36.67%-
HSV(B)331.74º90.64%67.06%-
XYZ18.789.7510.34-
YUV70.67138.35199.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.96%
GREEN value IS 16 (6.64% from 255) = 5.80%
BLUE value IS 89 (35.16% from 255) = 32.25%
R=61.96%
G=5.80%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171168900.910.480.33331.7482.8936.67
HexAB105905B302114c5325
Octal253201310133604151412345
Binary10101011100001011001010110111100001000011010011001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1059; }

 p { color: rgb(171,16,89); }

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

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

 a { background-color: rgb(171,16,89); }

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

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

 span { border-color: rgb(171,16,89); }

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