#A46FA6

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

Shades of Violet Blue #A46FA6

Tints of Violet Blue #A46FA6

Color information

#A46FA6 (or 0xA46FA6) is unknown color: approx Violet Blue. HEX triplet: A4, 6F and A6. RGB value is (164,111,166). Sum of RGB (Red+Green+Blue) = 164+111+166=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 166 - color contains mainly: blue. Hex color #A46FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46FA6 is #5B9059. Grayscale: #848484. Windows color (decimal): -6000730 or 10907556. OLE color: 10907556.

HSL color Cylindrical-coordinate representation of color #A46FA6: hue angle of 297.82º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A46FA6 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB164111166-
CMYK0.010.3300.35
HSL297.82º23.61%54.31%-
HSV(B)297.82º33.13%65.1%-
XYZ27.8822.0138.86-
YUV133.12146.56150.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.19%
GREEN value IS 111 (43.75% from 255) = 25.17%
BLUE value IS 166 (65.23% from 255) = 37.64%
R=37.19%
G=25.17%
B=37.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641111660.010.3300.35297.8223.6154.31
HexA46FA612102312a1836
Octal2441572461410434523066
Binary101001001101111101001101100001010001110010101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46FA6; }

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

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

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

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

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

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

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

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