#A64B8A

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

Shades of Medium Red Violet #A64B8A

Tints of Medium Red Violet #A64B8A

Color information

#A64B8A (or 0xA64B8A) is unknown color: approx Medium Red Violet. HEX triplet: A6, 4B and 8A. RGB value is (166,75,138). Sum of RGB (Red+Green+Blue) = 166+75+138=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64B8A is #59B475. Grayscale: #6D6D6D. Windows color (decimal): -5878902 or 9063334. OLE color: 9063334.

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

Color convert

RGB16675138-
CMYK00.550.170.35
HSL318.46º37.76%47.25%-
HSV(B)318.46º54.82%65.1%-
XYZ22.8314.9725.73-
YUV109.39144.15168.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.80%
GREEN value IS 75 (29.69% from 255) = 19.79%
BLUE value IS 138 (54.30% from 255) = 36.41%
R=43.80%
G=19.79%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667513800.550.170.35318.4637.7647.25
HexA64B8A037112313e262f
Octal24611321206721434764657
Binary10100110100101110001010011011110001100011100111110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64B8A; }

 p { color: rgb(166,75,138); }

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

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

 a { background-color: rgb(166,75,138); }

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

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

 span { border-color: rgb(166,75,138); }

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