Html Css Color HEX #A01F59 Lipstick

📋 copy color: '#A01F59'

red 160 ◦ green 31 ◦ blue 89

#A01F59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #A01F59

Tints of Lipstick #A01F59

RGB

 RED value IS 160 (62.89% from 255) = 57.14%

 GREEN value IS 31 (12.5% from 255) = 11.07%

 BLUE value IS 89 (35.16% from 255) = 31.79%

R = 57.14%
G = 11.07%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A01F59 (or 0xA01F59) is known color: Lipstick. HEX triplet: A0, 1F and 59. RGB value is (160,31,89). Sum of RGB (Red+Green+Blue) = 160+31+89=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01F59 is #5FE0A6. Grayscale: #4C4C4C. Windows color (decimal): -6283431 or 5840800. OLE color: 5840800.

HSL color Cylindrical-coordinate representation of color #A01F59: hue angle of 333.02º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A01F59 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 31 89 -
CMYK 0 0.81 0.44 0.37
HSL 333.02º 0.68% 0.37% -
HSV(B) 333.02º 0.81% 0.63% -
XYZ 16.79 9.17 10.34 -
YUV 76.18 135.24 187.78 -
System Red Green Blue C M Y K H S L
Decimal 160 31 89 0 0.81 0.44 0.37 333.02 0.68 0.37
Hex A0 1F 59 0 51 2C 25 14D 44 25
Octal 240 37 131 0 121 54 45 515 104 45
Binary 10100000 11111 1011001 0 1010001 101100 100101 101001101 1000100 100101

Color Harmonies of #A01F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01F59

Black with #A01F59

Text Example


Text Example

White with #A01F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01F59; }

 p { color: rgb(160,31,89); }

 H1.HeaderClassName
 {
   color: #A01F59;
 }
 .AnyTagClassName
 {
   color: #A01F59;
 }
</style>

background-color css

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

 a { background-color: rgb(160,31,89); }

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

border-color css

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

 span { border-color: rgb(160,31,89); }

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