#A64590

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

Shades of Medium Red Violet #A64590

Tints of Medium Red Violet #A64590

Color information

#A64590 (or 0xA64590) is unknown color: approx Medium Red Violet. HEX triplet: A6, 45 and 90. RGB value is (166,69,144). Sum of RGB (Red+Green+Blue) = 166+69+144=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A64590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64590 is #59BA6F. Grayscale: #6A6A6A. Windows color (decimal): -5880432 or 9455014. OLE color: 9455014.

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

Color convert

RGB16669144-
CMYK00.580.130.35
HSL313.61º41.28%46.08%-
HSV(B)313.61º58.43%65.1%-
XYZ22.8914.3827.95-
YUV106.55149.14170.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.80%
GREEN value IS 69 (27.34% from 255) = 18.21%
BLUE value IS 144 (56.64% from 255) = 37.99%
R=43.80%
G=18.21%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666914400.580.130.35313.6141.2846.08
HexA6459003AD2313a292e
Octal24610522007215434725156
Binary1010011010001011001000001110101101100011100111010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64590; }

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

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

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

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

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

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

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

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