Html Css Color HEX #AE16AC Deep Magenta

📋 copy color: '#AE16AC'

red 174 ◦ green 22 ◦ blue 172

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

Shades of Deep Magenta #AE16AC

Tints of Deep Magenta #AE16AC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.98%

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

R = 47.28%
G = 5.98%
B = 46.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE16AC (or 0xAE16AC) is known color: Deep Magenta. HEX triplet: AE, 16 and AC. RGB value is (174,22,172). Sum of RGB (Red+Green+Blue) = 174+22+172=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE16AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE16AC is #51E953. Grayscale: #545454. Windows color (decimal): -5368148 or 11277998. OLE color: 11277998.

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

Color convert

RGB 174 22 172 -
CMYK 0 0.87 0.01 0.32
HSL 300.79º 0.78% 0.38% -
HSV(B) 300.79º 0.87% 0.68% -
XYZ 25.19 12.55 40.12 -
YUV 84.55 177.36 191.8 -
System Red Green Blue C M Y K H S L
Decimal 174 22 172 0 0.87 0.01 0.32 300.79 0.78 0.38
Hex AE 16 AC 0 57 1 20 12D 4E 26
Octal 256 26 254 0 127 1 40 455 116 46
Binary 10101110 10110 10101100 0 1010111 1 100000 100101101 1001110 100110

Color Harmonies of #AE16AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE16AC

Black with #AE16AC

Text Example


Text Example

White with #AE16AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE16AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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