Html Css Color HEX #A6478B Medium Red Violet

📋 copy color: '#A6478B'

red 166 ◦ green 71 ◦ blue 139

#A6478B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #A6478B

Tints of Medium Red Violet #A6478B

RGB

 RED value IS 166 (65.23% from 255) = 44.15%

 GREEN value IS 71 (28.13% 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 value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6478B (or 0xA6478B) is known color: 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

RGB 166 71 139 -
CMYK 0 0.57 0.16 0.35
HSL 317.05º 0.4% 0.46% -
HSV(B) 317.05º 0.57% 0.65% -
XYZ 22.64 14.48 26.03 -
YUV 107.16 145.97 169.97 -
System Red Green Blue C M Y K H S L
Decimal 166 71 139 0 0.57 0.16 0.35 317.05 0.4 0.46
Hex A6 47 8B 0 39 10 23 13D 28 2E
Octal 246 107 213 0 71 20 43 475 50 56
Binary 10100110 1000111 10001011 0 111001 10000 100011 100111101 101000 101110

Color Harmonies of #A6478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6478B

Black with #A6478B

Text Example


Text Example

White with #A6478B

Text Example


Text Example

HTML Codes & Css Web 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>