Html Css Color HEX #AA295A Lipstick

📋 copy color: '#AA295A'

red 170 ◦ green 41 ◦ blue 90

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

Shades of Lipstick #AA295A

Tints of Lipstick #AA295A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.62%

 BLUE value IS 90 (35.55% from 255) = 29.9%

R = 56.48%
G = 13.62%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA295A (or 0xAA295A) is known color: Lipstick. HEX triplet: AA, 29 and 5A. RGB value is (170,41,90). Sum of RGB (Red+Green+Blue) = 170+41+90=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA295A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA295A is #55D6A5. Grayscale: #555555. Windows color (decimal): -5625510 or 5908906. OLE color: 5908906.

HSL color Cylindrical-coordinate representation of color #AA295A: hue angle of 337.21º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA295A is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 41 90 -
CMYK 0 0.76 0.47 0.33
HSL 337.21º 0.61% 0.41% -
HSV(B) 337.21º 0.76% 0.67% -
XYZ 19.22 10.87 10.76 -
YUV 85.16 130.74 188.52 -
System Red Green Blue C M Y K H S L
Decimal 170 41 90 0 0.76 0.47 0.33 337.21 0.61 0.41
Hex AA 29 5A 0 4C 2F 21 151 3D 29
Octal 252 51 132 0 114 57 41 521 75 51
Binary 10101010 101001 1011010 0 1001100 101111 100001 101010001 111101 101001

Color Harmonies of #AA295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA295A

Black with #AA295A

Text Example


Text Example

White with #AA295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA295A; }

 p { color: rgb(170,41,90); }

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

background-color css

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

 a { background-color: rgb(170,41,90); }

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

border-color css

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

 span { border-color: rgb(170,41,90); }

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