#A6255D

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

Shades of Lipstick #A6255D

Tints of Lipstick #A6255D

Color information

#A6255D (or 0xA6255D) is unknown color: approx Lipstick. HEX triplet: A6, 25 and 5D. RGB value is (166,37,93). Sum of RGB (Red+Green+Blue) = 166+37+93=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A6255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6255D is #59DAA2. Grayscale: #515151. Windows color (decimal): -5888675 or 6104486. OLE color: 6104486.

HSL color Cylindrical-coordinate representation of color #A6255D: hue angle of 333.95º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6255D is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB1663793-
CMYK00.780.440.35
HSL333.95º63.55%39.8%-
HSV(B)333.95º77.71%65.1%-
XYZ18.3610.2211.36-
YUV81.96134.24187.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.08%
GREEN value IS 37 (14.84% from 255) = 12.5%
BLUE value IS 93 (36.72% from 255) = 31.42%
R=56.08%
G=12.5%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166379300.780.440.35333.9563.5539.8
HexA6255D04E2C2314e4028
Octal246451350116544351610050
Binary101001101001011011101010011101011001000111010011101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6255D; }

 p { color: rgb(166,37,93); }

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

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

 a { background-color: rgb(166,37,93); }

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

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

 span { border-color: rgb(166,37,93); }

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