Html Css Color HEX #AE0DA8 Dark Magenta

📋 copy color: '#AE0DA8'

red 174 ◦ green 13 ◦ blue 168

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

Shades of Dark Magenta #AE0DA8

Tints of Dark Magenta #AE0DA8

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.66%

 BLUE value IS 168 (66.02% from 255) = 47.32%

R = 49.01%
G = 3.66%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AE0DA8 (or 0xAE0DA8) is known color: Dark Magenta. HEX triplet: AE, 0D and A8. RGB value is (174,13,168). Sum of RGB (Red+Green+Blue) = 174+13+168=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 168 (66.02% from 255 or 47.32% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0DA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0DA8 is #51F257. Grayscale: #4E4E4E. Windows color (decimal): -5370456 or 11013550. OLE color: 11013550.

HSL color Cylindrical-coordinate representation of color #AE0DA8: hue angle of 302.24º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0DA8 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 13 168 -
CMYK 0 0.93 0.03 0.32
HSL 302.24º 0.86% 0.37% -
HSV(B) 302.24º 0.93% 0.68% -
XYZ 24.67 12.11 38.08 -
YUV 78.81 178.34 195.9 -
System Red Green Blue C M Y K H S L
Decimal 174 13 168 0 0.93 0.03 0.32 302.24 0.86 0.37
Hex AE D A8 0 5D 3 20 12E 56 25
Octal 256 15 250 0 135 3 40 456 126 45
Binary 10101110 1101 10101000 0 1011101 11 100000 100101110 1010110 100101

Color Harmonies of #AE0DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0DA8

Black with #AE0DA8

Text Example


Text Example

White with #AE0DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0DA8; }

 p { color: rgb(174,13,168); }

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

background-color css

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

 a { background-color: rgb(174,13,168); }

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

border-color css

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

 span { border-color: rgb(174,13,168); }

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