#A6317B

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

Shades of Medium Red Violet #A6317B

Tints of Medium Red Violet #A6317B

Color information

#A6317B (or 0xA6317B) is unknown color: approx Medium Red Violet. HEX triplet: A6, 31 and 7B. RGB value is (166,49,123). Sum of RGB (Red+Green+Blue) = 166+49+123=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A6317B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6317B is #59CE84. Grayscale: #5C5C5C. Windows color (decimal): -5885573 or 8073638. OLE color: 8073638.

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

Color convert

RGB16649123-
CMYK00.700.260.35
HSL322.05º54.42%42.16%-
HSV(B)322.05º70.48%65.1%-
XYZ20.411.7319.93-
YUV92.42145.26180.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.11%
GREEN value IS 49 (19.53% from 255) = 14.50%
BLUE value IS 123 (48.44% from 255) = 36.39%
R=49.11%
G=14.50%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664912300.700.260.35322.0554.4242.16
HexA6317B0461A23142362a
Octal24661173010632435026652
Binary1010011011000111110110100011011010100011101000010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6317B; }

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

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

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

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

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

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

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

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