#A1285E

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

Shades of Lipstick #A1285E

Tints of Lipstick #A1285E

Color information

#A1285E (or 0xA1285E) is unknown color: approx Lipstick. HEX triplet: A1, 28 and 5E. RGB value is (161,40,94). Sum of RGB (Red+Green+Blue) = 161+40+94=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A1285E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1285E is #5ED7A1. Grayscale: #525252. Windows color (decimal): -6215586 or 6170785. OLE color: 6170785.

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

Color convert

RGB1614094-
CMYK00.750.420.37
HSL333.22º60.2%39.41%-
HSV(B)333.22º75.16%63.14%-
XYZ17.489.911.58-
YUV82.34134.59184.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.58%
GREEN value IS 40 (16.02% from 255) = 13.56%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=54.58%
G=13.56%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161409400.750.420.37333.2260.239.41
HexA1285E04B2A2514d3c27
Octal24150136011352455157447
Binary10100001101000101111001001011101010100101101001101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1285E; }

 p { color: rgb(161,40,94); }

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

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

 a { background-color: rgb(161,40,94); }

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

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

 span { border-color: rgb(161,40,94); }

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