Html Css Color HEX #AA2058 Lipstick

📋 copy color: '#AA2058'

red 170 ◦ green 32 ◦ blue 88

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

Shades of Lipstick #AA2058

Tints of Lipstick #AA2058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.34%

R = 58.62%
G = 11.03%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA2058 (or 0xAA2058) is known color: Lipstick. HEX triplet: AA, 20 and 58. RGB value is (170,32,88). Sum of RGB (Red+Green+Blue) = 170+32+88=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2058 is #55DFA7. Grayscale: #4F4F4F. Windows color (decimal): -5627816 or 5775530. OLE color: 5775530.

HSL color Cylindrical-coordinate representation of color #AA2058: hue angle of 335.65º 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 #AA2058 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 32 88 -
CMYK 0 0.81 0.48 0.33
HSL 335.65º 0.68% 0.4% -
HSV(B) 335.65º 0.81% 0.67% -
XYZ 18.86 10.28 10.22 -
YUV 79.65 132.72 192.45 -
System Red Green Blue C M Y K H S L
Decimal 170 32 88 0 0.81 0.48 0.33 335.65 0.68 0.4
Hex AA 20 58 0 51 30 21 150 44 28
Octal 252 40 130 0 121 60 41 520 104 50
Binary 10101010 100000 1011000 0 1010001 110000 100001 101010000 1000100 101000

Color Harmonies of #AA2058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2058

Black with #AA2058

Text Example


Text Example

White with #AA2058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2058; }

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

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

background-color css

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

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

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

border-color css

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

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

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