#AE12A1

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

Shades of Medium Violet Red #AE12A1

Tints of Medium Violet Red #AE12A1

Color information

#AE12A1 (or 0xAE12A1) is unknown color: approx Medium Violet Red. HEX triplet: AE, 12 and A1. RGB value is (174,18,161). Sum of RGB (Red+Green+Blue) = 174+18+161=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 161 (63.28% from 255 or 45.61% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE12A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE12A1 is #51ED5E. Grayscale: #505050. Windows color (decimal): -5369183 or 10556078. OLE color: 10556078.

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

Color convert

RGB17418161-
CMYK00.900.070.32
HSL305º81.25%37.65%-
HSV(B)305º89.66%68.24%-
XYZ24.11234.76-
YUV80.95173.18194.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.29%
GREEN value IS 18 (7.42% from 255) = 5.10%
BLUE value IS 161 (63.28% from 255) = 45.61%
R=49.29%
G=5.10%
B=45.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741816100.900.070.3230581.2537.65
HexAE12A105A7201315126
Octal25622241013274046112146
Binary101011101001010100001010110101111000001001100011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE12A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE12A1; }

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

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

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

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

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

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

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

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