#A9488D

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

Shades of Medium Red Violet #A9488D

Tints of Medium Red Violet #A9488D

Color information

#A9488D (or 0xA9488D) is unknown color: approx Medium Red Violet. HEX triplet: A9, 48 and 8D. RGB value is (169,72,141). Sum of RGB (Red+Green+Blue) = 169+72+141=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A9488D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9488D is #56B772. Grayscale: #6C6C6C. Windows color (decimal): -5683059 or 9259177. OLE color: 9259177.

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

Color convert

RGB16972141-
CMYK00.570.170.34
HSL317.32º40.25%47.25%-
HSV(B)317.32º57.4%66.27%-
XYZ23.4914.9926.86-
YUV108.87146.14170.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.24%
GREEN value IS 72 (28.52% from 255) = 18.85%
BLUE value IS 141 (55.47% from 255) = 36.91%
R=44.24%
G=18.85%
B=36.91%

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
Decimal1697214100.570.170.34317.3240.2547.25
HexA9488D039112213d282f
Octal25111021507121424755057
Binary10101001100100010001101011100110001100010100111101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9488D; }

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

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

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

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

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

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

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

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