#A9408D

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

Shades of Medium Red Violet #A9408D

Tints of Medium Red Violet #A9408D

Color information

#A9408D (or 0xA9408D) is unknown color: approx Medium Red Violet. HEX triplet: A9, 40 and 8D. RGB value is (169,64,141). Sum of RGB (Red+Green+Blue) = 169+64+141=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A9408D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9408D is #56BF72. Grayscale: #676767. Windows color (decimal): -5685107 or 9257129. OLE color: 9257129.

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

Color convert

RGB16964141-
CMYK00.620.170.34
HSL316º45.06%45.69%-
HSV(B)316º62.13%66.27%-
XYZ2314.0226.69-
YUV104.17148.79174.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.19%
GREEN value IS 64 (25.39% from 255) = 17.11%
BLUE value IS 141 (55.47% from 255) = 37.70%
R=45.19%
G=17.11%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696414100.620.170.3431645.0645.69
HexA9408D03E112213c2d2e
Octal25110021507621424745556
Binary10101001100000010001101011111010001100010100111100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9408D; }

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

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

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

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

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

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

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

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