#ab1a66

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

Shades of Jazzberry Jam #AB1A66

Tints of Jazzberry Jam #AB1A66

Color information

#AB1A66 (or 0xAB1A66) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 1A and 66. RGB value is (171,26,102). Sum of RGB (Red+Green+Blue) = 171+26+102=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1A66 is #54E599. Grayscale: #4D4D4D. Windows color (decimal): -5563802 or 6691499. OLE color: 6691499.

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

Color convert

RGB17126102-
CMYK00.850.400.33
HSL328.55º73.6%38.63%-
HSV(B)328.55º84.8%67.06%-
XYZ19.5610.3613.54-
YUV78.02141.54194.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.19%
GREEN value IS 26 (10.55% from 255) = 8.70%
BLUE value IS 102 (40.23% from 255) = 34.11%
R=57.19%
G=8.70%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712610200.850.400.33328.5573.638.63
HexAB1A6605528211494a27
Octal253321460125504151111247
Binary10101011110101100110010101011010001000011010010011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab1a66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab1a66; }

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

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

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

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

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

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

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

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