#AB2166

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

Shades of Jazzberry Jam #AB2166

Tints of Jazzberry Jam #AB2166

Color information

#AB2166 (or 0xAB2166) is unknown color: approx Jazzberry Jam. HEX triplet: AB, 21 and 66. RGB value is (171,33,102). Sum of RGB (Red+Green+Blue) = 171+33+102=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2166 is #54DE99. Grayscale: #515151. Windows color (decimal): -5562010 or 6693291. OLE color: 6693291.

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

Color convert

RGB17133102-
CMYK00.810.400.33
HSL330º67.65%40%-
HSV(B)330º80.7%67.06%-
XYZ19.7410.713.6-
YUV82.13139.22191.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.88%
GREEN value IS 33 (13.28% from 255) = 10.78%
BLUE value IS 102 (40.23% from 255) = 33.33%
R=55.88%
G=10.78%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713310200.810.400.3333067.6540
HexAB2166051282114a4428
Octal253411460121504151210450
Binary101010111000011100110010100011010001000011010010101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2166; }

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

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

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

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

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

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

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

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