Html Css Color HEX #A62057 Lipstick

📋 copy color: '#A62057'

red 166 ◦ green 32 ◦ blue 87

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

Shades of Lipstick #A62057

Tints of Lipstick #A62057

RGB

 RED value IS 166 (65.23% from 255) = 58.25%

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

 BLUE value IS 87 (34.38% from 255) = 30.53%

R = 58.25%
G = 11.23%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A62057 (or 0xA62057) is known color: Lipstick. HEX triplet: A6, 20 and 57. RGB value is (166,32,87). Sum of RGB (Red+Green+Blue) = 166+32+87=285 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.25% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 166 - color contains mainly: red. Hex color #A62057 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62057 is #59DFA8. Grayscale: #4E4E4E. Windows color (decimal): -5889961 or 5709990. OLE color: 5709990.

HSL color Cylindrical-coordinate representation of color #A62057: hue angle of 335.37º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A62057 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 32 87 -
CMYK 0 0.81 0.48 0.35
HSL 335.37º 0.68% 0.39% -
HSV(B) 335.37º 0.81% 0.65% -
XYZ 17.96 9.83 9.97 -
YUV 78.34 132.89 190.53 -
System Red Green Blue C M Y K H S L
Decimal 166 32 87 0 0.81 0.48 0.35 335.37 0.68 0.39
Hex A6 20 57 0 51 30 23 14F 44 27
Octal 246 40 127 0 121 60 43 517 104 47
Binary 10100110 100000 1010111 0 1010001 110000 100011 101001111 1000100 100111

Color Harmonies of #A62057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62057

Black with #A62057

Text Example


Text Example

White with #A62057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62057; }

 p { color: rgb(166,32,87); }

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

background-color css

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

 a { background-color: rgb(166,32,87); }

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

border-color css

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

 span { border-color: rgb(166,32,87); }

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