#AE16C2

Color #AE16C2 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #AE16C2

Tints of Deep Magenta #AE16C2

Color information

#AE16C2 (or 0xAE16C2) is unknown color: approx Deep Magenta. HEX triplet: AE, 16 and C2. RGB value is (174,22,194). Sum of RGB (Red+Green+Blue) = 174+22+194=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 194 (76.17% from 255 or 49.74% from 390); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE16C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE16C2 is #51E93D. Grayscale: #565656. Windows color (decimal): -5368126 or 12719790. OLE color: 12719790.

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

Color convert

RGB17422194-
CMYK0.100.8900.24
HSL293.02º79.63%42.35%-
HSV(B)293.02º88.66%76.08%-
XYZ27.4813.4752.19-
YUV87.06188.36190.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.62%
GREEN value IS 22 (8.98% from 255) = 5.64%
BLUE value IS 194 (76.17% from 255) = 49.74%
R=44.62%
G=5.64%
B=49.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal174221940.100.8900.24293.0279.6342.35
HexAE16C2A59018125502a
Octal256263021213103044512052
Binary101011101011011000010101010110010110001001001011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE16C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE16C2; }

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

 H1.HeaderClassName
 {
   color: #AE16C2;
 }
 .AnyTagClassName
 {
   color: #AE16C2;
 }
</style>
background-color css

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

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

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

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

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

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