#A166A6

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

Shades of Violet Blue #A166A6

Tints of Violet Blue #A166A6

Color information

#A166A6 (or 0xA166A6) is unknown color: approx Violet Blue. HEX triplet: A1, 66 and A6. RGB value is (161,102,166). Sum of RGB (Red+Green+Blue) = 161+102+166=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 166 - color contains mainly: blue. Hex color #A166A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A166A6 is #5E9959. Grayscale: #7E7E7E. Windows color (decimal): -6199642 or 10905249. OLE color: 10905249.

HSL color Cylindrical-coordinate representation of color #A166A6: hue angle of 295.31º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A166A6 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB161102166-
CMYK0.030.3900.35
HSL295.31º26.45%52.55%-
HSV(B)295.31º38.55%65.1%-
XYZ26.3319.8338.52-
YUV126.94150.05152.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.53%
GREEN value IS 102 (40.23% from 255) = 23.78%
BLUE value IS 166 (65.23% from 255) = 38.69%
R=37.53%
G=23.78%
B=38.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611021660.030.3900.35295.3126.4552.55
HexA166A63270231271a35
Octal2411462463470434473265
Binary1010000111001101010011011100111010001110010011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A166A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A166A6; }

 p { color: rgb(161,102,166); }

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

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

 a { background-color: rgb(161,102,166); }

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

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

 span { border-color: rgb(161,102,166); }

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