#AB0E67

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

Shades of Jazzberry Jam #AB0E67

Tints of Jazzberry Jam #AB0E67

Color information

#AB0E67 (or 0xAB0E67) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 0E and 67. RGB value is (171,14,103). Sum of RGB (Red+Green+Blue) = 171+14+103=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0E67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0E67 is #54F198. Grayscale: #464646. Windows color (decimal): -5566873 or 6753963. OLE color: 6753963.

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

Color convert

RGB17114103-
CMYK00.920.400.33
HSL325.99º84.86%36.27%-
HSV(B)325.99º91.81%67.06%-
XYZ19.49.9513.73-
YUV71.09146.01199.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.38%
GREEN value IS 14 (5.86% from 255) = 4.86%
BLUE value IS 103 (40.62% from 255) = 35.76%
R=59.38%
G=4.86%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711410300.920.400.33325.9984.8636.27
HexABE6705C28211465524
Octal253161470134504150612544
Binary1010101111101100111010111001010001000011010001101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0E67; }

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

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

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

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

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

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

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

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