#AA2170

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

Shades of Jazzberry Jam #AA2170

Tints of Jazzberry Jam #AA2170

Color information

#AA2170 (or 0xAA2170) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 21 and 70. RGB value is (170,33,112). Sum of RGB (Red+Green+Blue) = 170+33+112=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2170 is #55DE8F. Grayscale: #525252. Windows color (decimal): -5627536 or 7348650. OLE color: 7348650.

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

Color convert

RGB17033112-
CMYK00.810.340.33
HSL325.4º67.49%39.8%-
HSV(B)325.4º80.59%66.67%-
XYZ20.0510.816.36-
YUV82.97144.39190.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.97%
GREEN value IS 33 (13.28% from 255) = 10.48%
BLUE value IS 112 (44.14% from 255) = 35.56%
R=53.97%
G=10.48%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703311200.810.340.33325.467.4939.8
HexAA217005122211454328
Octal252411600121424150510350
Binary101010101000011110000010100011000101000011010001011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2170; }

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

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

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

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

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

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

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

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