#A9498D

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

Shades of Medium Red Violet #A9498D

Tints of Medium Red Violet #A9498D

Color information

#A9498D (or 0xA9498D) is unknown color: approx Medium Red Violet. HEX triplet: A9, 49 and 8D. RGB value is (169,73,141). Sum of RGB (Red+Green+Blue) = 169+73+141=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A9498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9498D is #56B672. Grayscale: #6D6D6D. Windows color (decimal): -5682803 or 9259433. OLE color: 9259433.

HSL color Cylindrical-coordinate representation of color #A9498D: hue angle of 317.5º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A9498D is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB16973141-
CMYK00.570.170.34
HSL317.5º39.67%47.45%-
HSV(B)317.5º56.8%66.27%-
XYZ23.5515.1226.88-
YUV109.46145.8170.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.13%
GREEN value IS 73 (28.91% from 255) = 19.06%
BLUE value IS 141 (55.47% from 255) = 36.81%
R=44.13%
G=19.06%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697314100.570.170.34317.539.6747.45
HexA9498D039112213e282f
Octal25111121507121424765057
Binary10101001100100110001101011100110001100010100111110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9498D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9498D; }

 p { color: rgb(169,73,141); }

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

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

 a { background-color: rgb(169,73,141); }

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

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

 span { border-color: rgb(169,73,141); }

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