Html Css Color HEX #AE0DB5 Deep Magenta

📋 copy color: '#AE0DB5'

red 174 ◦ green 13 ◦ blue 181

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

Shades of Deep Magenta #AE0DB5

Tints of Deep Magenta #AE0DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 49.18%

R = 47.28%
G = 3.53%
B = 49.18%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AE0DB5 (or 0xAE0DB5) is known color: Deep Magenta. HEX triplet: AE, 0D and B5. RGB value is (174,13,181). Sum of RGB (Red+Green+Blue) = 174+13+181=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 181 (71.09% from 255 or 49.18% from 368); Max value from RGB is 181 - color contains mainly: blue. Hex color #AE0DB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0DB5 is #51F24A. Grayscale: #4F4F4F. Windows color (decimal): -5370443 or 11865518. OLE color: 11865518.

HSL color Cylindrical-coordinate representation of color #AE0DB5: hue angle of 297.5º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0DB5 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 13 181 -
CMYK 0.04 0.93 0 0.29
HSL 297.5º 0.87% 0.38% -
HSV(B) 297.5º 0.93% 0.71% -
XYZ 25.94 12.62 44.79 -
YUV 80.29 184.84 194.84 -
System Red Green Blue C M Y K H S L
Decimal 174 13 181 0.04 0.93 0 0.29 297.5 0.87 0.38
Hex AE D B5 4 5D 0 1D 12A 57 26
Octal 256 15 265 4 135 0 35 452 127 46
Binary 10101110 1101 10110101 100 1011101 0 11101 100101010 1010111 100110

Color Harmonies of #AE0DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0DB5

Black with #AE0DB5

Text Example


Text Example

White with #AE0DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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