#AA216A

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

Shades of Jazzberry Jam #AA216A

Tints of Jazzberry Jam #AA216A

Color information

#AA216A (or 0xAA216A) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 21 and 6A. RGB value is (170,33,106). Sum of RGB (Red+Green+Blue) = 170+33+106=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA216A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA216A is #55DE95. Grayscale: #525252. Windows color (decimal): -5627542 or 6955434. OLE color: 6955434.

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

Color convert

RGB17033106-
CMYK00.810.380.33
HSL328.03º67.49%39.8%-
HSV(B)328.03º80.59%66.67%-
XYZ19.7210.6714.66-
YUV82.28141.39190.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 55.02%
GREEN value IS 33 (13.28% from 255) = 10.68%
BLUE value IS 106 (41.80% from 255) = 34.30%
R=55.02%
G=10.68%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703310600.810.380.33328.0367.4939.8
HexAA216A05126211484328
Octal252411520121464151010350
Binary101010101000011101010010100011001101000011010010001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA216A; }

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

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

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

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

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

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

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

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