#AE2982

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

Shades of Medium Red Violet #AE2982

Tints of Medium Red Violet #AE2982

Color information

#AE2982 (or 0xAE2982) is unknown color: approx Medium Red Violet. HEX triplet: AE, 29 and 82. RGB value is (174,41,130). Sum of RGB (Red+Green+Blue) = 174+41+130=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2982 is #51D67D. Grayscale: #5A5A5A. Windows color (decimal): -5363326 or 8530350. OLE color: 8530350.

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

Color convert

RGB17441130-
CMYK00.760.250.32
HSL319.85º61.86%42.16%-
HSV(B)319.85º76.44%68.24%-
XYZ22.2812.222.3-
YUV90.91150.06187.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.43%
GREEN value IS 41 (16.41% from 255) = 11.88%
BLUE value IS 130 (51.17% from 255) = 37.68%
R=50.43%
G=11.88%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744113000.760.250.32319.8561.8642.16
HexAE298204C19201403e2a
Octal25651202011431405007652
Binary10101110101001100000100100110011001100000101000000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2982; }

 p { color: rgb(174,41,130); }

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

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

 a { background-color: rgb(174,41,130); }

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

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

 span { border-color: rgb(174,41,130); }

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