#A46DAC

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

Shades of Violet Blue #A46DAC

Tints of Violet Blue #A46DAC

Color information

#A46DAC (or 0xA46DAC) is unknown color: approx Violet Blue. HEX triplet: A4, 6D and AC. RGB value is (164,109,172). Sum of RGB (Red+Green+Blue) = 164+109+172=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #A46DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46DAC is #5B9253. Grayscale: #848484. Windows color (decimal): -6001236 or 11300260. OLE color: 11300260.

HSL color Cylindrical-coordinate representation of color #A46DAC: hue angle of 292.38º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A46DAC is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164109172-
CMYK0.050.3700.33
HSL292.38º27.51%55.1%-
HSV(B)292.38º36.63%67.45%-
XYZ28.2221.8141.75-
YUV132.63150.22150.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.85%
GREEN value IS 109 (42.97% from 255) = 24.49%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=36.85%
G=24.49%
B=38.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641091720.050.3700.33292.3827.5155.1
HexA46DAC5250211241c37
Octal2441552545450414443467
Binary10100100110110110101100101100101010000110010010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46DAC; }

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

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

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

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

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

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

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

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