#AA1EA0

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

Shades of Medium Red Violet #AA1EA0

Tints of Medium Red Violet #AA1EA0

Color information

#AA1EA0 (or 0xAA1EA0) is unknown color: approx Medium Red Violet. HEX triplet: AA, 1E and A0. RGB value is (170,30,160). Sum of RGB (Red+Green+Blue) = 170+30+160=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1EA0 is #55E15F. Grayscale: #565656. Windows color (decimal): -5628256 or 10493610. OLE color: 10493610.

HSL color Cylindrical-coordinate representation of color #AA1EA0: hue angle of 304.29º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1EA0 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB17030160-
CMYK00.820.060.33
HSL304.29º70%39.22%-
HSV(B)304.29º82.35%66.67%-
XYZ23.3912.0134.34-
YUV86.68169.38187.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.22%
GREEN value IS 30 (12.11% from 255) = 8.33%
BLUE value IS 160 (62.89% from 255) = 44.44%
R=47.22%
G=8.33%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703016000.820.060.33304.297039.22
HexAA1EA00526211304627
Octal25236240012264146010647
Binary101010101111010100000010100101101000011001100001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1EA0; }

 p { color: rgb(170,30,160); }

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

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

 a { background-color: rgb(170,30,160); }

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

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

 span { border-color: rgb(170,30,160); }

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