#A46A9D

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

Shades of Violet Blue #A46A9D

Tints of Violet Blue #A46A9D

Color information

#A46A9D (or 0xA46A9D) is unknown color: approx Violet Blue. HEX triplet: A4, 6A and 9D. RGB value is (164,106,157). Sum of RGB (Red+Green+Blue) = 164+106+157=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46A9D is #5B9562. Grayscale: #818181. Windows color (decimal): -6002019 or 10316452. OLE color: 10316452.

HSL color Cylindrical-coordinate representation of color #A46A9D: hue angle of 307.24º 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 #A46A9D is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB164106157-
CMYK00.350.040.36
HSL307.24º24.17%52.94%-
HSV(B)307.24º35.37%64.31%-
XYZ26.5520.6334.48-
YUV129.16143.72152.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.41%
GREEN value IS 106 (41.80% from 255) = 24.82%
BLUE value IS 157 (61.72% from 255) = 36.77%
R=38.41%
G=24.82%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410615700.350.040.36307.2424.1752.94
HexA46A9D0234241331835
Octal2441522350434444633065
Binary10100100110101010011101010001110010010010011001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46A9D; }

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

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

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

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

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

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

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

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