#a12647

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

Shades of Lipstick #A12647

Tints of Lipstick #A12647

Color information

#A12647 (or 0xA12647) is unknown color: approx Lipstick. HEX triplet: A1, 26 and 47. RGB value is (161,38,71). Sum of RGB (Red+Green+Blue) = 161+38+71=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A12647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12647 is #5ED9B8. Grayscale: #4E4E4E. Windows color (decimal): -6216121 or 4662945. OLE color: 4662945.

HSL color Cylindrical-coordinate representation of color #A12647: hue angle of 343.9º degrees, saturation: 0.62, 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 #A12647 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB1613871-
CMYK00.760.560.37
HSL343.9º61.81%39.02%-
HSV(B)343.9º76.4%63.14%-
XYZ16.539.426.91-
YUV78.54123.75186.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 59.63%
GREEN value IS 38 (15.23% from 255) = 14.07%
BLUE value IS 71 (28.12% from 255) = 26.30%
R=59.63%
G=14.07%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161387100.760.560.37343.961.8139.02
HexA1264704C38251583e27
Octal24146107011470455307647
Binary10100001100110100011101001100111000100101101011000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a12647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a12647; }

 p { color: rgb(161,38,71); }

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

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

 a { background-color: rgb(161,38,71); }

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

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

 span { border-color: rgb(161,38,71); }

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