#A1276B

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

Shades of Lipstick #A1276B

Tints of Lipstick #A1276B

Color information

#A1276B (or 0xA1276B) is unknown color: approx Lipstick. HEX triplet: A1, 27 and 6B. RGB value is (161,39,107). Sum of RGB (Red+Green+Blue) = 161+39+107=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A1276B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1276B is #5ED894. Grayscale: #535353. Windows color (decimal): -6215829 or 7022497. OLE color: 7022497.

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

Color convert

RGB16139107-
CMYK00.760.340.37
HSL326.56º61%39.22%-
HSV(B)326.56º75.78%63.14%-
XYZ18.0810.0914.9-
YUV83.23141.42183.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.44%
GREEN value IS 39 (15.62% from 255) = 12.70%
BLUE value IS 107 (42.19% from 255) = 34.85%
R=52.44%
G=12.70%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613910700.760.340.37326.566139.22
HexA1276B04C22251473d27
Octal24147153011442455077547
Binary10100001100111110101101001100100010100101101000111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1276B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1276B; }

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

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

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

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

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

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

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

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