Html Css Color HEX #AE01AA Deep Magenta

📋 copy color: '#AE01AA'

red 174 ◦ green 1 ◦ blue 170

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

Shades of Deep Magenta #AE01AA

Tints of Deep Magenta #AE01AA

RGB

 RED value IS 174 (68.36% from 255) = 50.43%

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 170 (66.8% from 255) = 49.28%

R = 50.43%
G = 0.29%
B = 49.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AE01AA (or 0xAE01AA) is known color: Deep Magenta. HEX triplet: AE, 01 and AA. RGB value is (174,1,170). Sum of RGB (Red+Green+Blue) = 174+1+170=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE01AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE01AA is #51FE55. Grayscale: #474747. Windows color (decimal): -5373526 or 11141550. OLE color: 11141550.

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

Color convert

RGB 174 1 170 -
CMYK 0 0.99 0.02 0.32
HSL 301.39º 0.99% 0.34% -
HSV(B) 301.39º 0.99% 0.68% -
XYZ 24.72 11.92 39.03 -
YUV 71.99 183.31 200.76 -
System Red Green Blue C M Y K H S L
Decimal 174 1 170 0 0.99 0.02 0.32 301.39 0.99 0.34
Hex AE 1 AA 0 63 2 20 12D 63 22
Octal 256 1 252 0 143 2 40 455 143 42
Binary 10101110 1 10101010 0 1100011 10 100000 100101101 1100011 100010

Color Harmonies of #AE01AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE01AA

Black with #AE01AA

Text Example


Text Example

White with #AE01AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE01AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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