#A6418B

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

Shades of Medium Red Violet #A6418B

Tints of Medium Red Violet #A6418B

Color information

#A6418B (or 0xA6418B) is unknown color: approx Medium Red Violet. HEX triplet: A6, 41 and 8B. RGB value is (166,65,139). Sum of RGB (Red+Green+Blue) = 166+65+139=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A6418B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6418B is #59BE74. Grayscale: #676767. Windows color (decimal): -5881461 or 9126310. OLE color: 9126310.

HSL color Cylindrical-coordinate representation of color #A6418B: hue angle of 316.04º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A6418B is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB16665139-
CMYK00.610.160.35
HSL316.04º43.72%45.29%-
HSV(B)316.04º60.84%65.1%-
XYZ22.2813.7525.91-
YUV103.64147.96172.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.86%
GREEN value IS 65 (25.78% from 255) = 17.57%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=44.86%
G=17.57%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666513900.610.160.35316.0443.7245.29
HexA6418B03D102313c2c2d
Octal24610121307520434745455
Binary10100110100000110001011011110110000100011100111100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6418B; }

 p { color: rgb(166,65,139); }

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

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

 a { background-color: rgb(166,65,139); }

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

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

 span { border-color: rgb(166,65,139); }

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