#A6215E

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

Shades of Lipstick #A6215E

Tints of Lipstick #A6215E

Color information

#A6215E (or 0xA6215E) is unknown color: approx Lipstick. HEX triplet: A6, 21 and 5E. RGB value is (166,33,94). Sum of RGB (Red+Green+Blue) = 166+33+94=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A6215E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6215E is #59DEA1. Grayscale: #4F4F4F. Windows color (decimal): -5889698 or 6168998. OLE color: 6168998.

HSL color Cylindrical-coordinate representation of color #A6215E: hue angle of 332.48º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6215E is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB1663394-
CMYK00.800.430.35
HSL332.48º66.83%39.02%-
HSV(B)332.48º80.12%65.1%-
XYZ18.291011.56-
YUV79.72136.06189.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.66%
GREEN value IS 33 (13.28% from 255) = 11.26%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=56.66%
G=11.26%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166339400.800.430.35332.4866.8339.02
HexA6215E0502B2314c4327
Octal246411360120534351410347
Binary101001101000011011110010100001010111000111010011001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6215E; }

 p { color: rgb(166,33,94); }

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

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

 a { background-color: rgb(166,33,94); }

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

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

 span { border-color: rgb(166,33,94); }

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