#A0345A

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

Shades of Lipstick #A0345A

Tints of Lipstick #A0345A

Color information

#A0345A (or 0xA0345A) is unknown color: approx Lipstick. HEX triplet: A0, 34 and 5A. RGB value is (160,52,90). Sum of RGB (Red+Green+Blue) = 160+52+90=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A0345A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0345A is #5FCBA5. Grayscale: #585858. Windows color (decimal): -6278054 or 5911712. OLE color: 5911712.

HSL color Cylindrical-coordinate representation of color #A0345A: hue angle of 338.89º degrees, saturation: 0.51, 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 #A0345A is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB1605290-
CMYK00.680.440.37
HSL338.89º50.94%41.57%-
HSV(B)338.89º67.5%62.75%-
XYZ17.5710.6710.81-
YUV88.62128.78178.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.98%
GREEN value IS 52 (20.70% from 255) = 17.22%
BLUE value IS 90 (35.55% from 255) = 29.80%
R=52.98%
G=17.22%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160529000.680.440.37338.8950.9441.57
HexA0345A0442C25153332a
Octal24064132010454455236352
Binary10100000110100101101001000100101100100101101010011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0345A; }

 p { color: rgb(160,52,90); }

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

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

 a { background-color: rgb(160,52,90); }

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

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

 span { border-color: rgb(160,52,90); }

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