#AE119B

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

Shades of Medium Violet Red #AE119B

Tints of Medium Violet Red #AE119B

Color information

#AE119B (or 0xAE119B) is unknown color: approx Medium Violet Red. HEX triplet: AE, 11 and 9B. RGB value is (174,17,155). Sum of RGB (Red+Green+Blue) = 174+17+155=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE119B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE119B is #51EE64. Grayscale: #4F4F4F. Windows color (decimal): -5369445 or 10162606. OLE color: 10162606.

HSL color Cylindrical-coordinate representation of color #AE119B: hue angle of 307.26º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE119B is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB17417155-
CMYK00.900.110.32
HSL307.26º82.2%37.45%-
HSV(B)307.26º90.23%68.24%-
XYZ23.5711.7732.04-
YUV79.68170.51195.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.29%
GREEN value IS 17 (7.03% from 255) = 4.91%
BLUE value IS 155 (60.94% from 255) = 44.80%
R=50.29%
G=4.91%
B=44.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741715500.900.110.32307.2682.237.45
HexAE119B05AB201335225
Octal256212330132134046312245
Binary1010111010001100110110101101010111000001001100111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE119B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE119B; }

 p { color: rgb(174,17,155); }

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

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

 a { background-color: rgb(174,17,155); }

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

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

 span { border-color: rgb(174,17,155); }

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