Html Css Color HEX #AA255E Lipstick

📋 copy color: '#AA255E'

red 170 ◦ green 37 ◦ blue 94

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

Shades of Lipstick #AA255E

Tints of Lipstick #AA255E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.23%

R = 56.48%
G = 12.29%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA255E (or 0xAA255E) is known color: Lipstick. HEX triplet: AA, 25 and 5E. RGB value is (170,37,94). Sum of RGB (Red+Green+Blue) = 170+37+94=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA255E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA255E is #55DAA1. Grayscale: #535353. Windows color (decimal): -5626530 or 6170026. OLE color: 6170026.

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

Color convert

RGB 170 37 94 -
CMYK 0 0.78 0.45 0.33
HSL 334.29º 0.64% 0.41% -
HSV(B) 334.29º 0.78% 0.67% -
XYZ 19.26 10.68 11.64 -
YUV 83.27 134.06 189.87 -
System Red Green Blue C M Y K H S L
Decimal 170 37 94 0 0.78 0.45 0.33 334.29 0.64 0.41
Hex AA 25 5E 0 4E 2D 21 14E 40 29
Octal 252 45 136 0 116 55 41 516 100 51
Binary 10101010 100101 1011110 0 1001110 101101 100001 101001110 1000000 101001

Color Harmonies of #AA255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA255E

Black with #AA255E

Text Example


Text Example

White with #AA255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA255E; }

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

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

background-color css

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

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

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

border-color css

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

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

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