#AA225A

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

Shades of Lipstick #AA225A

Tints of Lipstick #AA225A

Color information

#AA225A (or 0xAA225A) is unknown color: approx Lipstick. HEX triplet: AA, 22 and 5A. RGB value is (170,34,90). Sum of RGB (Red+Green+Blue) = 170+34+90=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA225A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA225A is #55DDA5. Grayscale: #505050. Windows color (decimal): -5627302 or 5907114. OLE color: 5907114.

HSL color Cylindrical-coordinate representation of color #AA225A: hue angle of 335.29º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA225A is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB1703490-
CMYK00.800.470.33
HSL335.29º66.67%40%-
HSV(B)335.29º80%66.67%-
XYZ1910.4310.68-
YUV81.05133.06191.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.82%
GREEN value IS 34 (13.67% from 255) = 11.56%
BLUE value IS 90 (35.55% from 255) = 30.61%
R=57.82%
G=11.56%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170349000.800.470.33335.2966.6740
HexAA225A0502F2114f4328
Octal252421320120574151710350
Binary101010101000101011010010100001011111000011010011111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA225A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA225A; }

 p { color: rgb(170,34,90); }

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

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

 a { background-color: rgb(170,34,90); }

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

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

 span { border-color: rgb(170,34,90); }

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