Html Css Color HEX #A01E40 Lipstick

📋 copy color: '#A01E40'

red 160 ◦ green 30 ◦ blue 64

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

Shades of Lipstick #A01E40

Tints of Lipstick #A01E40

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.81%

 BLUE value IS 64 (25.39% from 255) = 25.2%

R = 62.99%
G = 11.81%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A01E40 (or 0xA01E40) is known color: Lipstick. HEX triplet: A0, 1E and 40. RGB value is (160,30,64). Sum of RGB (Red+Green+Blue) = 160+30+64=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01E40 is #5FE1BF. Grayscale: #484848. Windows color (decimal): -6283712 or 4202144. OLE color: 4202144.

HSL color Cylindrical-coordinate representation of color #A01E40: hue angle of 344.31º 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 #A01E40 is Cyan = 0, Magento = 0.81, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 30 64 -
CMYK 0 0.81 0.6 0.37
HSL 344.31º 0.68% 0.37% -
HSV(B) 344.31º 0.81% 0.63% -
XYZ 15.89 8.77 5.71 -
YUV 72.75 123.07 190.24 -
System Red Green Blue C M Y K H S L
Decimal 160 30 64 0 0.81 0.6 0.37 344.31 0.68 0.37
Hex A0 1E 40 0 51 3C 25 158 44 25
Octal 240 36 100 0 121 74 45 530 104 45
Binary 10100000 11110 1000000 0 1010001 111100 100101 101011000 1000100 100101

Color Harmonies of #A01E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01E40

Black with #A01E40

Text Example


Text Example

White with #A01E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01E40; }

 p { color: rgb(160,30,64); }

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

background-color css

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

 a { background-color: rgb(160,30,64); }

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

border-color css

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

 span { border-color: rgb(160,30,64); }

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