#AE16B2

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

Shades of Deep Magenta #AE16B2

Tints of Deep Magenta #AE16B2

Color information

#AE16B2 (or 0xAE16B2) is unknown color: approx Deep Magenta. HEX triplet: AE, 16 and B2. RGB value is (174,22,178). Sum of RGB (Red+Green+Blue) = 174+22+178=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 178 (69.92% from 255 or 47.59% from 374); Max value from RGB is 178 - color contains mainly: blue. Hex color #AE16B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE16B2 is #51E94D. Grayscale: #545454. Windows color (decimal): -5368142 or 11671214. OLE color: 11671214.

HSL color Cylindrical-coordinate representation of color #AE16B2: hue angle of 298.46º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE16B2 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17422178-
CMYK0.020.8800.30
HSL298.46º78%39.22%-
HSV(B)298.46º87.64%69.8%-
XYZ25.7812.7943.23-
YUV85.23180.36191.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.52%
GREEN value IS 22 (8.98% from 255) = 5.88%
BLUE value IS 178 (69.92% from 255) = 47.59%
R=46.52%
G=5.88%
B=47.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174221780.020.8800.30298.467839.22
HexAE16B225801E12a4e27
Octal25626262213003645211647
Binary1010111010110101100101010110000111101001010101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE16B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE16B2; }

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

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

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

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

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

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

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

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