#AE3181

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

Shades of Medium Red Violet #AE3181

Tints of Medium Red Violet #AE3181

Color information

#AE3181 (or 0xAE3181) is unknown color: approx Medium Red Violet. HEX triplet: AE, 31 and 81. RGB value is (174,49,129). Sum of RGB (Red+Green+Blue) = 174+49+129=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3181 is #51CE7E. Grayscale: #5F5F5F. Windows color (decimal): -5361279 or 8466862. OLE color: 8466862.

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

Color convert

RGB17449129-
CMYK00.720.260.32
HSL321.6º56.05%43.73%-
HSV(B)321.6º71.84%68.24%-
XYZ22.5212.7822.05-
YUV95.49146.91184-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.43%
GREEN value IS 49 (19.53% from 255) = 13.92%
BLUE value IS 129 (50.78% from 255) = 36.65%
R=49.43%
G=13.92%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744912900.720.260.32321.656.0543.73
HexAE31810481A20142382c
Octal25661201011032405027054
Binary10101110110001100000010100100011010100000101000010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3181; }

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

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

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

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

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

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

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

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