#A12D56

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

Shades of Lipstick #A12D56

Tints of Lipstick #A12D56

Color information

#A12D56 (or 0xA12D56) is unknown color: approx Lipstick. HEX triplet: A1, 2D and 56. RGB value is (161,45,86). Sum of RGB (Red+Green+Blue) = 161+45+86=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A12D56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12D56 is #5ED2A9. Grayscale: #545454. Windows color (decimal): -6214314 or 5647777. OLE color: 5647777.

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

Color convert

RGB1614586-
CMYK00.720.470.37
HSL338.79º56.31%40.39%-
HSV(B)338.79º72.05%63.14%-
XYZ17.3210.139.85-
YUV84.36128.93182.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.14%
GREEN value IS 45 (17.97% from 255) = 15.41%
BLUE value IS 86 (33.98% from 255) = 29.45%
R=55.14%
G=15.41%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161458600.720.470.37338.7956.3140.39
HexA12D560482F251533828
Octal24155126011057455237050
Binary10100001101101101011001001000101111100101101010011111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12D56; }

 p { color: rgb(161,45,86); }

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

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

 a { background-color: rgb(161,45,86); }

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

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

 span { border-color: rgb(161,45,86); }

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