Html Css Color HEX #AE0AA0 Dark Magenta

📋 copy color: '#AE0AA0'

red 174 ◦ green 10 ◦ blue 160

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

Shades of Dark Magenta #AE0AA0

Tints of Dark Magenta #AE0AA0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.91%

 BLUE value IS 160 (62.89% from 255) = 46.51%

R = 50.58%
G = 2.91%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AE0AA0 (or 0xAE0AA0) is known color: Dark Magenta. HEX triplet: AE, 0A and A0. RGB value is (174,10,160). Sum of RGB (Red+Green+Blue) = 174+10+160=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 160 (62.89% from 255 or 46.51% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0AA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0AA0 is #51F55F. Grayscale: #4B4B4B. Windows color (decimal): -5371232 or 10488494. OLE color: 10488494.

HSL color Cylindrical-coordinate representation of color #AE0AA0: hue angle of 305.12º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0AA0 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 10 160 -
CMYK 0 0.94 0.08 0.32
HSL 305.12º 0.89% 0.36% -
HSV(B) 305.12º 0.94% 0.68% -
XYZ 23.91 11.75 34.27 -
YUV 76.14 175.33 197.8 -
System Red Green Blue C M Y K H S L
Decimal 174 10 160 0 0.94 0.08 0.32 305.12 0.89 0.36
Hex AE A A0 0 5E 8 20 131 59 24
Octal 256 12 240 0 136 10 40 461 131 44
Binary 10101110 1010 10100000 0 1011110 1000 100000 100110001 1011001 100100

Color Harmonies of #AE0AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0AA0

Black with #AE0AA0

Text Example


Text Example

White with #AE0AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0AA0; }

 p { color: rgb(174,10,160); }

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

background-color css

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

 a { background-color: rgb(174,10,160); }

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

border-color css

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

 span { border-color: rgb(174,10,160); }

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