#A6217D

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

Shades of Medium Red Violet #A6217D

Tints of Medium Red Violet #A6217D

Color information

#A6217D (or 0xA6217D) is unknown color: approx Medium Red Violet. HEX triplet: A6, 21 and 7D. RGB value is (166,33,125). Sum of RGB (Red+Green+Blue) = 166+33+125=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A6217D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6217D is #59DE82. Grayscale: #535353. Windows color (decimal): -5889667 or 8200614. OLE color: 8200614.

HSL color Cylindrical-coordinate representation of color #A6217D: hue angle of 318.5º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6217D is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB16633125-
CMYK00.800.250.35
HSL318.5º66.83%39.02%-
HSV(B)318.5º80.12%65.1%-
XYZ19.9710.6820.41-
YUV83.26151.56187.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.23%
GREEN value IS 33 (13.28% from 255) = 10.19%
BLUE value IS 125 (49.22% from 255) = 38.58%
R=51.23%
G=10.19%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663312500.800.250.35318.566.8339.02
HexA6217D050192313e4327
Octal246411750120314347610347
Binary10100110100001111110101010000110011000111001111101000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6217D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6217D; }

 p { color: rgb(166,33,125); }

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

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

 a { background-color: rgb(166,33,125); }

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

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

 span { border-color: rgb(166,33,125); }

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