#A63980

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

Shades of Medium Red Violet #A63980

Tints of Medium Red Violet #A63980

Color information

#A63980 (or 0xA63980) is unknown color: approx Medium Red Violet. HEX triplet: A6, 39 and 80. RGB value is (166,57,128). Sum of RGB (Red+Green+Blue) = 166+57+128=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A63980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63980 is #59C67F. Grayscale: #616161. Windows color (decimal): -5883520 or 8403366. OLE color: 8403366.

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

Color convert

RGB16657128-
CMYK00.660.230.35
HSL320.92º48.88%43.73%-
HSV(B)320.92º65.66%65.1%-
XYZ21.0912.5921.74-
YUV97.68145.11176.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.29%
GREEN value IS 57 (22.66% from 255) = 16.24%
BLUE value IS 128 (50.39% from 255) = 36.47%
R=47.29%
G=16.24%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665712800.660.230.35320.9248.8843.73
HexA639800421723141312c
Octal24671200010227435016154
Binary10100110111001100000000100001010111100011101000001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63980; }

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

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

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

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

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

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

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

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