#AE1C82

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

Shades of Medium Violet Red #AE1C82

Tints of Medium Violet Red #AE1C82

Color information

#AE1C82 (or 0xAE1C82) is unknown color: approx Medium Violet Red. HEX triplet: AE, 1C and 82. RGB value is (174,28,130). Sum of RGB (Red+Green+Blue) = 174+28+130=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1C82 is #51E37D. Grayscale: #535353. Windows color (decimal): -5366654 or 8527022. OLE color: 8527022.

HSL color Cylindrical-coordinate representation of color #AE1C82: hue angle of 318.08º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1C82 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB17428130-
CMYK00.840.250.32
HSL318.08º72.28%39.61%-
HSV(B)318.08º83.91%68.24%-
XYZ21.911.4422.17-
YUV83.28154.37192.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.41%
GREEN value IS 28 (11.33% from 255) = 8.43%
BLUE value IS 130 (51.17% from 255) = 39.16%
R=52.41%
G=8.43%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742813000.840.250.32318.0872.2839.61
HexAE1C82054192013e4828
Octal256342020124314047611050
Binary10101110111001000001001010100110011000001001111101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1C82; }

 p { color: rgb(174,28,130); }

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

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

 a { background-color: rgb(174,28,130); }

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

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

 span { border-color: rgb(174,28,130); }

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