#AA1C9A

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

Shades of Medium Violet Red #AA1C9A

Tints of Medium Violet Red #AA1C9A

Color information

#AA1C9A (or 0xAA1C9A) is unknown color: approx Medium Violet Red. HEX triplet: AA, 1C and 9A. RGB value is (170,28,154). Sum of RGB (Red+Green+Blue) = 170+28+154=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1C9A is #55E365. Grayscale: #545454. Windows color (decimal): -5628774 or 10099882. OLE color: 10099882.

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

Color convert

RGB17028154-
CMYK00.840.090.33
HSL306.76º71.72%38.82%-
HSV(B)306.76º83.53%66.67%-
XYZ22.8311.7131.63-
YUV84.82167.04188.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.30%
GREEN value IS 28 (11.33% from 255) = 7.95%
BLUE value IS 154 (60.55% from 255) = 43.75%
R=48.30%
G=7.95%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702815400.840.090.33306.7671.7238.82
HexAA1C9A0549211334827
Octal252342320124114146311047
Binary1010101011100100110100101010010011000011001100111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C9A; }

 p { color: rgb(170,28,154); }

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

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

 a { background-color: rgb(170,28,154); }

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

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

 span { border-color: rgb(170,28,154); }

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