#A12965

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

Shades of Lipstick #A12965

Tints of Lipstick #A12965

Color information

#A12965 (or 0xA12965) is unknown color: approx Lipstick. HEX triplet: A1, 29 and 65. RGB value is (161,41,101). Sum of RGB (Red+Green+Blue) = 161+41+101=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A12965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12965 is #5ED69A. Grayscale: #535353. Windows color (decimal): -6215323 or 6629793. OLE color: 6629793.

HSL color Cylindrical-coordinate representation of color #A12965: hue angle of 330º 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 #A12965 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB16141101-
CMYK00.750.370.37
HSL330º59.41%39.61%-
HSV(B)330º74.53%63.14%-
XYZ17.8410.113.32-
YUV83.72137.76183.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.14%
GREEN value IS 41 (16.41% from 255) = 13.53%
BLUE value IS 101 (39.84% from 255) = 33.33%
R=53.14%
G=13.53%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614110100.750.370.3733059.4139.61
HexA1296504B252514a3b28
Octal24151145011345455127350
Binary10100001101001110010101001011100101100101101001010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12965; }

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

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

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

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

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

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

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

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