#AE1AA0

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

Shades of Medium Violet Red #AE1AA0

Tints of Medium Violet Red #AE1AA0

Color information

#AE1AA0 (or 0xAE1AA0) is unknown color: approx Medium Violet Red. HEX triplet: AE, 1A and A0. RGB value is (174,26,160). Sum of RGB (Red+Green+Blue) = 174+26+160=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1AA0 is #51E55F. Grayscale: #555555. Windows color (decimal): -5367136 or 10492590. OLE color: 10492590.

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

Color convert

RGB17426160-
CMYK00.850.080.32
HSL305.68º74%39.22%-
HSV(B)305.68º85.06%68.24%-
XYZ24.1712.2834.35-
YUV85.53170.03191.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.33%
GREEN value IS 26 (10.55% from 255) = 7.22%
BLUE value IS 160 (62.89% from 255) = 44.44%
R=48.33%
G=7.22%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742616000.850.080.32305.687439.22
HexAE1AA00558201324a27
Octal256322400125104046211247
Binary1010111011010101000000101010110001000001001100101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1AA0; }

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

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

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

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

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

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

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

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