Html Css Color HEX #AE14AC Deep Magenta

📋 copy color: '#AE14AC'

red 174 ◦ green 20 ◦ blue 172

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

Shades of Deep Magenta #AE14AC

Tints of Deep Magenta #AE14AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.99%

R = 47.54%
G = 5.46%
B = 46.99%

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

#AE14AC (or 0xAE14AC) is known color: Deep Magenta. HEX triplet: AE, 14 and AC. RGB value is (174,20,172). Sum of RGB (Red+Green+Blue) = 174+20+172=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE14AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE14AC is #51EB53. Grayscale: #525252. Windows color (decimal): -5368660 or 11277486. OLE color: 11277486.

HSL color Cylindrical-coordinate representation of color #AE14AC: hue angle of 300.78º 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 #AE14AC is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 20 172 -
CMYK 0 0.89 0.01 0.32
HSL 300.78º 0.79% 0.38% -
HSV(B) 300.78º 0.89% 0.68% -
XYZ 25.15 12.48 40.11 -
YUV 83.37 178.02 192.64 -
System Red Green Blue C M Y K H S L
Decimal 174 20 172 0 0.89 0.01 0.32 300.78 0.79 0.38
Hex AE 14 AC 0 59 1 20 12D 4F 26
Octal 256 24 254 0 131 1 40 455 117 46
Binary 10101110 10100 10101100 0 1011001 1 100000 100101101 1001111 100110

Color Harmonies of #AE14AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE14AC

Black with #AE14AC

Text Example


Text Example

White with #AE14AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE14AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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