#AE0D9A

Color #AE0D9A Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #AE0D9A

Tints of Medium Violet Red #AE0D9A

Color information

#AE0D9A (or 0xAE0D9A) is unknown color: approx Medium Violet Red. HEX triplet: AE, 0D and 9A. RGB value is (174,13,154). Sum of RGB (Red+Green+Blue) = 174+13+154=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0D9A is #51F265. Grayscale: #4C4C4C. Windows color (decimal): -5370470 or 10096046. OLE color: 10096046.

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

Color convert

RGB17413154-
CMYK00.930.110.32
HSL307.45º86.1%36.67%-
HSV(B)307.45º92.53%68.24%-
XYZ23.4311.6231.58-
YUV77.21171.34197.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.03%
GREEN value IS 13 (5.47% from 255) = 3.81%
BLUE value IS 154 (60.55% from 255) = 45.16%
R=51.03%
G=3.81%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741315400.930.110.32307.4586.136.67
HexAED9A05DB201335625
Octal256152320135134046312645
Binary101011101101100110100101110110111000001001100111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0D9A; }

 p { color: rgb(174,13,154); }

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

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

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

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

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

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

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