Html Css Color HEX #AA2057 Lipstick

📋 copy color: '#AA2057'

red 170 ◦ green 32 ◦ blue 87

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

Shades of Lipstick #AA2057

Tints of Lipstick #AA2057

RGB

 RED value IS 170 (66.8% from 255) = 58.82%

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

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

R = 58.82%
G = 11.07%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA2057 (or 0xAA2057) is known color: Lipstick. HEX triplet: AA, 20 and 57. RGB value is (170,32,87). Sum of RGB (Red+Green+Blue) = 170+32+87=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2057 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2057 is #55DFA8. Grayscale: #4F4F4F. Windows color (decimal): -5627817 or 5709994. OLE color: 5709994.

HSL color Cylindrical-coordinate representation of color #AA2057: hue angle of 336.09º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2057 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 32 87 -
CMYK 0 0.81 0.49 0.33
HSL 336.09º 0.68% 0.4% -
HSV(B) 336.09º 0.81% 0.67% -
XYZ 18.81 10.27 10.01 -
YUV 79.53 132.22 192.53 -
System Red Green Blue C M Y K H S L
Decimal 170 32 87 0 0.81 0.49 0.33 336.09 0.68 0.4
Hex AA 20 57 0 51 31 21 150 44 28
Octal 252 40 127 0 121 61 41 520 104 50
Binary 10101010 100000 1010111 0 1010001 110001 100001 101010000 1000100 101000

Color Harmonies of #AA2057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2057

Black with #AA2057

Text Example


Text Example

White with #AA2057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2057; }

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

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

background-color css

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

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

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

border-color css

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

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

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