#AB0066

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

Shades of Jazzberry Jam #AB0066

Tints of Jazzberry Jam #AB0066

Color information

#AB0066 (or 0xAB0066) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 00 and 66. RGB value is (171,0,102). Sum of RGB (Red+Green+Blue) = 171+0+102=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0066 is #54FF99. Grayscale: #3E3E3E. Windows color (decimal): -5570458 or 6684843. OLE color: 6684843.

HSL color Cylindrical-coordinate representation of color #AB0066: hue angle of 324.21º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB0066 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB1710102-
CMYK010.400.33
HSL324.21º100%33.53%-
HSV(B)324.21º100%67.06%-
XYZ19.199.6213.42-
YUV62.76150.15205.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 37.36%
R=62.64%
G=0%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1710102010.400.33324.2110033.53
HexAB06606428211446422
Octal25301460144504150414442
Binary1010101101100110011001001010001000011010001001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0066; }

 p { color: rgb(171,0,102); }

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

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

 a { background-color: rgb(171,0,102); }

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

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

 span { border-color: rgb(171,0,102); }

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