#AA1C9E

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

Shades of Medium Violet Red #AA1C9E

Tints of Medium Violet Red #AA1C9E

Color information

#AA1C9E (or 0xAA1C9E) is unknown color: approx Medium Violet Red. HEX triplet: AA, 1C and 9E. RGB value is (170,28,158). Sum of RGB (Red+Green+Blue) = 170+28+158=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1C9E is #55E361. Grayscale: #545454. Windows color (decimal): -5628770 or 10362026. OLE color: 10362026.

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

Color convert

RGB17028158-
CMYK00.840.070.33
HSL305.07º71.72%38.82%-
HSV(B)305.07º83.53%66.67%-
XYZ23.1611.8533.41-
YUV85.28169.04188.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.75%
GREEN value IS 28 (11.33% from 255) = 7.87%
BLUE value IS 158 (62.11% from 255) = 44.38%
R=47.75%
G=7.87%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702815800.840.070.33305.0771.7238.82
HexAA1C9E0547211314827
Octal25234236012474146111047
Binary101010101110010011110010101001111000011001100011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C9E; }

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

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

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

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

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

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

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

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