Html Css Color HEX #AE16C0 Deep Magenta

📋 copy color: '#AE16C0'

red 174 ◦ green 22 ◦ blue 192

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

Shades of Deep Magenta #AE16C0

Tints of Deep Magenta #AE16C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.48%

R = 44.85%
G = 5.67%
B = 49.48%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE16C0 (or 0xAE16C0) is known color: Deep Magenta. HEX triplet: AE, 16 and C0. RGB value is (174,22,192). Sum of RGB (Red+Green+Blue) = 174+22+192=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE16C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE16C0 is #51E93F. Grayscale: #565656. Windows color (decimal): -5368128 or 12588718. OLE color: 12588718.

HSL color Cylindrical-coordinate representation of color #AE16C0: hue angle of 293.65º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE16C0 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 22 192 -
CMYK 0.09 0.89 0 0.25
HSL 293.65º 0.79% 0.42% -
HSV(B) 293.65º 0.89% 0.75% -
XYZ 27.26 13.38 51.01 -
YUV 86.83 187.36 190.18 -
System Red Green Blue C M Y K H S L
Decimal 174 22 192 0.09 0.89 0 0.25 293.65 0.79 0.42
Hex AE 16 C0 9 59 0 19 126 4F 2A
Octal 256 26 300 11 131 0 31 446 117 52
Binary 10101110 10110 11000000 1001 1011001 0 11001 100100110 1001111 101010

Color Harmonies of #AE16C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE16C0

Black with #AE16C0

Text Example


Text Example

White with #AE16C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE16C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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