#AE3E8E

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

Shades of Medium Red Violet #AE3E8E

Tints of Medium Red Violet #AE3E8E

Color information

#AE3E8E (or 0xAE3E8E) is unknown color: approx Medium Red Violet. HEX triplet: AE, 3E and 8E. RGB value is (174,62,142). Sum of RGB (Red+Green+Blue) = 174+62+142=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3E8E is #51C171. Grayscale: #686868. Windows color (decimal): -5357938 or 9322158. OLE color: 9322158.

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

Color convert

RGB17462142-
CMYK00.640.180.32
HSL317.14º47.46%46.27%-
HSV(B)317.14º64.37%68.24%-
XYZ24.0614.427.1-
YUV104.61149.11177.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.03%
GREEN value IS 62 (24.61% from 255) = 16.40%
BLUE value IS 142 (55.86% from 255) = 37.57%
R=46.03%
G=16.40%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746214200.640.180.32317.1447.4646.27
HexAE3E8E040122013d2f2e
Octal25676216010022404755756
Binary10101110111110100011100100000010010100000100111101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3E8E; }

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

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

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

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

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

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

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

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