Html Css Color HEX #AE0DBA Deep Magenta

📋 copy color: '#AE0DBA'

red 174 ◦ green 13 ◦ blue 186

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

Shades of Deep Magenta #AE0DBA

Tints of Deep Magenta #AE0DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.87%

R = 46.65%
G = 3.49%
B = 49.87%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AE0DBA (or 0xAE0DBA) is known color: Deep Magenta. HEX triplet: AE, 0D and BA. RGB value is (174,13,186). Sum of RGB (Red+Green+Blue) = 174+13+186=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 13 (5.47% from 255 or 3.49% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #AE0DBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0DBA is #51F245. Grayscale: #505050. Windows color (decimal): -5370438 or 12193198. OLE color: 12193198.

HSL color Cylindrical-coordinate representation of color #AE0DBA: hue angle of 295.84º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0DBA is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 13 186 -
CMYK 0.06 0.93 0 0.27
HSL 295.84º 0.87% 0.39% -
HSV(B) 295.84º 0.93% 0.73% -
XYZ 26.46 12.83 47.54 -
YUV 80.86 187.34 194.43 -
System Red Green Blue C M Y K H S L
Decimal 174 13 186 0.06 0.93 0 0.27 295.84 0.87 0.39
Hex AE D BA 6 5D 0 1B 128 57 27
Octal 256 15 272 6 135 0 33 450 127 47
Binary 10101110 1101 10111010 110 1011101 0 11011 100101000 1010111 100111

Color Harmonies of #AE0DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0DBA

Black with #AE0DBA

Text Example


Text Example

White with #AE0DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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