#A46A9F

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

Shades of Violet Blue #A46A9F

Tints of Violet Blue #A46A9F

Color information

#A46A9F (or 0xA46A9F) is unknown color: approx Violet Blue. HEX triplet: A4, 6A and 9F. RGB value is (164,106,159). Sum of RGB (Red+Green+Blue) = 164+106+159=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46A9F is #5B9560. Grayscale: #818181. Windows color (decimal): -6002017 or 10447524. OLE color: 10447524.

HSL color Cylindrical-coordinate representation of color #A46A9F: hue angle of 305.17º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A46A9F is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB164106159-
CMYK00.350.030.36
HSL305.17º24.17%52.94%-
HSV(B)305.17º35.37%64.31%-
XYZ26.7220.735.39-
YUV129.38144.72152.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.23%
GREEN value IS 106 (41.80% from 255) = 24.71%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=38.23%
G=24.71%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410615900.350.030.36305.1724.1752.94
HexA46A9F0233241311835
Octal2441522370433444613065
Binary1010010011010101001111101000111110010010011000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46A9F; }

 p { color: rgb(164,106,159); }

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

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

 a { background-color: rgb(164,106,159); }

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

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

 span { border-color: rgb(164,106,159); }

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