#A3478C

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

Shades of Medium Red Violet #A3478C

Tints of Medium Red Violet #A3478C

Color information

#A3478C (or 0xA3478C) is unknown color: approx Medium Red Violet. HEX triplet: A3, 47 and 8C. RGB value is (163,71,140). Sum of RGB (Red+Green+Blue) = 163+71+140=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A3478C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3478C is #5CB873. Grayscale: #6A6A6A. Windows color (decimal): -6076532 or 9193379. OLE color: 9193379.

HSL color Cylindrical-coordinate representation of color #A3478C: hue angle of 315º 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 #A3478C is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB16371140-
CMYK00.560.140.36
HSL315º39.32%45.88%-
HSV(B)315º56.44%63.92%-
XYZ22.0914.1926.38-
YUV106.37146.98168.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.58%
GREEN value IS 71 (28.12% from 255) = 18.98%
BLUE value IS 140 (55.08% from 255) = 37.43%
R=43.58%
G=18.98%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637114000.560.140.3631539.3245.88
HexA3478C038E2413b272e
Octal24310721407016444734756
Binary1010001110001111000110001110001110100100100111011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3478C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3478C; }

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

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

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

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

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

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

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

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