#A3478A

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

Shades of Medium Red Violet #A3478A

Tints of Medium Red Violet #A3478A

Color information

#A3478A (or 0xA3478A) is unknown color: approx Medium Red Violet. HEX triplet: A3, 47 and 8A. RGB value is (163,71,138). Sum of RGB (Red+Green+Blue) = 163+71+138=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 163 - color contains mainly: red. Hex color #A3478A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3478A is #5CB875. Grayscale: #696969. Windows color (decimal): -6076534 or 9062307. OLE color: 9062307.

HSL color Cylindrical-coordinate representation of color #A3478A: hue angle of 316.3º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A3478A is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB16371138-
CMYK00.560.150.36
HSL316.3º39.32%45.88%-
HSV(B)316.3º56.44%63.92%-
XYZ21.9414.1325.62-
YUV106.15145.98168.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.82%
GREEN value IS 71 (28.12% from 255) = 19.09%
BLUE value IS 138 (54.30% from 255) = 37.10%
R=43.82%
G=19.09%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637113800.560.150.36316.339.3245.88
HexA3478A038F2413c272e
Octal24310721207017444744756
Binary1010001110001111000101001110001111100100100111100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3478A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3478A; }

 p { color: rgb(163,71,138); }

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

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

 a { background-color: rgb(163,71,138); }

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

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

 span { border-color: rgb(163,71,138); }

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