#A6318E

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

Shades of Medium Red Violet #A6318E

Tints of Medium Red Violet #A6318E

Color information

#A6318E (or 0xA6318E) is unknown color: approx Medium Red Violet. HEX triplet: A6, 31 and 8E. RGB value is (166,49,142). Sum of RGB (Red+Green+Blue) = 166+49+142=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A6318E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6318E is #59CE71. Grayscale: #5E5E5E. Windows color (decimal): -5885554 or 9318822. OLE color: 9318822.

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

Color convert

RGB16649142-
CMYK00.700.140.35
HSL312.31º54.42%42.16%-
HSV(B)312.31º70.48%65.1%-
XYZ21.7112.2626.81-
YUV94.58154.76178.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.50%
GREEN value IS 49 (19.53% from 255) = 13.73%
BLUE value IS 142 (55.86% from 255) = 39.78%
R=46.50%
G=13.73%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664914200.700.140.35312.3154.4242.16
HexA6318E046E23138362a
Octal24661216010616434706652
Binary1010011011000110001110010001101110100011100111000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6318E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6318E; }

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

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

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

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

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

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

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

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