#AE3186

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

Shades of Medium Red Violet #AE3186

Tints of Medium Red Violet #AE3186

Color information

#AE3186 (or 0xAE3186) is unknown color: approx Medium Red Violet. HEX triplet: AE, 31 and 86. RGB value is (174,49,134). Sum of RGB (Red+Green+Blue) = 174+49+134=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3186 is #51CE79. Grayscale: #5F5F5F. Windows color (decimal): -5361274 or 8794542. OLE color: 8794542.

HSL color Cylindrical-coordinate representation of color #AE3186: hue angle of 319.2º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE3186 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB17449134-
CMYK00.720.230.32
HSL319.2º56.05%43.73%-
HSV(B)319.2º71.84%68.24%-
XYZ22.8612.9223.84-
YUV96.06149.41183.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.74%
GREEN value IS 49 (19.53% from 255) = 13.73%
BLUE value IS 134 (52.73% from 255) = 37.54%
R=48.74%
G=13.73%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744913400.720.230.32319.256.0543.73
HexAE3186048172013f382c
Octal25661206011027404777054
Binary10101110110001100001100100100010111100000100111111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3186; }

 p { color: rgb(174,49,134); }

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

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

 a { background-color: rgb(174,49,134); }

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

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

 span { border-color: rgb(174,49,134); }

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