#ae07ab

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

Shades of Deep Magenta #AE07AB

Tints of Deep Magenta #AE07AB

Color information

#AE07AB (or 0xAE07AB) is unknown color: approx Deep Magenta. HEX triplet: AE, 07 and AB. RGB value is (174,7,171). Sum of RGB (Red+Green+Blue) = 174+7+171=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE07AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE07AB is #51F854. Grayscale: #4B4B4B. Windows color (decimal): -5371989 or 11208622. OLE color: 11208622.

HSL color Cylindrical-coordinate representation of color #AE07AB: hue angle of 301.08º 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 #AE07AB is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB1747171-
CMYK00.960.020.32
HSL301.08º92.27%35.49%-
HSV(B)301.08º95.98%68.24%-
XYZ24.8812.0939.55-
YUV75.63181.83198.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.43%
GREEN value IS 7 (3.12% from 255) = 1.99%
BLUE value IS 171 (67.19% from 255) = 48.58%
R=49.43%
G=1.99%
B=48.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174717100.960.020.32301.0892.2735.49
HexAE7AB06022012d5c23
Octal2567253014024045513443
Binary101011101111010101101100000101000001001011011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae07ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae07ab; }

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

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

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

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

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

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

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

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