#A46EA2

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

Shades of Violet Blue #A46EA2

Tints of Violet Blue #A46EA2

Color information

#A46EA2 (or 0xA46EA2) is unknown color: approx Violet Blue. HEX triplet: A4, 6E and A2. RGB value is (164,110,162). Sum of RGB (Red+Green+Blue) = 164+110+162=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 164 - color contains mainly: red. Hex color #A46EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46EA2 is #5B915D. Grayscale: #838383. Windows color (decimal): -6000990 or 10645156. OLE color: 10645156.

HSL color Cylindrical-coordinate representation of color #A46EA2: hue angle of 302.22º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A46EA2 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB164110162-
CMYK00.330.010.36
HSL302.22º22.88%53.73%-
HSV(B)302.22º32.93%64.31%-
XYZ27.4121.6536.92-
YUV132.07144.89150.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.61%
GREEN value IS 110 (43.36% from 255) = 25.23%
BLUE value IS 162 (63.67% from 255) = 37.16%
R=37.61%
G=25.23%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411016200.330.010.36302.2222.8853.73
HexA46EA202112412e1736
Octal2441562420411444562766
Binary101001001101110101000100100001110010010010111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46EA2; }

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

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

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

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

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

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

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

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