#AE1592

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

Shades of Medium Violet Red #AE1592

Tints of Medium Violet Red #AE1592

Color information

#AE1592 (or 0xAE1592) is unknown color: approx Medium Violet Red. HEX triplet: AE, 15 and 92. RGB value is (174,21,146). Sum of RGB (Red+Green+Blue) = 174+21+146=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1592 is #51EA6D. Grayscale: #505050. Windows color (decimal): -5368430 or 9573806. OLE color: 9573806.

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

Color convert

RGB17421146-
CMYK00.880.160.32
HSL310.98º78.46%38.24%-
HSV(B)310.98º87.93%68.24%-
XYZ22.9111.6128.23-
YUV81164.69194.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 51.03%
GREEN value IS 21 (8.59% from 255) = 6.16%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=51.03%
G=6.16%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742114600.880.160.32310.9878.4638.24
HexAE159205810201374e26
Octal256252220130204046711646
Binary10101110101011001001001011000100001000001001101111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1592; }

 p { color: rgb(174,21,146); }

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

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

 a { background-color: rgb(174,21,146); }

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

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

 span { border-color: rgb(174,21,146); }

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