Html Css Color HEX #AE0DC1 Deep Magenta

📋 copy color: '#AE0DC1'

red 174 ◦ green 13 ◦ blue 193

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

Shades of Deep Magenta #AE0DC1

Tints of Deep Magenta #AE0DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50.79%

R = 45.79%
G = 3.42%
B = 50.79%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AE0DC1 (or 0xAE0DC1) is known color: Deep Magenta. HEX triplet: AE, 0D and C1. RGB value is (174,13,193). Sum of RGB (Red+Green+Blue) = 174+13+193=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE0DC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0DC1 is #51F23E. Grayscale: #515151. Windows color (decimal): -5370431 or 12651950. OLE color: 12651950.

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

Color convert

RGB 174 13 193 -
CMYK 0.10 0.93 0 0.24
HSL 293.67º 0.87% 0.4% -
HSV(B) 293.67º 0.93% 0.76% -
XYZ 27.23 13.14 51.55 -
YUV 81.66 190.84 193.86 -
System Red Green Blue C M Y K H S L
Decimal 174 13 193 0.10 0.93 0 0.24 293.67 0.87 0.4
Hex AE D C1 A 5D 0 18 126 57 28
Octal 256 15 301 12 135 0 30 446 127 50
Binary 10101110 1101 11000001 1010 1011101 0 11000 100100110 1010111 101000

Color Harmonies of #AE0DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0DC1

Black with #AE0DC1

Text Example


Text Example

White with #AE0DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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