#AA214D

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

Shades of Lipstick #AA214D

Tints of Lipstick #AA214D

Color information

#AA214D (or 0xAA214D) is unknown color: approx Lipstick. HEX triplet: AA, 21 and 4D. RGB value is (170,33,77). Sum of RGB (Red+Green+Blue) = 170+33+77=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA214D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA214D is #55DEB2. Grayscale: #4E4E4E. Windows color (decimal): -5627571 or 5054890. OLE color: 5054890.

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

Color convert

RGB1703377-
CMYK00.810.550.33
HSL340.73º67.49%39.8%-
HSV(B)340.73º80.59%66.67%-
XYZ18.4610.178.01-
YUV78.98126.89192.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.71%
GREEN value IS 33 (13.28% from 255) = 11.79%
BLUE value IS 77 (30.47% from 255) = 27.5%
R=60.71%
G=11.79%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170337700.810.550.33340.7367.4939.8
HexAA214D05137211554328
Octal252411150121674152510350
Binary101010101000011001101010100011101111000011010101011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA214D; }

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

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

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

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

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

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

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

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