#AE16A1

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

Shades of Medium Violet Red #AE16A1

Tints of Medium Violet Red #AE16A1

Color information

#AE16A1 (or 0xAE16A1) is unknown color: approx Medium Violet Red. HEX triplet: AE, 16 and A1. RGB value is (174,22,161). Sum of RGB (Red+Green+Blue) = 174+22+161=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE16A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE16A1 is #51E95E. Grayscale: #525252. Windows color (decimal): -5368159 or 10557102. OLE color: 10557102.

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

Color convert

RGB17422161-
CMYK00.870.070.32
HSL305.13º77.55%38.43%-
HSV(B)305.13º87.36%68.24%-
XYZ24.1812.1534.79-
YUV83.29171.86192.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.74%
GREEN value IS 22 (8.98% from 255) = 6.16%
BLUE value IS 161 (63.28% from 255) = 45.10%
R=48.74%
G=6.16%
B=45.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742216100.870.070.32305.1377.5538.43
HexAE16A10577201314e26
Octal25626241012774046111646
Binary101011101011010100001010101111111000001001100011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE16A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE16A1; }

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

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

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

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

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

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

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

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