#A9279A

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

Shades of Medium Red Violet #A9279A

Tints of Medium Red Violet #A9279A

Color information

#A9279A (or 0xA9279A) is unknown color: approx Medium Red Violet. HEX triplet: A9, 27 and 9A. RGB value is (169,39,154). Sum of RGB (Red+Green+Blue) = 169+39+154=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 169 - color contains mainly: red. Hex color #A9279A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9279A is #56D865. Grayscale: #5A5A5A. Windows color (decimal): -5691494 or 10102697. OLE color: 10102697.

HSL color Cylindrical-coordinate representation of color #A9279A: hue angle of 306.92º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A9279A is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB16939154-
CMYK00.770.090.34
HSL306.92º62.5%40.78%-
HSV(B)306.92º76.92%66.27%-
XYZ22.9212.2231.72-
YUV90.98163.57183.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.69%
GREEN value IS 39 (15.62% from 255) = 10.77%
BLUE value IS 154 (60.55% from 255) = 42.54%
R=46.69%
G=10.77%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1693915400.770.090.34306.9262.540.78
HexA9279A04D9221333e29
Octal25147232011511424637651
Binary1010100110011110011010010011011001100010100110011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9279A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9279A; }

 p { color: rgb(169,39,154); }

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

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

 a { background-color: rgb(169,39,154); }

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

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

 span { border-color: rgb(169,39,154); }

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