Html Css Color HEX #A42050 Lipstick

📋 copy color: '#A42050'

red 164 ◦ green 32 ◦ blue 80

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

Shades of Lipstick #A42050

Tints of Lipstick #A42050

RGB

 RED value IS 164 (64.45% from 255) = 59.42%

 GREEN value IS 32 (12.89% from 255) = 11.59%

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

R = 59.42%
G = 11.59%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A42050 (or 0xA42050) is known color: Lipstick. HEX triplet: A4, 20 and 50. RGB value is (164,32,80). Sum of RGB (Red+Green+Blue) = 164+32+80=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A42050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42050 is #5BDFAF. Grayscale: #4C4C4C. Windows color (decimal): -6021040 or 5251236. OLE color: 5251236.

HSL color Cylindrical-coordinate representation of color #A42050: hue angle of 338.18º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42050 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 32 80 -
CMYK 0 0.80 0.51 0.36
HSL 338.18º 0.67% 0.38% -
HSV(B) 338.18º 0.8% 0.64% -
XYZ 17.27 9.5 8.51 -
YUV 76.94 129.73 190.1 -
System Red Green Blue C M Y K H S L
Decimal 164 32 80 0 0.80 0.51 0.36 338.18 0.67 0.38
Hex A4 20 50 0 50 33 24 152 43 26
Octal 244 40 120 0 120 63 44 522 103 46
Binary 10100100 100000 1010000 0 1010000 110011 100100 101010010 1000011 100110

Color Harmonies of #A42050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42050

Black with #A42050

Text Example


Text Example

White with #A42050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42050; }

 p { color: rgb(164,32,80); }

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

background-color css

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

 a { background-color: rgb(164,32,80); }

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

border-color css

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

 span { border-color: rgb(164,32,80); }

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