#A9118A

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

Shades of Medium Violet Red #A9118A

Tints of Medium Violet Red #A9118A

Color information

#A9118A (or 0xA9118A) is unknown color: approx Medium Violet Red. HEX triplet: A9, 11 and 8A. RGB value is (169,17,138). Sum of RGB (Red+Green+Blue) = 169+17+138=324 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.16% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 169 - color contains mainly: red. Hex color #A9118A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9118A is #56EE75. Grayscale: #4B4B4B. Windows color (decimal): -5697142 or 9048489. OLE color: 9048489.

HSL color Cylindrical-coordinate representation of color #A9118A: hue angle of 312.24º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A9118A is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB16917138-
CMYK00.900.180.34
HSL312.24º81.72%36.47%-
HSV(B)312.24º89.94%66.27%-
XYZ21.1510.6724.99-
YUV76.24162.86194.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.16%
GREEN value IS 17 (7.03% from 255) = 5.25%
BLUE value IS 138 (54.30% from 255) = 42.59%
R=52.16%
G=5.25%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691713800.900.180.34312.2481.7236.47
HexA9118A05A12221385224
Octal251212120132224247012244
Binary10101001100011000101001011010100101000101001110001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9118A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9118A; }

 p { color: rgb(169,17,138); }

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

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

 a { background-color: rgb(169,17,138); }

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

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

 span { border-color: rgb(169,17,138); }

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