#A12765

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

Shades of Lipstick #A12765

Tints of Lipstick #A12765

Color information

#A12765 (or 0xA12765) is unknown color: approx Lipstick. HEX triplet: A1, 27 and 65. RGB value is (161,39,101). Sum of RGB (Red+Green+Blue) = 161+39+101=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A12765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12765 is #5ED89A. Grayscale: #525252. Windows color (decimal): -6215835 or 6629281. OLE color: 6629281.

HSL color Cylindrical-coordinate representation of color #A12765: hue angle of 329.51º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A12765 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB16139101-
CMYK00.760.370.37
HSL329.51º61%39.22%-
HSV(B)329.51º75.78%63.14%-
XYZ17.779.9713.3-
YUV82.55138.42183.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.49%
GREEN value IS 39 (15.62% from 255) = 12.96%
BLUE value IS 101 (39.84% from 255) = 33.55%
R=53.49%
G=12.96%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613910100.760.370.37329.516139.22
HexA1276504C252514a3d27
Octal24147145011445455127547
Binary10100001100111110010101001100100101100101101001010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12765; }

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

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

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

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

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

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

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

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