#AE15A1

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

Shades of Medium Violet Red #AE15A1

Tints of Medium Violet Red #AE15A1

Color information

#AE15A1 (or 0xAE15A1) is unknown color: approx Medium Violet Red. HEX triplet: AE, 15 and A1. RGB value is (174,21,161). Sum of RGB (Red+Green+Blue) = 174+21+161=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE15A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE15A1 is #51EA5E. Grayscale: #525252. Windows color (decimal): -5368415 or 10556846. OLE color: 10556846.

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

Color convert

RGB17421161-
CMYK00.880.070.32
HSL305.1º78.46%38.24%-
HSV(B)305.1º87.93%68.24%-
XYZ24.1612.1134.78-
YUV82.71172.19193.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.88%
GREEN value IS 21 (8.59% from 255) = 5.90%
BLUE value IS 161 (63.28% from 255) = 45.22%
R=48.88%
G=5.90%
B=45.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742116100.880.070.32305.178.4638.24
HexAE15A10587201314e26
Octal25625241013074046111646
Binary101011101010110100001010110001111000001001100011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE15A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE15A1; }

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

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

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

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

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

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

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

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