#A16BAD

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

Shades of Violet Blue #A16BAD

Tints of Violet Blue #A16BAD

Color information

#A16BAD (or 0xA16BAD) is unknown color: approx Violet Blue. HEX triplet: A1, 6B and AD. RGB value is (161,107,173). Sum of RGB (Red+Green+Blue) = 161+107+173=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #A16BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16BAD is #5E9452. Grayscale: #828282. Windows color (decimal): -6198355 or 11365281. OLE color: 11365281.

HSL color Cylindrical-coordinate representation of color #A16BAD: hue angle of 289.09º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A16BAD is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB161107173-
CMYK0.070.3800.32
HSL289.09º28.7%54.9%-
HSV(B)289.09º38.15%67.84%-
XYZ27.521.1142.16-
YUV130.67151.89149.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.51%
GREEN value IS 107 (42.19% from 255) = 24.26%
BLUE value IS 173 (67.97% from 255) = 39.23%
R=36.51%
G=24.26%
B=39.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611071730.070.3800.32289.0928.754.9
HexA16BAD7260201211d37
Octal2411532557460404413567
Binary10100001110101110101101111100110010000010010000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16BAD; }

 p { color: rgb(161,107,173); }

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

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

 a { background-color: rgb(161,107,173); }

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

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

 span { border-color: rgb(161,107,173); }

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