#AE159E

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

Shades of Medium Violet Red #AE159E

Tints of Medium Violet Red #AE159E

Color information

#AE159E (or 0xAE159E) is unknown color: approx Medium Violet Red. HEX triplet: AE, 15 and 9E. RGB value is (174,21,158). Sum of RGB (Red+Green+Blue) = 174+21+158=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE159E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE159E is #51EA61. Grayscale: #515151. Windows color (decimal): -5368418 or 10360238. OLE color: 10360238.

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

Color convert

RGB17421158-
CMYK00.880.090.32
HSL306.27º78.46%38.24%-
HSV(B)306.27º87.93%68.24%-
XYZ23.91233.41-
YUV82.36170.69193.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.29%
GREEN value IS 21 (8.59% from 255) = 5.95%
BLUE value IS 158 (62.11% from 255) = 44.76%
R=49.29%
G=5.95%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742115800.880.090.32306.2778.4638.24
HexAE159E0589201324e26
Octal256252360130114046211646
Binary1010111010101100111100101100010011000001001100101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE159E; }

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

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

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

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

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

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

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

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