#A46DA3

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

Shades of Violet Blue #A46DA3

Tints of Violet Blue #A46DA3

Color information

#A46DA3 (or 0xA46DA3) is unknown color: approx Violet Blue. HEX triplet: A4, 6D and A3. RGB value is (164,109,163). Sum of RGB (Red+Green+Blue) = 164+109+163=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 163 (64.06% from 255 or 37.39% from 436); Max value from RGB is 164 - color contains mainly: red. Hex color #A46DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46DA3 is #5B925C. Grayscale: #838383. Windows color (decimal): -6001245 or 10710436. OLE color: 10710436.

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

Color convert

RGB164109163-
CMYK00.340.010.36
HSL301.09º23.21%53.53%-
HSV(B)301.09º33.54%64.31%-
XYZ27.3921.4737.35-
YUV131.6145.72151.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.61%
GREEN value IS 109 (42.97% from 255) = 25%
BLUE value IS 163 (64.06% from 255) = 37.39%
R=37.61%
G=25%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410916300.340.010.36301.0923.2153.53
HexA46DA302212412d1736
Octal2441552430421444552766
Binary101001001101101101000110100010110010010010110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46DA3; }

 p { color: rgb(164,109,163); }

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

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

 a { background-color: rgb(164,109,163); }

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

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

 span { border-color: rgb(164,109,163); }

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