#AB1067

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

Shades of Jazzberry Jam #AB1067

Tints of Jazzberry Jam #AB1067

Color information

#AB1067 (or 0xAB1067) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 10 and 67. RGB value is (171,16,103). Sum of RGB (Red+Green+Blue) = 171+16+103=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1067 is #54EF98. Grayscale: #484848. Windows color (decimal): -5566361 or 6754475. OLE color: 6754475.

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

Color convert

RGB17116103-
CMYK00.910.400.33
HSL326.32º82.89%36.67%-
HSV(B)326.32º90.64%67.06%-
XYZ19.4310.0113.74-
YUV72.26145.35198.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 58.97%
GREEN value IS 16 (6.64% from 255) = 5.52%
BLUE value IS 103 (40.62% from 255) = 35.52%
R=58.97%
G=5.52%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711610300.910.400.33326.3282.8936.67
HexAB106705B28211465325
Octal253201470133504150612345
Binary10101011100001100111010110111010001000011010001101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1067; }

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

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

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

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

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

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

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

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