Html Css Color HEX #AA255A Lipstick

📋 copy color: '#AA255A'

red 170 ◦ green 37 ◦ blue 90

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

Shades of Lipstick #AA255A

Tints of Lipstick #AA255A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.46%

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

R = 57.24%
G = 12.46%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA255A (or 0xAA255A) is known color: Lipstick. HEX triplet: AA, 25 and 5A. RGB value is (170,37,90). Sum of RGB (Red+Green+Blue) = 170+37+90=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA255A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA255A is #55DAA5. Grayscale: #525252. Windows color (decimal): -5626534 or 5907882. OLE color: 5907882.

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

Color convert

RGB 170 37 90 -
CMYK 0 0.78 0.47 0.33
HSL 336.09º 0.64% 0.41% -
HSV(B) 336.09º 0.78% 0.67% -
XYZ 19.08 10.61 10.71 -
YUV 82.81 132.06 190.19 -
System Red Green Blue C M Y K H S L
Decimal 170 37 90 0 0.78 0.47 0.33 336.09 0.64 0.41
Hex AA 25 5A 0 4E 2F 21 150 40 29
Octal 252 45 132 0 116 57 41 520 100 51
Binary 10101010 100101 1011010 0 1001110 101111 100001 101010000 1000000 101001

Color Harmonies of #AA255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA255A

Black with #AA255A

Text Example


Text Example

White with #AA255A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA255A; }

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

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

background-color css

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

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

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

border-color css

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

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

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