#AA216E

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

Shades of Jazzberry Jam #AA216E

Tints of Jazzberry Jam #AA216E

Color information

#AA216E (or 0xAA216E) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 21 and 6E. RGB value is (170,33,110). Sum of RGB (Red+Green+Blue) = 170+33+110=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA216E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA216E is #55DE91. Grayscale: #525252. Windows color (decimal): -5627538 or 7217578. OLE color: 7217578.

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

Color convert

RGB17033110-
CMYK00.810.350.33
HSL326.28º67.49%39.8%-
HSV(B)326.28º80.59%66.67%-
XYZ19.9410.7615.78-
YUV82.74143.39190.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.31%
GREEN value IS 33 (13.28% from 255) = 10.54%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=54.31%
G=10.54%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703311000.810.350.33326.2867.4939.8
HexAA216E05123211464328
Octal252411560121434150610350
Binary101010101000011101110010100011000111000011010001101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA216E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA216E; }

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

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

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

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

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

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

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

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