#A64090

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

Shades of Medium Red Violet #A64090

Tints of Medium Red Violet #A64090

Color information

#A64090 (or 0xA64090) is unknown color: approx Medium Red Violet. HEX triplet: A6, 40 and 90. RGB value is (166,64,144). Sum of RGB (Red+Green+Blue) = 166+64+144=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A64090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64090 is #59BF6F. Grayscale: #676767. Windows color (decimal): -5881712 or 9453734. OLE color: 9453734.

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

Color convert

RGB16664144-
CMYK00.610.130.35
HSL312.94º44.35%45.1%-
HSV(B)312.94º61.45%65.1%-
XYZ22.5913.7927.86-
YUV103.62150.79172.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.39%
GREEN value IS 64 (25.39% from 255) = 17.11%
BLUE value IS 144 (56.64% from 255) = 38.50%
R=44.39%
G=17.11%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666414400.610.130.35312.9444.3545.1
HexA6409003DD231392c2d
Octal24610022007515434715455
Binary1010011010000001001000001111011101100011100111001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64090; }

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

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

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

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

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

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

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

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