#A46E9D

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

Shades of Violet Blue #A46E9D

Tints of Violet Blue #A46E9D

Color information

#A46E9D (or 0xA46E9D) is unknown color: approx Violet Blue. HEX triplet: A4, 6E and 9D. RGB value is (164,110,157). Sum of RGB (Red+Green+Blue) = 164+110+157=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A46E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46E9D is #5B9162. Grayscale: #838383. Windows color (decimal): -6000995 or 10317476. OLE color: 10317476.

HSL color Cylindrical-coordinate representation of color #A46E9D: hue angle of 307.78º 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 #A46E9D is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB164110157-
CMYK00.330.040.36
HSL307.78º22.88%53.73%-
HSV(B)307.78º32.93%64.31%-
XYZ26.9721.4834.62-
YUV131.5142.39151.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.05%
GREEN value IS 110 (43.36% from 255) = 25.52%
BLUE value IS 157 (61.72% from 255) = 36.43%
R=38.05%
G=25.52%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411015700.330.040.36307.7822.8853.73
HexA46E9D0214241341736
Octal2441562350414444642766
Binary10100100110111010011101010000110010010010011010010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46E9D; }

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

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

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

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

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

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

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

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