#a64f9f

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

Shades of Violet Blue #A64F9F

Tints of Violet Blue #A64F9F

Color information

#A64F9F (or 0xA64F9F) is unknown color: approx Violet Blue. HEX triplet: A6, 4F and 9F. RGB value is (166,79,159). Sum of RGB (Red+Green+Blue) = 166+79+159=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64F9F is #59B060. Grayscale: #717171. Windows color (decimal): -5877857 or 10440614. OLE color: 10440614.

HSL color Cylindrical-coordinate representation of color #A64F9F: hue angle of 304.83º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A64F9F is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB16679159-
CMYK00.520.040.35
HSL304.83º35.51%48.04%-
HSV(B)304.83º52.41%65.1%-
XYZ24.7816.234.62-
YUV114.13153.32165-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 79 (31.25% from 255) = 19.55%
BLUE value IS 159 (62.5% from 255) = 39.36%
R=41.09%
G=19.55%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667915900.520.040.35304.8335.5148.04
HexA64F9F0344231312430
Octal2461172370644434614460
Binary101001101001111100111110110100100100011100110001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a64f9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a64f9f; }

 p { color: rgb(166,79,159); }

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

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

 a { background-color: rgb(166,79,159); }

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

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

 span { border-color: rgb(166,79,159); }

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