#AE0EB2

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

Shades of Deep Magenta #AE0EB2

Tints of Deep Magenta #AE0EB2

Color information

#AE0EB2 (or 0xAE0EB2) is unknown color: approx Deep Magenta. HEX triplet: AE, 0E and B2. RGB value is (174,14,178). Sum of RGB (Red+Green+Blue) = 174+14+178=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 178 (69.92% from 255 or 48.63% from 366); Max value from RGB is 178 - color contains mainly: blue. Hex color #AE0EB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0EB2 is #51F14D. Grayscale: #505050. Windows color (decimal): -5370190 or 11669166. OLE color: 11669166.

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

Color convert

RGB17414178-
CMYK0.020.9200.30
HSL298.54º85.42%37.65%-
HSV(B)298.54º92.13%69.8%-
XYZ25.6512.5343.19-
YUV80.54183.01194.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.54%
GREEN value IS 14 (5.86% from 255) = 3.83%
BLUE value IS 178 (69.92% from 255) = 48.63%
R=47.54%
G=3.83%
B=48.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174141780.020.9200.30298.5485.4237.65
HexAEEB225C01E12b5526
Octal25616262213403645312546
Binary101011101110101100101010111000111101001010111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0EB2; }

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

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

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

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

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

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

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

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