#AA2166

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

Shades of Jazzberry Jam #AA2166

Tints of Jazzberry Jam #AA2166

Color information

#AA2166 (or 0xAA2166) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 21 and 66. RGB value is (170,33,102). Sum of RGB (Red+Green+Blue) = 170+33+102=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2166 is #55DE99. Grayscale: #515151. Windows color (decimal): -5627546 or 6693290. OLE color: 6693290.

HSL color Cylindrical-coordinate representation of color #AA2166: hue angle of 329.78º degrees, saturation: 0.67, 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 #AA2166 is Cyan = 0, Magento = 0.81, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB17033102-
CMYK00.810.40.33
HSL329.78º67.49%39.8%-
HSV(B)329.78º80.59%66.67%-
XYZ19.5210.5913.59-
YUV81.83139.39190.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.74%
GREEN value IS 33 (13.28% from 255) = 10.82%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=55.74%
G=10.82%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703310200.810.40.33329.7867.4939.8
HexAA2166051282114a4328
Octal252411460121504151210350
Binary101010101000011100110010100011010001000011010010101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2166; }

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

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

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

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

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

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

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

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