Html Css Color HEX #AE0DBE Deep Magenta

📋 copy color: '#AE0DBE'

red 174 ◦ green 13 ◦ blue 190

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

Shades of Deep Magenta #AE0DBE

Tints of Deep Magenta #AE0DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.4%

R = 46.15%
G = 3.45%
B = 50.4%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE0DBE (or 0xAE0DBE) is known color: Deep Magenta. HEX triplet: AE, 0D and BE. RGB value is (174,13,190). Sum of RGB (Red+Green+Blue) = 174+13+190=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 13 (5.47% from 255 or 3.45% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE0DBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0DBE is #51F241. Grayscale: #505050. Windows color (decimal): -5370434 or 12455342. OLE color: 12455342.

HSL color Cylindrical-coordinate representation of color #AE0DBE: hue angle of 294.58º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0DBE is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 13 190 -
CMYK 0.08 0.93 0 0.25
HSL 294.58º 0.87% 0.4% -
HSV(B) 294.58º 0.93% 0.75% -
XYZ 26.89 13 49.81 -
YUV 81.32 189.34 194.11 -
System Red Green Blue C M Y K H S L
Decimal 174 13 190 0.08 0.93 0 0.25 294.58 0.87 0.4
Hex AE D BE 8 5D 0 19 127 57 28
Octal 256 15 276 10 135 0 31 447 127 50
Binary 10101110 1101 10111110 1000 1011101 0 11001 100100111 1010111 101000

Color Harmonies of #AE0DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0DBE

Black with #AE0DBE

Text Example


Text Example

White with #AE0DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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