#AE12A2

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

Shades of Medium Violet Red #AE12A2

Tints of Medium Violet Red #AE12A2

Color information

#AE12A2 (or 0xAE12A2) is unknown color: approx Medium Violet Red. HEX triplet: AE, 12 and A2. RGB value is (174,18,162). Sum of RGB (Red+Green+Blue) = 174+18+162=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE12A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE12A2 is #51ED5D. Grayscale: #505050. Windows color (decimal): -5369182 or 10621614. OLE color: 10621614.

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

Color convert

RGB17418162-
CMYK00.900.070.32
HSL304.62º81.25%37.65%-
HSV(B)304.62º89.66%68.24%-
XYZ24.1912.0435.23-
YUV81.06173.68194.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.15%
GREEN value IS 18 (7.42% from 255) = 5.08%
BLUE value IS 162 (63.67% from 255) = 45.76%
R=49.15%
G=5.08%
B=45.76%

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
Decimal1741816200.900.070.32304.6281.2537.65
HexAE12A205A7201315126
Octal25622242013274046112146
Binary101011101001010100010010110101111000001001100011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE12A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE12A2; }

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

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

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

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

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

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

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

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