#AE309D

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

Shades of Medium Red Violet #AE309D

Tints of Medium Red Violet #AE309D

Color information

#AE309D (or 0xAE309D) is unknown color: approx Medium Red Violet. HEX triplet: AE, 30 and 9D. RGB value is (174,48,157). Sum of RGB (Red+Green+Blue) = 174+48+157=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE309D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE309D is #51CF62. Grayscale: #616161. Windows color (decimal): -5361507 or 10301614. OLE color: 10301614.

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

Color convert

RGB17448157-
CMYK00.720.100.32
HSL308.1º56.76%43.53%-
HSV(B)308.1º72.41%68.24%-
XYZ24.613.5533.22-
YUV98.1161.24182.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.91%
GREEN value IS 48 (19.14% from 255) = 12.66%
BLUE value IS 157 (61.72% from 255) = 41.42%
R=45.91%
G=12.66%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744815700.720.100.32308.156.7643.53
HexAE309D048A20134392c
Octal25660235011012404647154
Binary1010111011000010011101010010001010100000100110100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE309D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE309D; }

 p { color: rgb(174,48,157); }

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

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

 a { background-color: rgb(174,48,157); }

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

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

 span { border-color: rgb(174,48,157); }

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