#A63E90

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

Shades of Medium Red Violet #A63E90

Tints of Medium Red Violet #A63E90

Color information

#A63E90 (or 0xA63E90) is unknown color: approx Medium Red Violet. HEX triplet: A6, 3E and 90. RGB value is (166,62,144). Sum of RGB (Red+Green+Blue) = 166+62+144=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63E90 is #59C16F. Grayscale: #666666. Windows color (decimal): -5882224 or 9453222. OLE color: 9453222.

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

Color convert

RGB16662144-
CMYK00.630.130.35
HSL312.69º45.61%44.71%-
HSV(B)312.69º62.65%65.1%-
XYZ22.4813.5727.82-
YUV102.44151.46173.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.62%
GREEN value IS 62 (24.61% from 255) = 16.67%
BLUE value IS 144 (56.64% from 255) = 38.71%
R=44.62%
G=16.67%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666214400.630.130.35312.6945.6144.71
HexA63E9003FD231392e2d
Octal2467622007715434715655
Binary101001101111101001000001111111101100011100111001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63E90; }

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

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

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

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

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

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

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

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