#AE07AE

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

Shades of Deep Magenta #AE07AE

Tints of Deep Magenta #AE07AE

Color information

#AE07AE (or 0xAE07AE) is unknown color: approx Deep Magenta. HEX triplet: AE, 07 and AE. RGB value is (174,7,174). Sum of RGB (Red+Green+Blue) = 174+7+174=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AE07AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE07AE is #51F851. Grayscale: #4B4B4B. Windows color (decimal): -5371986 or 11405230. OLE color: 11405230.

HSL color Cylindrical-coordinate representation of color #AE07AE: hue angle of 300º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE07AE is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1747174-
CMYK00.9600.32
HSL300º92.27%35.49%-
HSV(B)300º95.98%68.24%-
XYZ25.1712.2141.07-
YUV75.97183.33197.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.01%
GREEN value IS 7 (3.12% from 255) = 1.97%
BLUE value IS 174 (68.36% from 255) = 49.01%
R=49.01%
G=1.97%
B=49.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174717400.9600.3230092.2735.49
HexAE7AE06002012c5c23
Octal2567256014004045413443
Binary10101110111101011100110000001000001001011001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE07AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE07AE; }

 p { color: rgb(174,7,174); }

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

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

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

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

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

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

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