#A63E82

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

Shades of Medium Red Violet #A63E82

Tints of Medium Red Violet #A63E82

Color information

#A63E82 (or 0xA63E82) is unknown color: approx Medium Red Violet. HEX triplet: A6, 3E and 82. RGB value is (166,62,130). Sum of RGB (Red+Green+Blue) = 166+62+130=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63E82 is #59C17D. Grayscale: #646464. Windows color (decimal): -5882238 or 8535718. OLE color: 8535718.

HSL color Cylindrical-coordinate representation of color #A63E82: hue angle of 320.77º 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 #A63E82 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB16662130-
CMYK00.630.220.35
HSL320.77º45.61%44.71%-
HSV(B)320.77º62.65%65.1%-
XYZ21.4813.1622.53-
YUV100.85144.46174.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.37%
GREEN value IS 62 (24.61% from 255) = 17.32%
BLUE value IS 130 (51.17% from 255) = 36.31%
R=46.37%
G=17.32%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666213000.630.220.35320.7745.6144.71
HexA63E8203F16231412e2d
Octal2467620207726435015655
Binary1010011011111010000010011111110110100011101000001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63E82; }

 p { color: rgb(166,62,130); }

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

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

 a { background-color: rgb(166,62,130); }

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

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

 span { border-color: rgb(166,62,130); }

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