#A46EAE

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

Shades of Violet Blue #A46EAE

Tints of Violet Blue #A46EAE

Color information

#A46EAE (or 0xA46EAE) is unknown color: approx Violet Blue. HEX triplet: A4, 6E and AE. RGB value is (164,110,174). Sum of RGB (Red+Green+Blue) = 164+110+174=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #A46EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46EAE is #5B9151. Grayscale: #858585. Windows color (decimal): -6000978 or 11431588. OLE color: 11431588.

HSL color Cylindrical-coordinate representation of color #A46EAE: hue angle of 290.62º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A46EAE is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB164110174-
CMYK0.060.3700.32
HSL290.62º28.32%55.69%-
HSV(B)290.62º36.78%68.24%-
XYZ28.5322.142.81-
YUV133.44150.89149.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.61%
GREEN value IS 110 (43.36% from 255) = 24.55%
BLUE value IS 174 (68.36% from 255) = 38.84%
R=36.61%
G=24.55%
B=38.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641101740.060.3700.32290.6228.3255.69
HexA46EAE6250201231c38
Octal2441562566450404433470
Binary10100100110111010101110110100101010000010010001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46EAE; }

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

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

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

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

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

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

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

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