#A6478C

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

Shades of Medium Red Violet #A6478C

Tints of Medium Red Violet #A6478C

Color information

#A6478C (or 0xA6478C) is unknown color: approx Medium Red Violet. HEX triplet: A6, 47 and 8C. RGB value is (166,71,140). Sum of RGB (Red+Green+Blue) = 166+71+140=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A6478C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6478C is #59B873. Grayscale: #6B6B6B. Windows color (decimal): -5879924 or 9193382. OLE color: 9193382.

HSL color Cylindrical-coordinate representation of color #A6478C: hue angle of 316.42º 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 #A6478C is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB16671140-
CMYK00.570.160.35
HSL316.42º40.08%46.47%-
HSV(B)316.42º57.23%65.1%-
XYZ22.7114.5126.41-
YUV107.27146.47169.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 71 (28.12% from 255) = 18.83%
BLUE value IS 140 (55.08% from 255) = 37.14%
R=44.03%
G=18.83%
B=37.14%

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
Decimal1667114000.570.160.35316.4240.0846.47
HexA6478C039102313c282e
Octal24610721407120434745056
Binary10100110100011110001100011100110000100011100111100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6478C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6478C; }

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

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

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

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

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

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

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

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