#A46AAD

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

Shades of Violet Blue #A46AAD

Tints of Violet Blue #A46AAD

Color information

#A46AAD (or 0xA46AAD) is unknown color: approx Violet Blue. HEX triplet: A4, 6A and AD. RGB value is (164,106,173). Sum of RGB (Red+Green+Blue) = 164+106+173=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #A46AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46AAD is #5B9552. Grayscale: #828282. Windows color (decimal): -6002003 or 11365028. OLE color: 11365028.

HSL color Cylindrical-coordinate representation of color #A46AAD: hue angle of 291.94º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A46AAD is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB164106173-
CMYK0.050.3900.32
HSL291.94º29%54.71%-
HSV(B)291.94º38.73%67.84%-
XYZ28.0121.2242.15-
YUV130.98151.72151.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.02%
GREEN value IS 106 (41.80% from 255) = 23.93%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=37.02%
G=23.93%
B=39.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641061730.050.3900.32291.942954.71
HexA46AAD5270201241d37
Octal2441522555470404443567
Binary10100100110101010101101101100111010000010010010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46AAD; }

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

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

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

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

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

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

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

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