#A9127F

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

Shades of Medium Violet Red #A9127F

Tints of Medium Violet Red #A9127F

Color information

#A9127F (or 0xA9127F) is unknown color: approx Medium Violet Red. HEX triplet: A9, 12 and 7F. RGB value is (169,18,127). Sum of RGB (Red+Green+Blue) = 169+18+127=314 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.82% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 169 - color contains mainly: red. Hex color #A9127F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9127F is #56ED80. Grayscale: #4B4B4B. Windows color (decimal): -5696897 or 8327849. OLE color: 8327849.

HSL color Cylindrical-coordinate representation of color #A9127F: hue angle of 316.69º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A9127F is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB16918127-
CMYK00.890.250.34
HSL316.69º80.75%36.67%-
HSV(B)316.69º89.35%66.27%-
XYZ20.4110.421.01-
YUV75.57157.03194.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.82%
GREEN value IS 18 (7.42% from 255) = 5.73%
BLUE value IS 127 (50% from 255) = 40.45%
R=53.82%
G=5.73%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691812700.890.250.34316.6980.7536.67
HexA9127F059192213d5125
Octal251221770131314247512145
Binary1010100110010111111101011001110011000101001111011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9127F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9127F; }

 p { color: rgb(169,18,127); }

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

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

 a { background-color: rgb(169,18,127); }

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

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

 span { border-color: rgb(169,18,127); }

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