#A0315B

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

Shades of Lipstick #A0315B

Tints of Lipstick #A0315B

Color information

#A0315B (or 0xA0315B) is unknown color: approx Lipstick. HEX triplet: A0, 31 and 5B. RGB value is (160,49,91). Sum of RGB (Red+Green+Blue) = 160+49+91=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A0315B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0315B is #5FCEA4. Grayscale: #565656. Windows color (decimal): -6278821 or 5976480. OLE color: 5976480.

HSL color Cylindrical-coordinate representation of color #A0315B: hue angle of 337.3º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0315B is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB1604991-
CMYK00.690.430.37
HSL337.3º53.11%40.98%-
HSV(B)337.3º69.38%62.75%-
XYZ17.4810.4310.99-
YUV86.98130.27180.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.33%
GREEN value IS 49 (19.53% from 255) = 16.33%
BLUE value IS 91 (35.94% from 255) = 30.33%
R=53.33%
G=16.33%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160499100.690.430.37337.353.1140.98
HexA0315B0452B251513529
Octal24061133010553455216551
Binary10100000110001101101101000101101011100101101010001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0315B; }

 p { color: rgb(160,49,91); }

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

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

 a { background-color: rgb(160,49,91); }

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

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

 span { border-color: rgb(160,49,91); }

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