#A6208F

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

Shades of Medium Red Violet #A6208F

Tints of Medium Red Violet #A6208F

Color information

#A6208F (or 0xA6208F) is unknown color: approx Medium Red Violet. HEX triplet: A6, 20 and 8F. RGB value is (166,32,143). Sum of RGB (Red+Green+Blue) = 166+32+143=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6208F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6208F is #59DF70. Grayscale: #545454. Windows color (decimal): -5889905 or 9380006. OLE color: 9380006.

HSL color Cylindrical-coordinate representation of color #A6208F: hue angle of 310.3º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6208F is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB16632143-
CMYK00.810.140.35
HSL310.3º67.68%38.82%-
HSV(B)310.3º80.72%65.1%-
XYZ21.211.1227.02-
YUV84.72160.89185.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.68%
GREEN value IS 32 (12.89% from 255) = 9.38%
BLUE value IS 143 (56.25% from 255) = 41.94%
R=48.68%
G=9.38%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663214300.810.140.35310.367.6838.82
HexA6208F051E231364427
Octal246402170121164346610447
Binary10100110100000100011110101000111101000111001101101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6208F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6208F; }

 p { color: rgb(166,32,143); }

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

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

 a { background-color: rgb(166,32,143); }

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

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

 span { border-color: rgb(166,32,143); }

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