#A63D80

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

Shades of Medium Red Violet #A63D80

Tints of Medium Red Violet #A63D80

Color information

#A63D80 (or 0xA63D80) is unknown color: approx Medium Red Violet. HEX triplet: A6, 3D and 80. RGB value is (166,61,128). Sum of RGB (Red+Green+Blue) = 166+61+128=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63D80 is #59C27F. Grayscale: #636363. Windows color (decimal): -5882496 or 8404390. OLE color: 8404390.

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

Color convert

RGB16661128-
CMYK00.630.230.35
HSL321.71º46.26%44.51%-
HSV(B)321.71º63.25%65.1%-
XYZ21.291321.81-
YUV100.03143.79175.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 61 (24.22% from 255) = 17.18%
BLUE value IS 128 (50.39% from 255) = 36.06%
R=46.76%
G=17.18%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666112800.630.230.35321.7146.2644.51
HexA63D8003F17231422e2d
Octal2467520007727435025655
Binary1010011011110110000000011111110111100011101000010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63D80; }

 p { color: rgb(166,61,128); }

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

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

 a { background-color: rgb(166,61,128); }

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

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

 span { border-color: rgb(166,61,128); }

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