#A46FA9

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

Shades of Violet Blue #A46FA9

Tints of Violet Blue #A46FA9

Color information

#A46FA9 (or 0xA46FA9) is unknown color: approx Violet Blue. HEX triplet: A4, 6F and A9. RGB value is (164,111,169). Sum of RGB (Red+Green+Blue) = 164+111+169=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 169 (66.41% from 255 or 38.06% from 444); Max value from RGB is 169 - color contains mainly: blue. Hex color #A46FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46FA9 is #5B9056. Grayscale: #858585. Windows color (decimal): -6000727 or 11104164. OLE color: 11104164.

HSL color Cylindrical-coordinate representation of color #A46FA9: hue angle of 294.83º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A46FA9 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB164111169-
CMYK0.030.3400.34
HSL294.83º25.22%54.9%-
HSV(B)294.83º34.32%66.27%-
XYZ28.1622.1340.32-
YUV133.46148.06149.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.94%
GREEN value IS 111 (43.75% from 255) = 25%
BLUE value IS 169 (66.41% from 255) = 38.06%
R=36.94%
G=25%
B=38.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1641111690.030.3400.34294.8325.2254.9
HexA46FA93220221271937
Octal2441572513420424473167
Binary1010010011011111010100111100010010001010010011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46FA9; }

 p { color: rgb(164,111,169); }

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

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

 a { background-color: rgb(164,111,169); }

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

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

 span { border-color: rgb(164,111,169); }

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