#AE167E

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

Shades of Medium Violet Red #AE167E

Tints of Medium Violet Red #AE167E

Color information

#AE167E (or 0xAE167E) is unknown color: approx Medium Violet Red. HEX triplet: AE, 16 and 7E. RGB value is (174,22,126). Sum of RGB (Red+Green+Blue) = 174+22+126=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE167E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE167E is #51E981. Grayscale: #4F4F4F. Windows color (decimal): -5368194 or 8263342. OLE color: 8263342.

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

Color convert

RGB17422126-
CMYK00.870.280.32
HSL318.95º77.55%38.43%-
HSV(B)318.95º87.36%68.24%-
XYZ21.5111.0820.74-
YUV79.3154.36195.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.04%
GREEN value IS 22 (8.98% from 255) = 6.83%
BLUE value IS 126 (49.61% from 255) = 39.13%
R=54.04%
G=6.83%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742212600.870.280.32318.9577.5538.43
HexAE167E0571C2013f4e26
Octal256261760127344047711646
Binary1010111010110111111001010111111001000001001111111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE167E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE167E; }

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

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

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

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

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

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

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

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