#A46EAA

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

Shades of Violet Blue #A46EAA

Tints of Violet Blue #A46EAA

Color information

#A46EAA (or 0xA46EAA) is unknown color: approx Violet Blue. HEX triplet: A4, 6E and AA. RGB value is (164,110,170). Sum of RGB (Red+Green+Blue) = 164+110+170=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #A46EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46EAA is #5B9155. Grayscale: #848484. Windows color (decimal): -6000982 or 11169444. OLE color: 11169444.

HSL color Cylindrical-coordinate representation of color #A46EAA: hue angle of 294º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A46EAA is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164110170-
CMYK0.040.3500.33
HSL294º26.09%54.9%-
HSV(B)294º35.29%66.67%-
XYZ28.1421.9540.78-
YUV132.99148.89150.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.94%
GREEN value IS 110 (43.36% from 255) = 24.77%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=36.94%
G=24.77%
B=38.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641101700.040.3500.3329426.0954.9
HexA46EAA4230211261a37
Octal2441562524430414463267
Binary10100100110111010101010100100011010000110010011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46EAA; }

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

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

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

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

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

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

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

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