Html Css Color HEX #AE0DAC Deep Magenta

📋 copy color: '#AE0DAC'

red 174 ◦ green 13 ◦ blue 172

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

Shades of Deep Magenta #AE0DAC

Tints of Deep Magenta #AE0DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.91%

R = 48.47%
G = 3.62%
B = 47.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE0DAC (or 0xAE0DAC) is known color: Deep Magenta. HEX triplet: AE, 0D and AC. RGB value is (174,13,172). Sum of RGB (Red+Green+Blue) = 174+13+172=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 13 (5.47% from 255 or 3.62% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0DAC is #51F253. Grayscale: #4E4E4E. Windows color (decimal): -5370452 or 11275694. OLE color: 11275694.

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

Color convert

RGB 174 13 172 -
CMYK 0 0.93 0.01 0.32
HSL 300.75º 0.86% 0.37% -
HSV(B) 300.75º 0.93% 0.68% -
XYZ 25.05 12.27 40.08 -
YUV 79.27 180.34 195.57 -
System Red Green Blue C M Y K H S L
Decimal 174 13 172 0 0.93 0.01 0.32 300.75 0.86 0.37
Hex AE D AC 0 5D 1 20 12D 56 25
Octal 256 15 254 0 135 1 40 455 126 45
Binary 10101110 1101 10101100 0 1011101 1 100000 100101101 1010110 100101

Color Harmonies of #AE0DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0DAC

Black with #AE0DAC

Text Example


Text Example

White with #AE0DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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