#AE1078

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

Shades of Medium Violet Red #AE1078

Tints of Medium Violet Red #AE1078

Color information

#AE1078 (or 0xAE1078) is unknown color: approx Medium Violet Red. HEX triplet: AE, 10 and 78. RGB value is (174,16,120). Sum of RGB (Red+Green+Blue) = 174+16+120=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1078 is #51EF87. Grayscale: #4A4A4A. Windows color (decimal): -5369736 or 7868590. OLE color: 7868590.

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

Color convert

RGB17416120-
CMYK00.910.310.32
HSL320.51º83.16%37.25%-
HSV(B)320.51º90.8%68.24%-
XYZ21.0310.7318.73-
YUV75.1153.35198.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.13%
GREEN value IS 16 (6.64% from 255) = 5.16%
BLUE value IS 120 (47.27% from 255) = 38.71%
R=56.13%
G=5.16%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741612000.910.310.32320.5183.1637.25
HexAE107805B1F201415325
Octal256201700133374050112345
Binary1010111010000111100001011011111111000001010000011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1078; }

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

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

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

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

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

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

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

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