Html Css Color HEX #AE0DA6 Dark Magenta

📋 copy color: '#AE0DA6'

red 174 ◦ green 13 ◦ blue 166

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

Shades of Dark Magenta #AE0DA6

Tints of Dark Magenta #AE0DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 47.03%

R = 49.29%
G = 3.68%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AE0DA6 (or 0xAE0DA6) is known color: Dark Magenta. HEX triplet: AE, 0D and A6. RGB value is (174,13,166). Sum of RGB (Red+Green+Blue) = 174+13+166=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 166 (65.23% from 255 or 47.03% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0DA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0DA6 is #51F259. Grayscale: #4E4E4E. Windows color (decimal): -5370458 or 10882478. OLE color: 10882478.

HSL color Cylindrical-coordinate representation of color #AE0DA6: hue angle of 302.98º 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 #AE0DA6 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 13 166 -
CMYK 0 0.93 0.05 0.32
HSL 302.98º 0.86% 0.37% -
HSV(B) 302.98º 0.93% 0.68% -
XYZ 24.48 12.04 37.11 -
YUV 78.58 177.34 196.06 -
System Red Green Blue C M Y K H S L
Decimal 174 13 166 0 0.93 0.05 0.32 302.98 0.86 0.37
Hex AE D A6 0 5D 5 20 12F 56 25
Octal 256 15 246 0 135 5 40 457 126 45
Binary 10101110 1101 10100110 0 1011101 101 100000 100101111 1010110 100101

Color Harmonies of #AE0DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0DA6

Black with #AE0DA6

Text Example


Text Example

White with #AE0DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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