Html Css Color HEX #AA00AE Deep Magenta

📋 copy color: '#AA00AE'

red 170 ◦ green 0 ◦ blue 174

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

Shades of Deep Magenta #AA00AE

Tints of Deep Magenta #AA00AE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 174 (68.36% from 255) = 50.58%

R = 49.42%
G = 0%
B = 50.58%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA00AE (or 0xAA00AE) is known color: Deep Magenta. HEX triplet: AA, 00 and AE. RGB value is (170,0,174). Sum of RGB (Red+Green+Blue) = 170+0+174=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA00AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA00AE is #55FF51. Grayscale: #464646. Windows color (decimal): -5635922 or 11403434. OLE color: 11403434.

HSL color Cylindrical-coordinate representation of color #AA00AE: hue angle of 298.62º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA00AE is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 0 174 -
CMYK 0.02 1 0 0.32
HSL 298.62º 1% 0.34% -
HSV(B) 298.62º 1% 0.68% -
XYZ 24.22 11.6 41.01 -
YUV 70.67 186.32 198.85 -
System Red Green Blue C M Y K H S L
Decimal 170 0 174 0.02 1 0 0.32 298.62 1 0.34
Hex AA 0 AE 2 64 0 20 12B 64 22
Octal 252 0 256 2 144 0 40 453 144 42
Binary 10101010 0 10101110 10 1100100 0 100000 100101011 1100100 100010

Color Harmonies of #AA00AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA00AE

Black with #AA00AE

Text Example


Text Example

White with #AA00AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA00AE; }

 p { color: rgb(170,0,174); }

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

background-color css

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

 a { background-color: rgb(170,0,174); }

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

border-color css

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

 span { border-color: rgb(170,0,174); }

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