#AE1495

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

Shades of Medium Violet Red #AE1495

Tints of Medium Violet Red #AE1495

Color information

#AE1495 (or 0xAE1495) is unknown color: approx Medium Violet Red. HEX triplet: AE, 14 and 95. RGB value is (174,20,149). Sum of RGB (Red+Green+Blue) = 174+20+149=343 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.73% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1495 is #51EB6A. Grayscale: #505050. Windows color (decimal): -5368683 or 9770158. OLE color: 9770158.

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

Color convert

RGB17420149-
CMYK00.890.140.32
HSL309.74º79.38%38.04%-
HSV(B)309.74º88.51%68.24%-
XYZ23.1311.6729.47-
YUV80.75166.52194.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.73%
GREEN value IS 20 (8.20% from 255) = 5.83%
BLUE value IS 149 (58.59% from 255) = 43.44%
R=50.73%
G=5.83%
B=43.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742014900.890.140.32309.7479.3838.04
HexAE1495059E201364f26
Octal256242250131164046611746
Binary1010111010100100101010101100111101000001001101101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1495; }

 p { color: rgb(174,20,149); }

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

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

 a { background-color: rgb(174,20,149); }

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

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

 span { border-color: rgb(174,20,149); }

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