#AE0FA0

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

Shades of Dark Magenta #AE0FA0

Tints of Dark Magenta #AE0FA0

Color information

#AE0FA0 (or 0xAE0FA0) is unknown color: approx Dark Magenta. HEX triplet: AE, 0F and A0. RGB value is (174,15,160). Sum of RGB (Red+Green+Blue) = 174+15+160=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0FA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0FA0 is #51F05F. Grayscale: #4E4E4E. Windows color (decimal): -5369952 or 10489774. OLE color: 10489774.

HSL color Cylindrical-coordinate representation of color #AE0FA0: hue angle of 305.28º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE0FA0 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB17415160-
CMYK00.910.080.32
HSL305.28º84.13%37.06%-
HSV(B)305.28º91.38%68.24%-
XYZ23.9711.8834.29-
YUV79.07173.68195.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.86%
GREEN value IS 15 (6.25% from 255) = 4.30%
BLUE value IS 160 (62.89% from 255) = 45.85%
R=49.86%
G=4.30%
B=45.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741516000.910.080.32305.2884.1337.06
HexAEFA005B8201315425
Octal256172400133104046112445
Binary101011101111101000000101101110001000001001100011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0FA0; }

 p { color: rgb(174,15,160); }

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

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

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

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

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

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

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