#A6255C

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

Shades of Lipstick #A6255C

Tints of Lipstick #A6255C

Color information

#A6255C (or 0xA6255C) is unknown color: approx Lipstick. HEX triplet: A6, 25 and 5C. RGB value is (166,37,92). Sum of RGB (Red+Green+Blue) = 166+37+92=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A6255C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6255C is #59DAA3. Grayscale: #515151. Windows color (decimal): -5888676 or 6038950. OLE color: 6038950.

HSL color Cylindrical-coordinate representation of color #A6255C: hue angle of 334.42º 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 #A6255C is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB1663792-
CMYK00.780.450.35
HSL334.42º63.55%39.8%-
HSV(B)334.42º77.71%65.1%-
XYZ18.3210.211.13-
YUV81.84133.74188.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.27%
GREEN value IS 37 (14.84% from 255) = 12.54%
BLUE value IS 92 (36.33% from 255) = 31.19%
R=56.27%
G=12.54%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166379200.780.450.35334.4263.5539.8
HexA6255C04E2D2314e4028
Octal246451340116554351610050
Binary101001101001011011100010011101011011000111010011101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6255C; }

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

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

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

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

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

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

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

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