#A63E93

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

Shades of Medium Red Violet #A63E93

Tints of Medium Red Violet #A63E93

Color information

#A63E93 (or 0xA63E93) is unknown color: approx Medium Red Violet. HEX triplet: A6, 3E and 93. RGB value is (166,62,147). Sum of RGB (Red+Green+Blue) = 166+62+147=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 62 (24.61% from 255 or 16.53% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63E93 is #59C16C. Grayscale: #666666. Windows color (decimal): -5882221 or 9649830. OLE color: 9649830.

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

Color convert

RGB16662147-
CMYK00.630.110.35
HSL310.96º45.61%44.71%-
HSV(B)310.96º62.65%65.1%-
XYZ22.7113.6629.04-
YUV102.79152.96173.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 62 (24.61% from 255) = 16.53%
BLUE value IS 147 (57.81% from 255) = 39.2%
R=44.27%
G=16.53%
B=39.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666214700.630.110.35310.9645.6144.71
HexA63E9303FB231372e2d
Octal2467622307713434675655
Binary101001101111101001001101111111011100011100110111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63E93; }

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

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

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

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

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

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

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

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