#A0304F

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

Shades of Lipstick #A0304F

Tints of Lipstick #A0304F

Color information

#A0304F (or 0xA0304F) is unknown color: approx Lipstick. HEX triplet: A0, 30 and 4F. RGB value is (160,48,79). Sum of RGB (Red+Green+Blue) = 160+48+79=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A0304F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0304F is #5FCFB0. Grayscale: #555555. Windows color (decimal): -6279089 or 5189792. OLE color: 5189792.

HSL color Cylindrical-coordinate representation of color #A0304F: hue angle of 343.39º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0304F is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB1604879-
CMYK00.700.510.37
HSL343.39º53.85%40.78%-
HSV(B)343.39º70%62.75%-
XYZ16.9710.158.46-
YUV85.02124.61181.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.75%
GREEN value IS 48 (19.14% from 255) = 16.72%
BLUE value IS 79 (31.25% from 255) = 27.53%
R=55.75%
G=16.72%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160487900.700.510.37343.3953.8540.78
HexA0304F04633251573629
Octal24060117010663455276651
Binary10100000110000100111101000110110011100101101010111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0304F; }

 p { color: rgb(160,48,79); }

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

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

 a { background-color: rgb(160,48,79); }

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

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

 span { border-color: rgb(160,48,79); }

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