#AE127E

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

Shades of Medium Violet Red #AE127E

Tints of Medium Violet Red #AE127E

Color information

#AE127E (or 0xAE127E) is unknown color: approx Medium Violet Red. HEX triplet: AE, 12 and 7E. RGB value is (174,18,126). Sum of RGB (Red+Green+Blue) = 174+18+126=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE127E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE127E is #51ED81. Grayscale: #4C4C4C. Windows color (decimal): -5369218 or 8262318. OLE color: 8262318.

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

Color convert

RGB17418126-
CMYK00.900.280.32
HSL318.46º81.25%37.65%-
HSV(B)318.46º89.66%68.24%-
XYZ21.4410.9420.72-
YUV76.96155.68197.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.72%
GREEN value IS 18 (7.42% from 255) = 5.66%
BLUE value IS 126 (49.61% from 255) = 39.62%
R=54.72%
G=5.66%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741812600.900.280.32318.4681.2537.65
HexAE127E05A1C2013e5126
Octal256221760132344047612146
Binary1010111010010111111001011010111001000001001111101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE127E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE127E; }

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

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

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

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

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

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

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

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