#A46CAC

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

Shades of Violet Blue #A46CAC

Tints of Violet Blue #A46CAC

Color information

#A46CAC (or 0xA46CAC) is unknown color: approx Violet Blue. HEX triplet: A4, 6C and AC. RGB value is (164,108,172). Sum of RGB (Red+Green+Blue) = 164+108+172=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #A46CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46CAC is #5B9353. Grayscale: #838383. Windows color (decimal): -6001492 or 11300004. OLE color: 11300004.

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

Color convert

RGB164108172-
CMYK0.050.3700.33
HSL292.5º27.83%54.9%-
HSV(B)292.5º37.21%67.45%-
XYZ28.1221.641.72-
YUV132.04150.55150.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.94%
GREEN value IS 108 (42.58% from 255) = 24.32%
BLUE value IS 172 (67.58% from 255) = 38.74%
R=36.94%
G=24.32%
B=38.74%

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
Decimal1641081720.050.3700.33292.527.8354.9
HexA46CAC5250211241c37
Octal2441542545450414443467
Binary10100100110110010101100101100101010000110010010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46CAC; }

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

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

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

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

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

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

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

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