#AE2A87

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

Shades of Medium Red Violet #AE2A87

Tints of Medium Red Violet #AE2A87

Color information

#AE2A87 (or 0xAE2A87) is unknown color: approx Medium Red Violet. HEX triplet: AE, 2A and 87. RGB value is (174,42,135). Sum of RGB (Red+Green+Blue) = 174+42+135=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2A87 is #51D578. Grayscale: #5B5B5B. Windows color (decimal): -5363065 or 8858286. OLE color: 8858286.

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

Color convert

RGB17442135-
CMYK00.760.220.32
HSL317.73º61.11%42.35%-
HSV(B)317.73º75.86%68.24%-
XYZ22.6612.424.12-
YUV92.07152.23186.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.57%
GREEN value IS 42 (16.80% from 255) = 11.97%
BLUE value IS 135 (53.12% from 255) = 38.46%
R=49.57%
G=11.97%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744213500.760.220.32317.7361.1142.35
HexAE2A8704C162013e3d2a
Octal25652207011426404767552
Binary10101110101010100001110100110010110100000100111110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2A87; }

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

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

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

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

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

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

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

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