#a46ea5

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

Shades of Violet Blue #A46EA5

Tints of Violet Blue #A46EA5

Color information

#A46EA5 (or 0xA46EA5) is unknown color: approx Violet Blue. HEX triplet: A4, 6E and A5. RGB value is (164,110,165). Sum of RGB (Red+Green+Blue) = 164+110+165=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 165 - color contains mainly: blue. Hex color #A46EA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46EA5 is #5B915A. Grayscale: #848484. Windows color (decimal): -6000987 or 10841764. OLE color: 10841764.

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

Color convert

RGB164110165-
CMYK0.010.3300.35
HSL298.91º23.4%53.92%-
HSV(B)298.91º33.33%64.71%-
XYZ27.6821.7638.34-
YUV132.42146.39150.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.36%
GREEN value IS 110 (43.36% from 255) = 25.06%
BLUE value IS 165 (64.84% from 255) = 37.59%
R=37.36%
G=25.06%
B=37.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641101650.010.3300.35298.9123.453.92
HexA46EA512102312b1736
Octal2441562451410434532766
Binary101001001101110101001011100001010001110010101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a46ea5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a46ea5; }

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

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

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

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

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

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

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

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