#AE3F8E

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

Shades of Medium Red Violet #AE3F8E

Tints of Medium Red Violet #AE3F8E

Color information

#AE3F8E (or 0xAE3F8E) is unknown color: approx Medium Red Violet. HEX triplet: AE, 3F and 8E. RGB value is (174,63,142). Sum of RGB (Red+Green+Blue) = 174+63+142=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3F8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3F8E is #51C071. Grayscale: #686868. Windows color (decimal): -5357682 or 9322414. OLE color: 9322414.

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

Color convert

RGB17463142-
CMYK00.640.180.32
HSL317.3º46.84%46.47%-
HSV(B)317.3º63.79%68.24%-
XYZ24.1214.5127.12-
YUV105.2148.77177.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.91%
GREEN value IS 63 (25% from 255) = 16.62%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=45.91%
G=16.62%
B=37.47%

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
Decimal1746314200.640.180.32317.346.8446.47
HexAE3F8E040122013d2f2e
Octal25677216010022404755756
Binary10101110111111100011100100000010010100000100111101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3F8E; }

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

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

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

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

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

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

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

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