#A1335D

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

Shades of Lipstick #A1335D

Tints of Lipstick #A1335D

Color information

#A1335D (or 0xA1335D) is unknown color: approx Lipstick. HEX triplet: A1, 33 and 5D. RGB value is (161,51,93). Sum of RGB (Red+Green+Blue) = 161+51+93=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A1335D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1335D is #5ECCA2. Grayscale: #585858. Windows color (decimal): -6212771 or 6108065. OLE color: 6108065.

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

Color convert

RGB1615193-
CMYK00.680.420.37
HSL337.09º51.89%41.57%-
HSV(B)337.09º68.32%63.14%-
XYZ17.8610.7411.49-
YUV88.68130.44179.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.79%
GREEN value IS 51 (20.31% from 255) = 16.72%
BLUE value IS 93 (36.72% from 255) = 30.49%
R=52.79%
G=16.72%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161519300.680.420.37337.0951.8941.57
HexA1335D0442A25151342a
Octal24163135010452455216452
Binary10100001110011101110101000100101010100101101010001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1335D; }

 p { color: rgb(161,51,93); }

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

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

 a { background-color: rgb(161,51,93); }

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

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

 span { border-color: rgb(161,51,93); }

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