Html Css Color HEX #A01A53 Lipstick

📋 copy color: '#A01A53'

red 160 ◦ green 26 ◦ blue 83

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

Shades of Lipstick #A01A53

Tints of Lipstick #A01A53

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.67%

 BLUE value IS 83 (32.81% from 255) = 30.86%

R = 59.48%
G = 9.67%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A01A53 (or 0xA01A53) is known color: Lipstick. HEX triplet: A0, 1A and 53. RGB value is (160,26,83). Sum of RGB (Red+Green+Blue) = 160+26+83=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A01A53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01A53 is #5FE5AC. Grayscale: #484848. Windows color (decimal): -6284717 or 5446304. OLE color: 5446304.

HSL color Cylindrical-coordinate representation of color #A01A53: hue angle of 334.48º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01A53 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 26 83 -
CMYK 0 0.84 0.48 0.37
HSL 334.48º 0.72% 0.36% -
HSV(B) 334.48º 0.84% 0.63% -
XYZ 16.43 8.84 9.02 -
YUV 72.56 133.89 190.37 -
System Red Green Blue C M Y K H S L
Decimal 160 26 83 0 0.84 0.48 0.37 334.48 0.72 0.36
Hex A0 1A 53 0 54 30 25 14E 48 24
Octal 240 32 123 0 124 60 45 516 110 44
Binary 10100000 11010 1010011 0 1010100 110000 100101 101001110 1001000 100100

Color Harmonies of #A01A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01A53

Black with #A01A53

Text Example


Text Example

White with #A01A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01A53; }

 p { color: rgb(160,26,83); }

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

background-color css

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

 a { background-color: rgb(160,26,83); }

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

border-color css

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

 span { border-color: rgb(160,26,83); }

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