#AE109B

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

Shades of Medium Violet Red #AE109B

Tints of Medium Violet Red #AE109B

Color information

#AE109B (or 0xAE109B) is unknown color: approx Medium Violet Red. HEX triplet: AE, 10 and 9B. RGB value is (174,16,155). Sum of RGB (Red+Green+Blue) = 174+16+155=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE109B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE109B is #51EF64. Grayscale: #4E4E4E. Windows color (decimal): -5369701 or 10162350. OLE color: 10162350.

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

Color convert

RGB17416155-
CMYK00.910.110.32
HSL307.22º83.16%37.25%-
HSV(B)307.22º90.8%68.24%-
XYZ23.5611.7432.03-
YUV79.09170.85195.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.43%
GREEN value IS 16 (6.64% from 255) = 4.64%
BLUE value IS 155 (60.94% from 255) = 44.93%
R=50.43%
G=4.64%
B=44.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741615500.910.110.32307.2283.1637.25
HexAE109B05BB201335325
Octal256202330133134046312345
Binary1010111010000100110110101101110111000001001100111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE109B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE109B; }

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

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

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

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

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

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

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

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