#AE018C

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

Shades of Medium Violet Red #AE018C

Tints of Medium Violet Red #AE018C

Color information

#AE018C (or 0xAE018C) is unknown color: approx Medium Violet Red. HEX triplet: AE, 01 and 8C. RGB value is (174,1,140). Sum of RGB (Red+Green+Blue) = 174+1+140=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE018C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE018C is #51FE73. Grayscale: #444444. Windows color (decimal): -5373556 or 9175470. OLE color: 9175470.

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

Color convert

RGB1741140-
CMYK00.990.200.32
HSL311.79º98.86%34.31%-
HSV(B)311.79º99.43%68.24%-
XYZ22.210.9125.75-
YUV68.57168.31203.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.24%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 140 (55.08% from 255) = 44.44%
R=55.24%
G=0.32%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174114000.990.200.32311.7998.8634.31
HexAE18C06314201386322
Octal25612140143244047014342
Binary1010111011000110001100011101001000001001110001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE018C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE018C; }

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

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

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

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

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

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

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

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