#A3295B

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

Shades of Lipstick #A3295B

Tints of Lipstick #A3295B

Color information

#A3295B (or 0xA3295B) is unknown color: approx Lipstick. HEX triplet: A3, 29 and 5B. RGB value is (163,41,91). Sum of RGB (Red+Green+Blue) = 163+41+91=295 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.25% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 163 - color contains mainly: red. Hex color #A3295B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3295B is #5CD6A4. Grayscale: #535353. Windows color (decimal): -6084261 or 5974435. OLE color: 5974435.

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

Color convert

RGB1634191-
CMYK00.750.440.36
HSL335.41º59.8%40%-
HSV(B)335.41º74.85%63.92%-
XYZ17.7910.1310.91-
YUV83.18132.42184.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.25%
GREEN value IS 41 (16.41% from 255) = 13.90%
BLUE value IS 91 (35.94% from 255) = 30.85%
R=55.25%
G=13.90%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163419100.750.440.36335.4159.840
HexA3295B04B2C2414f3c28
Octal24351133011354445177450
Binary10100011101001101101101001011101100100100101001111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3295B; }

 p { color: rgb(163,41,91); }

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

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

 a { background-color: rgb(163,41,91); }

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

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

 span { border-color: rgb(163,41,91); }

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