#AE16A5

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

Shades of Medium Violet Red #AE16A5

Tints of Medium Violet Red #AE16A5

Color information

#AE16A5 (or 0xAE16A5) is unknown color: approx Medium Violet Red. HEX triplet: AE, 16 and A5. RGB value is (174,22,165). Sum of RGB (Red+Green+Blue) = 174+22+165=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 165 (64.84% from 255 or 45.71% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE16A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE16A5 is #51E95A. Grayscale: #535353. Windows color (decimal): -5368155 or 10819246. OLE color: 10819246.

HSL color Cylindrical-coordinate representation of color #AE16A5: hue angle of 303.55º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE16A5 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB17422165-
CMYK00.870.050.32
HSL303.55º77.55%38.43%-
HSV(B)303.55º87.36%68.24%-
XYZ24.5312.2936.68-
YUV83.75173.86192.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.20%
GREEN value IS 22 (8.98% from 255) = 6.09%
BLUE value IS 165 (64.84% from 255) = 45.71%
R=48.20%
G=6.09%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742216500.870.050.32303.5577.5538.43
HexAE16A50575201304e26
Octal25626245012754046011646
Binary101011101011010100101010101111011000001001100001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE16A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE16A5; }

 p { color: rgb(174,22,165); }

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

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

 a { background-color: rgb(174,22,165); }

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

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

 span { border-color: rgb(174,22,165); }

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