#A63390

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

Shades of Medium Red Violet #A63390

Tints of Medium Red Violet #A63390

Color information

#A63390 (or 0xA63390) is unknown color: approx Medium Red Violet. HEX triplet: A6, 33 and 90. RGB value is (166,51,144). Sum of RGB (Red+Green+Blue) = 166+51+144=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A63390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63390 is #59CC6F. Grayscale: #5F5F5F. Windows color (decimal): -5885040 or 9450406. OLE color: 9450406.

HSL color Cylindrical-coordinate representation of color #A63390: hue angle of 311.48º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63390 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB16651144-
CMYK00.690.130.35
HSL311.48º53%42.55%-
HSV(B)311.48º69.28%65.1%-
XYZ21.9412.4927.64-
YUV95.99155.1177.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.98%
GREEN value IS 51 (20.31% from 255) = 14.13%
BLUE value IS 144 (56.64% from 255) = 39.89%
R=45.98%
G=14.13%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665114400.690.130.35311.485342.55
HexA63390045D23137352b
Octal24663220010515434676553
Binary1010011011001110010000010001011101100011100110111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63390; }

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

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

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

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

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

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

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

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