#A46DAB

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

Shades of Violet Blue #A46DAB

Tints of Violet Blue #A46DAB

Color information

#A46DAB (or 0xA46DAB) is unknown color: approx Violet Blue. HEX triplet: A4, 6D and AB. RGB value is (164,109,171). Sum of RGB (Red+Green+Blue) = 164+109+171=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #A46DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46DAB is #5B9254. Grayscale: #848484. Windows color (decimal): -6001237 or 11234724. OLE color: 11234724.

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

Color convert

RGB164109171-
CMYK0.040.3600.33
HSL293.23º26.96%54.9%-
HSV(B)293.23º36.26%67.06%-
XYZ28.1321.7741.25-
YUV132.51149.72150.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.94%
GREEN value IS 109 (42.97% from 255) = 24.55%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=36.94%
G=24.55%
B=38.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641091710.040.3600.33293.2326.9654.9
HexA46DAB4240211251b37
Octal2441552534440414453367
Binary10100100110110110101011100100100010000110010010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46DAB; }

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

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

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

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

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

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

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

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