#A6478B

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

Shades of Medium Red Violet #A6478B

Tints of Medium Red Violet #A6478B

Color information

#A6478B (or 0xA6478B) is unknown color: approx Medium Red Violet. HEX triplet: A6, 47 and 8B. RGB value is (166,71,139). Sum of RGB (Red+Green+Blue) = 166+71+139=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A6478B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6478B is #59B874. Grayscale: #6A6A6A. Windows color (decimal): -5879925 or 9127846. OLE color: 9127846.

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

Color convert

RGB16671139-
CMYK00.570.160.35
HSL317.05º40.08%46.47%-
HSV(B)317.05º57.23%65.1%-
XYZ22.6414.4826.03-
YUV107.16145.97169.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.15%
GREEN value IS 71 (28.12% from 255) = 18.88%
BLUE value IS 139 (54.69% from 255) = 36.97%
R=44.15%
G=18.88%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667113900.570.160.35317.0540.0846.47
HexA6478B039102313d282e
Octal24610721307120434755056
Binary10100110100011110001011011100110000100011100111101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6478B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6478B; }

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

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

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

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

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

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

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

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