#A46AAE

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

Shades of Violet Blue #A46AAE

Tints of Violet Blue #A46AAE

Color information

#A46AAE (or 0xA46AAE) is unknown color: approx Violet Blue. HEX triplet: A4, 6A and AE. RGB value is (164,106,174). Sum of RGB (Red+Green+Blue) = 164+106+174=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 174 - color contains mainly: blue. Hex color #A46AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46AAE is #5B9551. Grayscale: #828282. Windows color (decimal): -6002002 or 11430564. OLE color: 11430564.

HSL color Cylindrical-coordinate representation of color #A46AAE: hue angle of 291.18º degrees, saturation: 0.3, 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 #A46AAE is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB164106174-
CMYK0.060.3900.32
HSL291.18º29.57%54.9%-
HSV(B)291.18º39.08%68.24%-
XYZ28.121.2642.67-
YUV131.09152.22151.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.94%
GREEN value IS 106 (41.80% from 255) = 23.87%
BLUE value IS 174 (68.36% from 255) = 39.19%
R=36.94%
G=23.87%
B=39.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641061740.060.3900.32291.1829.5754.9
HexA46AAE6270201231e37
Octal2441522566470404433667
Binary10100100110101010101110110100111010000010010001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46AAE; }

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

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

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

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

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

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

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

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