#AA214C

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

Shades of Lipstick #AA214C

Tints of Lipstick #AA214C

Color information

#AA214C (or 0xAA214C) is unknown color: approx Lipstick. HEX triplet: AA, 21 and 4C. RGB value is (170,33,76). Sum of RGB (Red+Green+Blue) = 170+33+76=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA214C is #55DEB3. Grayscale: #4E4E4E. Windows color (decimal): -5627572 or 4989354. OLE color: 4989354.

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

Color convert

RGB1703376-
CMYK00.810.550.33
HSL341.17º67.49%39.8%-
HSV(B)341.17º80.59%66.67%-
XYZ18.4310.167.83-
YUV78.86126.39193-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.93%
GREEN value IS 33 (13.28% from 255) = 11.83%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=60.93%
G=11.83%
B=27.24%

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
Decimal170337600.810.550.33341.1767.4939.8
HexAA214C05137211554328
Octal252411140121674152510350
Binary101010101000011001100010100011101111000011010101011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA214C; }

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

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

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

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

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

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

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

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