#AE2A8E

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

Shades of Medium Red Violet #AE2A8E

Tints of Medium Red Violet #AE2A8E

Color information

#AE2A8E (or 0xAE2A8E) is unknown color: approx Medium Red Violet. HEX triplet: AE, 2A and 8E. RGB value is (174,42,142). Sum of RGB (Red+Green+Blue) = 174+42+142=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 42 (16.80% from 255 or 11.73% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2A8E is #51D571. Grayscale: #5C5C5C. Windows color (decimal): -5363058 or 9317038. OLE color: 9317038.

HSL color Cylindrical-coordinate representation of color #AE2A8E: hue angle of 314.55º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE2A8E is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB17442142-
CMYK00.760.180.32
HSL314.55º61.11%42.35%-
HSV(B)314.55º75.86%68.24%-
XYZ23.1712.6126.8-
YUV92.87155.73185.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.60%
GREEN value IS 42 (16.80% from 255) = 11.73%
BLUE value IS 142 (55.86% from 255) = 39.66%
R=48.60%
G=11.73%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744214200.760.180.32314.5561.1142.35
HexAE2A8E04C122013b3d2a
Octal25652216011422404737552
Binary10101110101010100011100100110010010100000100111011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2A8E; }

 p { color: rgb(174,42,142); }

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

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

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

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

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

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

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