#AE0184

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

Shades of Medium Violet Red #AE0184

Tints of Medium Violet Red #AE0184

Color information

#AE0184 (or 0xAE0184) is unknown color: approx Medium Violet Red. HEX triplet: AE, 01 and 84. RGB value is (174,1,132). Sum of RGB (Red+Green+Blue) = 174+1+132=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0184 is #51FE7B. Grayscale: #434343. Windows color (decimal): -5373564 or 8651182. OLE color: 8651182.

HSL color Cylindrical-coordinate representation of color #AE0184: hue angle of 314.57º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0184 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB1741132-
CMYK00.990.240.32
HSL314.57º98.86%34.31%-
HSV(B)314.57º99.43%68.24%-
XYZ21.6310.6922.75-
YUV67.66164.31203.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.68%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 132 (51.95% from 255) = 43.00%
R=56.68%
G=0.33%
B=43.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174113200.990.240.32314.5798.8634.31
HexAE184063182013b6322
Octal25612040143304047314342
Binary1010111011000010001100011110001000001001110111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0184; }

 p { color: rgb(174,1,132); }

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

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

 a { background-color: rgb(174,1,132); }

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

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

 span { border-color: rgb(174,1,132); }

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