#A6318D

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

Shades of Medium Red Violet #A6318D

Tints of Medium Red Violet #A6318D

Color information

#A6318D (or 0xA6318D) is unknown color: approx Medium Red Violet. HEX triplet: A6, 31 and 8D. RGB value is (166,49,141). Sum of RGB (Red+Green+Blue) = 166+49+141=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A6318D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6318D is #59CE72. Grayscale: #5E5E5E. Windows color (decimal): -5885555 or 9253286. OLE color: 9253286.

HSL color Cylindrical-coordinate representation of color #A6318D: hue angle of 312.82º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6318D is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB16649141-
CMYK00.700.150.35
HSL312.82º54.42%42.16%-
HSV(B)312.82º70.48%65.1%-
XYZ21.6312.2326.42-
YUV94.47154.26179.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.63%
GREEN value IS 49 (19.53% from 255) = 13.76%
BLUE value IS 141 (55.47% from 255) = 39.61%
R=46.63%
G=13.76%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664914100.700.150.35312.8254.4242.16
HexA6318D046F23139362a
Octal24661215010617434716652
Binary1010011011000110001101010001101111100011100111001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6318D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6318D; }

 p { color: rgb(166,49,141); }

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

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

 a { background-color: rgb(166,49,141); }

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

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

 span { border-color: rgb(166,49,141); }

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