#A9398D

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

Shades of Medium Red Violet #A9398D

Tints of Medium Red Violet #A9398D

Color information

#A9398D (or 0xA9398D) is unknown color: approx Medium Red Violet. HEX triplet: A9, 39 and 8D. RGB value is (169,57,141). Sum of RGB (Red+Green+Blue) = 169+57+141=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A9398D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9398D is #56C672. Grayscale: #636363. Windows color (decimal): -5686899 or 9255337. OLE color: 9255337.

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

Color convert

RGB16957141-
CMYK00.660.170.34
HSL315º49.56%44.31%-
HSV(B)315º66.27%66.27%-
XYZ22.6313.2826.57-
YUV100.06151.11177.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.05%
GREEN value IS 57 (22.66% from 255) = 15.53%
BLUE value IS 141 (55.47% from 255) = 38.42%
R=46.05%
G=15.53%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695714100.660.170.3431549.5644.31
HexA9398D042112213b322c
Octal25171215010221424736254
Binary10101001111001100011010100001010001100010100111011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9398D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9398D; }

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

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

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

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

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

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

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

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