#AA216F

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

Shades of Jazzberry Jam #AA216F

Tints of Jazzberry Jam #AA216F

Color information

#AA216F (or 0xAA216F) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 21 and 6F. RGB value is (170,33,111). Sum of RGB (Red+Green+Blue) = 170+33+111=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA216F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA216F is #55DE90. Grayscale: #525252. Windows color (decimal): -5627537 or 7283114. OLE color: 7283114.

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

Color convert

RGB17033111-
CMYK00.810.350.33
HSL325.84º67.49%39.8%-
HSV(B)325.84º80.59%66.67%-
XYZ19.9910.7816.07-
YUV82.85143.89190.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.14%
GREEN value IS 33 (13.28% from 255) = 10.51%
BLUE value IS 111 (43.75% from 255) = 35.35%
R=54.14%
G=10.51%
B=35.35%

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
Decimal1703311100.810.350.33325.8467.4939.8
HexAA216F05123211464328
Octal252411570121434150610350
Binary101010101000011101111010100011000111000011010001101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA216F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA216F; }

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

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

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

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

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

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

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

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