#AE1A9E

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

Shades of Medium Violet Red #AE1A9E

Tints of Medium Violet Red #AE1A9E

Color information

#AE1A9E (or 0xAE1A9E) is unknown color: approx Medium Violet Red. HEX triplet: AE, 1A and 9E. RGB value is (174,26,158). Sum of RGB (Red+Green+Blue) = 174+26+158=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1A9E is #51E561. Grayscale: #545454. Windows color (decimal): -5367138 or 10361518. OLE color: 10361518.

HSL color Cylindrical-coordinate representation of color #AE1A9E: hue angle of 306.49º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE1A9E is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB17426158-
CMYK00.850.090.32
HSL306.49º74%39.22%-
HSV(B)306.49º85.06%68.24%-
XYZ2412.2133.44-
YUV85.3169.03191.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.60%
GREEN value IS 26 (10.55% from 255) = 7.26%
BLUE value IS 158 (62.11% from 255) = 44.13%
R=48.60%
G=7.26%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742615800.850.090.32306.497439.22
HexAE1A9E0559201324a27
Octal256322360125114046211247
Binary1010111011010100111100101010110011000001001100101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1A9E; }

 p { color: rgb(174,26,158); }

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

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

 a { background-color: rgb(174,26,158); }

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

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

 span { border-color: rgb(174,26,158); }

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