Html Css Color HEX #AE14AD Deep Magenta

📋 copy color: '#AE14AD'

red 174 ◦ green 20 ◦ blue 173

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

Shades of Deep Magenta #AE14AD

Tints of Deep Magenta #AE14AD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.45%

 BLUE value IS 173 (67.97% from 255) = 47.14%

R = 47.41%
G = 5.45%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE14AD (or 0xAE14AD) is known color: Deep Magenta. HEX triplet: AE, 14 and AD. RGB value is (174,20,173). Sum of RGB (Red+Green+Blue) = 174+20+173=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE14AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE14AD is #51EB52. Grayscale: #535353. Windows color (decimal): -5368659 or 11343022. OLE color: 11343022.

HSL color Cylindrical-coordinate representation of color #AE14AD: hue angle of 300.39º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE14AD is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 20 173 -
CMYK 0 0.89 0.01 0.32
HSL 300.39º 0.79% 0.38% -
HSV(B) 300.39º 0.89% 0.68% -
XYZ 25.25 12.52 40.62 -
YUV 83.49 178.52 192.56 -
System Red Green Blue C M Y K H S L
Decimal 174 20 173 0 0.89 0.01 0.32 300.39 0.79 0.38
Hex AE 14 AD 0 59 1 20 12C 4F 26
Octal 256 24 255 0 131 1 40 454 117 46
Binary 10101110 10100 10101101 0 1011001 1 100000 100101100 1001111 100110

Color Harmonies of #AE14AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE14AD

Black with #AE14AD

Text Example


Text Example

White with #AE14AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE14AD; }

 p { color: rgb(174,20,173); }

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

background-color css

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

 a { background-color: rgb(174,20,173); }

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

border-color css

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

 span { border-color: rgb(174,20,173); }

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