Html Css Color HEX #AE0DB6 Deep Magenta

📋 copy color: '#AE0DB6'

red 174 ◦ green 13 ◦ blue 182

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

Shades of Deep Magenta #AE0DB6

Tints of Deep Magenta #AE0DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 49.32%

R = 47.15%
G = 3.52%
B = 49.32%

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

#AE0DB6 (or 0xAE0DB6) is known color: Deep Magenta. HEX triplet: AE, 0D and B6. RGB value is (174,13,182). Sum of RGB (Red+Green+Blue) = 174+13+182=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 182 (71.48% from 255 or 49.32% from 369); Max value from RGB is 182 - color contains mainly: blue. Hex color #AE0DB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0DB6 is #51F249. Grayscale: #4F4F4F. Windows color (decimal): -5370442 or 11931054. OLE color: 11931054.

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

Color convert

RGB 174 13 182 -
CMYK 0.04 0.93 0 0.29
HSL 297.16º 0.87% 0.38% -
HSV(B) 297.16º 0.93% 0.71% -
XYZ 26.04 12.66 45.33 -
YUV 80.41 185.34 194.76 -
System Red Green Blue C M Y K H S L
Decimal 174 13 182 0.04 0.93 0 0.29 297.16 0.87 0.38
Hex AE D B6 4 5D 0 1D 129 57 26
Octal 256 15 266 4 135 0 35 451 127 46
Binary 10101110 1101 10110110 100 1011101 0 11101 100101001 1010111 100110

Color Harmonies of #AE0DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0DB6

Black with #AE0DB6

Text Example


Text Example

White with #AE0DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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