#A4478A

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

Shades of Medium Red Violet #A4478A

Tints of Medium Red Violet #A4478A

Color information

#A4478A (or 0xA4478A) is unknown color: approx Medium Red Violet. HEX triplet: A4, 47 and 8A. RGB value is (164,71,138). Sum of RGB (Red+Green+Blue) = 164+71+138=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A4478A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4478A is #5BB875. Grayscale: #6A6A6A. Windows color (decimal): -6010998 or 9062308. OLE color: 9062308.

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

Color convert

RGB16471138-
CMYK00.570.160.36
HSL316.77º39.57%46.08%-
HSV(B)316.77º56.71%64.31%-
XYZ22.1514.2325.62-
YUV106.44145.81169.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.97%
GREEN value IS 71 (28.12% from 255) = 19.03%
BLUE value IS 138 (54.30% from 255) = 37.00%
R=43.97%
G=19.03%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647113800.570.160.36316.7739.5746.08
HexA4478A039102413d282e
Octal24410721207120444755056
Binary10100100100011110001010011100110000100100100111101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4478A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4478A; }

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

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

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

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

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

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

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

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