#AE0993

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

Shades of Medium Violet Red #AE0993

Tints of Medium Violet Red #AE0993

Color information

#AE0993 (or 0xAE0993) is unknown color: approx Medium Violet Red. HEX triplet: AE, 09 and 93. RGB value is (174,9,147). Sum of RGB (Red+Green+Blue) = 174+9+147=330 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.73% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0993 is #51F66C. Grayscale: #494949. Windows color (decimal): -5371501 or 9636270. OLE color: 9636270.

HSL color Cylindrical-coordinate representation of color #AE0993: hue angle of 309.82º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE0993 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB1749147-
CMYK00.950.160.32
HSL309.82º90.16%35.88%-
HSV(B)309.82º94.83%68.24%-
XYZ22.8211.328.58-
YUV74.07169.16199.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.73%
GREEN value IS 9 (3.91% from 255) = 2.73%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=52.73%
G=2.73%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174914700.950.160.32309.8290.1635.88
HexAE99305F10201365a24
Octal256112230137204046613244
Binary1010111010011001001101011111100001000001001101101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0993; }

 p { color: rgb(174,9,147); }

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

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

 a { background-color: rgb(174,9,147); }

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

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

 span { border-color: rgb(174,9,147); }

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