#AE1C9E

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

Shades of Medium Violet Red #AE1C9E

Tints of Medium Violet Red #AE1C9E

Color information

#AE1C9E (or 0xAE1C9E) is unknown color: approx Medium Violet Red. HEX triplet: AE, 1C and 9E. RGB value is (174,28,158). Sum of RGB (Red+Green+Blue) = 174+28+158=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 28 (11.33% from 255 or 7.78% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1C9E is #51E361. Grayscale: #565656. Windows color (decimal): -5366626 or 10362030. OLE color: 10362030.

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

Color convert

RGB17428158-
CMYK00.840.090.32
HSL306.58º72.28%39.61%-
HSV(B)306.58º83.91%68.24%-
XYZ24.0412.333.45-
YUV86.47168.37190.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.33%
GREEN value IS 28 (11.33% from 255) = 7.78%
BLUE value IS 158 (62.11% from 255) = 43.89%
R=48.33%
G=7.78%
B=43.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742815800.840.090.32306.5872.2839.61
HexAE1C9E0549201334828
Octal256342360124114046311050
Binary1010111011100100111100101010010011000001001100111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1C9E; }

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

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

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

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

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

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

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

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