#AE258E

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

Shades of Medium Red Violet #AE258E

Tints of Medium Red Violet #AE258E

Color information

#AE258E (or 0xAE258E) is unknown color: approx Medium Red Violet. HEX triplet: AE, 25 and 8E. RGB value is (174,37,142). Sum of RGB (Red+Green+Blue) = 174+37+142=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE258E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE258E is #51DA71. Grayscale: #595959. Windows color (decimal): -5364338 or 9315758. OLE color: 9315758.

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

Color convert

RGB17437142-
CMYK00.790.180.32
HSL314.01º64.93%41.37%-
HSV(B)314.01º78.74%68.24%-
XYZ2312.2726.75-
YUV89.93157.39187.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.29%
GREEN value IS 37 (14.84% from 255) = 10.48%
BLUE value IS 142 (55.86% from 255) = 40.23%
R=49.29%
G=10.48%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743714200.790.180.32314.0164.9341.37
HexAE258E04F122013a4129
Octal256452160117224047210151
Binary101011101001011000111001001111100101000001001110101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE258E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE258E; }

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

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

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

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

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

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

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

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