#A9478B

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

Shades of Medium Red Violet #A9478B

Tints of Medium Red Violet #A9478B

Color information

#A9478B (or 0xA9478B) is unknown color: approx Medium Red Violet. HEX triplet: A9, 47 and 8B. RGB value is (169,71,139). Sum of RGB (Red+Green+Blue) = 169+71+139=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A9478B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9478B is #56B874. Grayscale: #6B6B6B. Windows color (decimal): -5683317 or 9127849. OLE color: 9127849.

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

Color convert

RGB16971139-
CMYK00.580.180.34
HSL318.37º40.83%47.06%-
HSV(B)318.37º57.99%66.27%-
XYZ23.2814.8126.06-
YUV108.05145.47171.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.59%
GREEN value IS 71 (28.12% from 255) = 18.73%
BLUE value IS 139 (54.69% from 255) = 36.68%
R=44.59%
G=18.73%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697113900.580.180.34318.3740.8347.06
HexA9478B03A122213e292f
Octal25110721307222424765157
Binary10101001100011110001011011101010010100010100111110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9478B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9478B; }

 p { color: rgb(169,71,139); }

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

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

 a { background-color: rgb(169,71,139); }

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

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

 span { border-color: rgb(169,71,139); }

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