#AE1A78

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

Shades of Medium Violet Red #AE1A78

Tints of Medium Violet Red #AE1A78

Color information

#AE1A78 (or 0xAE1A78) is unknown color: approx Medium Violet Red. HEX triplet: AE, 1A and 78. RGB value is (174,26,120). Sum of RGB (Red+Green+Blue) = 174+26+120=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1A78 is #51E587. Grayscale: #505050. Windows color (decimal): -5367176 or 7871150. OLE color: 7871150.

HSL color Cylindrical-coordinate representation of color #AE1A78: hue angle of 321.89º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE1A78 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB17426120-
CMYK00.850.310.32
HSL321.89º74%39.22%-
HSV(B)321.89º85.06%68.24%-
XYZ21.2211.0918.79-
YUV80.97150.03194.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.38%
GREEN value IS 26 (10.55% from 255) = 8.12%
BLUE value IS 120 (47.27% from 255) = 37.5%
R=54.38%
G=8.12%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742612000.850.310.32321.897439.22
HexAE1A780551F201424a27
Octal256321700125374050211247
Binary1010111011010111100001010101111111000001010000101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1A78; }

 p { color: rgb(174,26,120); }

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

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

 a { background-color: rgb(174,26,120); }

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

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

 span { border-color: rgb(174,26,120); }

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