#A64A85

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

Shades of Medium Red Violet #A64A85

Tints of Medium Red Violet #A64A85

Color information

#A64A85 (or 0xA64A85) is unknown color: approx Medium Red Violet. HEX triplet: A6, 4A and 85. RGB value is (166,74,133). Sum of RGB (Red+Green+Blue) = 166+74+133=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64A85 is #59B57A. Grayscale: #6C6C6C. Windows color (decimal): -5879163 or 8735398. OLE color: 8735398.

HSL color Cylindrical-coordinate representation of color #A64A85: hue angle of 321.52º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A64A85 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB16674133-
CMYK00.550.200.35
HSL321.52º38.33%47.06%-
HSV(B)321.52º55.42%65.1%-
XYZ22.4114.723.85-
YUV108.23141.98169.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.50%
GREEN value IS 74 (29.30% from 255) = 19.84%
BLUE value IS 133 (52.34% from 255) = 35.66%
R=44.50%
G=19.84%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667413300.550.200.35321.5238.3347.06
HexA64A850371423142262f
Octal24611220506724435024657
Binary10100110100101010000101011011110100100011101000010100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64A85; }

 p { color: rgb(166,74,133); }

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

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

 a { background-color: rgb(166,74,133); }

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

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

 span { border-color: rgb(166,74,133); }

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