#A46EA6

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

Shades of Violet Blue #A46EA6

Tints of Violet Blue #A46EA6

Color information

#A46EA6 (or 0xA46EA6) is unknown color: approx Violet Blue. HEX triplet: A4, 6E and A6. RGB value is (164,110,166). Sum of RGB (Red+Green+Blue) = 164+110+166=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 166 - color contains mainly: blue. Hex color #A46EA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46EA6 is #5B9159. Grayscale: #848484. Windows color (decimal): -6000986 or 10907300. OLE color: 10907300.

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

Color convert

RGB164110166-
CMYK0.010.3400.35
HSL297.86º23.93%54.12%-
HSV(B)297.86º33.73%65.1%-
XYZ27.7721.838.82-
YUV132.53146.89150.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.27%
GREEN value IS 110 (43.36% from 255) = 25%
BLUE value IS 166 (65.23% from 255) = 37.73%
R=37.27%
G=25%
B=37.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641101660.010.3400.35297.8623.9354.12
HexA46EA612202312a1836
Octal2441562461420434523066
Binary101001001101110101001101100010010001110010101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46EA6; }

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

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

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

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

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

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

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

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