#A64189

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

Shades of Medium Red Violet #A64189

Tints of Medium Red Violet #A64189

Color information

#A64189 (or 0xA64189) is unknown color: approx Medium Red Violet. HEX triplet: A6, 41 and 89. RGB value is (166,65,137). Sum of RGB (Red+Green+Blue) = 166+65+137=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A64189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64189 is #59BE76. Grayscale: #676767. Windows color (decimal): -5881463 or 8995238. OLE color: 8995238.

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

Color convert

RGB16665137-
CMYK00.610.170.35
HSL317.23º43.72%45.29%-
HSV(B)317.23º60.84%65.1%-
XYZ22.1313.6925.14-
YUV103.41146.96172.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.11%
GREEN value IS 65 (25.78% from 255) = 17.66%
BLUE value IS 137 (53.91% from 255) = 37.23%
R=45.11%
G=17.66%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666513700.610.170.35317.2343.7245.29
HexA6418903D112313d2c2d
Octal24610121107521434755455
Binary10100110100000110001001011110110001100011100111101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64189; }

 p { color: rgb(166,65,137); }

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

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

 a { background-color: rgb(166,65,137); }

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

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

 span { border-color: rgb(166,65,137); }

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