#A6407E

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

Shades of Medium Red Violet #A6407E

Tints of Medium Red Violet #A6407E

Color information

#A6407E (or 0xA6407E) is unknown color: approx Medium Red Violet. HEX triplet: A6, 40 and 7E. RGB value is (166,64,126). Sum of RGB (Red+Green+Blue) = 166+64+126=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A6407E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6407E is #59BF81. Grayscale: #656565. Windows color (decimal): -5881730 or 8274086. OLE color: 8274086.

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

Color convert

RGB16664126-
CMYK00.610.240.35
HSL323.53º44.35%45.1%-
HSV(B)323.53º61.45%65.1%-
XYZ21.3313.2821.18-
YUV101.57141.79173.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.63%
GREEN value IS 64 (25.39% from 255) = 17.98%
BLUE value IS 126 (49.61% from 255) = 35.39%
R=46.63%
G=17.98%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666412600.610.240.35323.5344.3545.1
HexA6407E03D18231442c2d
Octal24610017607530435045455
Binary1010011010000001111110011110111000100011101000100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6407E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6407E; }

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

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

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

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

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

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

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

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