#AA1C9F

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

Shades of Medium Violet Red #AA1C9F

Tints of Medium Violet Red #AA1C9F

Color information

#AA1C9F (or 0xAA1C9F) is unknown color: approx Medium Violet Red. HEX triplet: AA, 1C and 9F. RGB value is (170,28,159). Sum of RGB (Red+Green+Blue) = 170+28+159=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 28 (11.33% from 255 or 7.84% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1C9F is #55E360. Grayscale: #555555. Windows color (decimal): -5628769 or 10427562. OLE color: 10427562.

HSL color Cylindrical-coordinate representation of color #AA1C9F: hue angle of 304.65º 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 #AA1C9F is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB17028159-
CMYK00.840.060.33
HSL304.65º71.72%38.82%-
HSV(B)304.65º83.53%66.67%-
XYZ23.2511.8833.87-
YUV85.39169.54188.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.62%
GREEN value IS 28 (11.33% from 255) = 7.84%
BLUE value IS 159 (62.5% from 255) = 44.54%
R=47.62%
G=7.84%
B=44.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702815900.840.060.33304.6571.7238.82
HexAA1C9F0546211314827
Octal25234237012464146111047
Binary101010101110010011111010101001101000011001100011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C9F; }

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

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

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

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

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

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

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

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