#A6478A

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

Shades of Medium Red Violet #A6478A

Tints of Medium Red Violet #A6478A

Color information

#A6478A (or 0xA6478A) is unknown color: approx Medium Red Violet. HEX triplet: A6, 47 and 8A. RGB value is (166,71,138). Sum of RGB (Red+Green+Blue) = 166+71+138=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A6478A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6478A is #59B875. Grayscale: #6A6A6A. Windows color (decimal): -5879926 or 9062310. OLE color: 9062310.

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

Color convert

RGB16671138-
CMYK00.570.170.35
HSL317.68º40.08%46.47%-
HSV(B)317.68º57.23%65.1%-
XYZ22.5714.4525.64-
YUV107.04145.47170.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 71 (28.12% from 255) = 18.93%
BLUE value IS 138 (54.30% from 255) = 36.8%
R=44.27%
G=18.93%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667113800.570.170.35317.6840.0846.47
HexA6478A039112313e282e
Octal24610721207121434765056
Binary10100110100011110001010011100110001100011100111110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6478A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6478A; }

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

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

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

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

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

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

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

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