#AA235A

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

Shades of Lipstick #AA235A

Tints of Lipstick #AA235A

Color information

#AA235A (or 0xAA235A) is unknown color: approx Lipstick. HEX triplet: AA, 23 and 5A. RGB value is (170,35,90). Sum of RGB (Red+Green+Blue) = 170+35+90=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA235A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA235A is #55DCA5. Grayscale: #515151. Windows color (decimal): -5627046 or 5907370. OLE color: 5907370.

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

Color convert

RGB1703590-
CMYK00.790.470.33
HSL335.56º65.85%40.2%-
HSV(B)335.56º79.41%66.67%-
XYZ19.0210.4910.69-
YUV81.64132.73191.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.63%
GREEN value IS 35 (14.06% from 255) = 11.86%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=57.63%
G=11.86%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170359000.790.470.33335.5665.8540.2
HexAA235A04F2F211504228
Octal252431320117574152010250
Binary101010101000111011010010011111011111000011010100001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA235A; }

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

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

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

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

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

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

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

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