#A6317E

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

Shades of Medium Red Violet #A6317E

Tints of Medium Red Violet #A6317E

Color information

#A6317E (or 0xA6317E) is unknown color: approx Medium Red Violet. HEX triplet: A6, 31 and 7E. RGB value is (166,49,126). Sum of RGB (Red+Green+Blue) = 166+49+126=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6317E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6317E is #59CE81. Grayscale: #5C5C5C. Windows color (decimal): -5885570 or 8270246. OLE color: 8270246.

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

Color convert

RGB16649126-
CMYK00.700.240.35
HSL320.51º54.42%42.16%-
HSV(B)320.51º70.48%65.1%-
XYZ20.5911.8120.93-
YUV92.76146.76180.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.68%
GREEN value IS 49 (19.53% from 255) = 14.37%
BLUE value IS 126 (49.61% from 255) = 36.95%
R=48.68%
G=14.37%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664912600.700.240.35320.5154.4242.16
HexA6317E0461823141362a
Octal24661176010630435016652
Binary1010011011000111111100100011011000100011101000001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6317E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6317E; }

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

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

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

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

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

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

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

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