#AE0C7F

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

Shades of Medium Violet Red #AE0C7F

Tints of Medium Violet Red #AE0C7F

Color information

#AE0C7F (or 0xAE0C7F) is unknown color: approx Medium Violet Red. HEX triplet: AE, 0C and 7F. RGB value is (174,12,127). Sum of RGB (Red+Green+Blue) = 174+12+127=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0C7F is #51F380. Grayscale: #494949. Windows color (decimal): -5370753 or 8326318. OLE color: 8326318.

HSL color Cylindrical-coordinate representation of color #AE0C7F: hue angle of 317.41º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0C7F is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB17412127-
CMYK00.930.270.32
HSL317.41º87.1%36.47%-
HSV(B)317.41º93.1%68.24%-
XYZ21.4210.7921.03-
YUV73.55158.17199.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.59%
GREEN value IS 12 (5.08% from 255) = 3.83%
BLUE value IS 127 (50% from 255) = 40.58%
R=55.59%
G=3.83%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741212700.930.270.32317.4187.136.47
HexAEC7F05D1B2013d5724
Octal256141770135334047512744
Binary101011101100111111101011101110111000001001111011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0C7F; }

 p { color: rgb(174,12,127); }

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

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

 a { background-color: rgb(174,12,127); }

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

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

 span { border-color: rgb(174,12,127); }

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