Html Css Color HEX #A01C50 Lipstick

📋 copy color: '#A01C50'

red 160 ◦ green 28 ◦ blue 80

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

Shades of Lipstick #A01C50

Tints of Lipstick #A01C50

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.45%

 BLUE value IS 80 (31.64% from 255) = 29.85%

R = 59.7%
G = 10.45%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#A01C50 (or 0xA01C50) is known color: Lipstick. HEX triplet: A0, 1C and 50. RGB value is (160,28,80). Sum of RGB (Red+Green+Blue) = 160+28+80=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A01C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01C50 is #5FE3AF. Grayscale: #494949. Windows color (decimal): -6284208 or 5250208. OLE color: 5250208.

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

Color convert

RGB 160 28 80 -
CMYK 0 0.82 0.5 0.37
HSL 336.36º 0.7% 0.37% -
HSV(B) 336.36º 0.83% 0.63% -
XYZ 16.36 8.88 8.44 -
YUV 73.4 131.73 189.77 -
System Red Green Blue C M Y K H S L
Decimal 160 28 80 0 0.82 0.5 0.37 336.36 0.7 0.37
Hex A0 1C 50 0 52 32 25 150 46 25
Octal 240 34 120 0 122 62 45 520 106 45
Binary 10100000 11100 1010000 0 1010010 110010 100101 101010000 1000110 100101

Color Harmonies of #A01C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01C50

Black with #A01C50

Text Example


Text Example

White with #A01C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01C50; }

 p { color: rgb(160,28,80); }

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

background-color css

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

 a { background-color: rgb(160,28,80); }

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

border-color css

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

 span { border-color: rgb(160,28,80); }

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