#A9127E

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

Shades of Medium Violet Red #A9127E

Tints of Medium Violet Red #A9127E

Color information

#A9127E (or 0xA9127E) is unknown color: approx Medium Violet Red. HEX triplet: A9, 12 and 7E. RGB value is (169,18,126). Sum of RGB (Red+Green+Blue) = 169+18+126=313 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.99% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 169 - color contains mainly: red. Hex color #A9127E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9127E is #56ED81. Grayscale: #4B4B4B. Windows color (decimal): -5696898 or 8262313. OLE color: 8262313.

HSL color Cylindrical-coordinate representation of color #A9127E: hue angle of 317.09º 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 #A9127E is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB16918126-
CMYK00.890.250.34
HSL317.09º80.75%36.67%-
HSV(B)317.09º89.35%66.27%-
XYZ20.3410.3720.67-
YUV75.46156.53194.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.99%
GREEN value IS 18 (7.42% from 255) = 5.75%
BLUE value IS 126 (49.61% from 255) = 40.26%
R=53.99%
G=5.75%
B=40.26%

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
Decimal1691812600.890.250.34317.0980.7536.67
HexA9127E059192213d5125
Octal251221760131314247512145
Binary1010100110010111111001011001110011000101001111011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9127E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9127E; }

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

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

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

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

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

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

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

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