#A12955

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

Shades of Lipstick #A12955

Tints of Lipstick #A12955

Color information

#A12955 (or 0xA12955) is unknown color: approx Lipstick. HEX triplet: A1, 29 and 55. RGB value is (161,41,85). Sum of RGB (Red+Green+Blue) = 161+41+85=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A12955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12955 is #5ED6AA. Grayscale: #515151. Windows color (decimal): -6215339 or 5581217. OLE color: 5581217.

HSL color Cylindrical-coordinate representation of color #A12955: hue angle of 338º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12955 is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB1614185-
CMYK00.750.470.37
HSL338º59.41%39.61%-
HSV(B)338º74.53%63.14%-
XYZ17.139.829.59-
YUV81.9129.76184.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.10%
GREEN value IS 41 (16.41% from 255) = 14.29%
BLUE value IS 85 (33.59% from 255) = 29.62%
R=56.10%
G=14.29%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161418500.750.470.3733859.4139.61
HexA1295504B2F251523b28
Octal24151125011357455227350
Binary10100001101001101010101001011101111100101101010010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12955; }

 p { color: rgb(161,41,85); }

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

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

 a { background-color: rgb(161,41,85); }

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

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

 span { border-color: rgb(161,41,85); }

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