#A63F83

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

Shades of Medium Red Violet #A63F83

Tints of Medium Red Violet #A63F83

Color information

#A63F83 (or 0xA63F83) is unknown color: approx Medium Red Violet. HEX triplet: A6, 3F and 83. RGB value is (166,63,131). Sum of RGB (Red+Green+Blue) = 166+63+131=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63F83 is #59C07C. Grayscale: #656565. Windows color (decimal): -5881981 or 8601510. OLE color: 8601510.

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

Color convert

RGB16663131-
CMYK00.620.210.35
HSL320.39º44.98%44.9%-
HSV(B)320.39º62.05%65.1%-
XYZ21.613.322.9-
YUV101.55144.62173.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 63 (25% from 255) = 17.5%
BLUE value IS 131 (51.56% from 255) = 36.39%
R=46.11%
G=17.5%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666313100.620.210.35320.3944.9844.9
HexA63F8303E15231402d2d
Octal2467720307625435005555
Binary1010011011111110000011011111010101100011101000000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63F83; }

 p { color: rgb(166,63,131); }

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

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

 a { background-color: rgb(166,63,131); }

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

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

 span { border-color: rgb(166,63,131); }

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