#A92D58

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

Shades of Lipstick #A92D58

Tints of Lipstick #A92D58

Color information

#A92D58 (or 0xA92D58) is unknown color: approx Lipstick. HEX triplet: A9, 2D and 58. RGB value is (169,45,88). Sum of RGB (Red+Green+Blue) = 169+45+88=302 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.96% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92D58 is #56D2A7. Grayscale: #565656. Windows color (decimal): -5690024 or 5778857. OLE color: 5778857.

HSL color Cylindrical-coordinate representation of color #A92D58: hue angle of 339.19º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A92D58 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB1694588-
CMYK00.730.480.34
HSL339.19º57.94%41.96%-
HSV(B)339.19º73.37%66.27%-
XYZ19.0611.0210.35-
YUV86.98128.58186.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.96%
GREEN value IS 45 (17.97% from 255) = 14.90%
BLUE value IS 88 (34.77% from 255) = 29.14%
R=55.96%
G=14.90%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169458800.730.480.34339.1957.9441.96
HexA92D5804930221533a2a
Octal25155130011160425237252
Binary10101001101101101100001001001110000100010101010011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92D58; }

 p { color: rgb(169,45,88); }

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

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

 a { background-color: rgb(169,45,88); }

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

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

 span { border-color: rgb(169,45,88); }

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