#AA1153

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

Shades of Jazzberry Jam #AA1153

Tints of Jazzberry Jam #AA1153

Color information

#AA1153 (or 0xAA1153) is unknown color: approx Jazzberry Jam. HEX triplet: AA, 11 and 53. RGB value is (170,17,83). Sum of RGB (Red+Green+Blue) = 170+17+83=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1153 is #55EEAC. Grayscale: #464646. Windows color (decimal): -5631661 or 5444010. OLE color: 5444010.

HSL color Cylindrical-coordinate representation of color #AA1153: hue angle of 334.12º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA1153 is Cyan = 0, Magento = 0.9, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB1701783-
CMYK00.90.510.33
HSL334.12º81.82%36.67%-
HSV(B)334.12º90%66.67%-
XYZ18.349.579.06-
YUV70.27135.19199.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 62.96%
GREEN value IS 17 (7.03% from 255) = 6.30%
BLUE value IS 83 (32.81% from 255) = 30.74%
R=62.96%
G=6.30%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170178300.90.510.33334.1281.8236.67
HexAA115305A332114e5225
Octal252211230132634151612245
Binary10101010100011010011010110101100111000011010011101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1153; }

 p { color: rgb(170,17,83); }

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

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

 a { background-color: rgb(170,17,83); }

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

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

 span { border-color: rgb(170,17,83); }

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