#A166AD

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

Shades of Violet Blue #A166AD

Tints of Violet Blue #A166AD

Color information

#A166AD (or 0xA166AD) is unknown color: approx Violet Blue. HEX triplet: A1, 66 and AD. RGB value is (161,102,173). Sum of RGB (Red+Green+Blue) = 161+102+173=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #A166AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A166AD is #5E9952. Grayscale: #7F7F7F. Windows color (decimal): -6199635 or 11364001. OLE color: 11364001.

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

Color convert

RGB161102173-
CMYK0.070.4100.32
HSL289.86º30.21%53.92%-
HSV(B)289.86º41.04%67.84%-
XYZ26.9920.141.99-
YUV127.73153.55151.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.93%
GREEN value IS 102 (40.23% from 255) = 23.39%
BLUE value IS 173 (67.97% from 255) = 39.68%
R=36.93%
G=23.39%
B=39.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611021730.070.4100.32289.8630.2153.92
HexA166AD7290201221e36
Octal2411462557510404423666
Binary10100001110011010101101111101001010000010010001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A166AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A166AD; }

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

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

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

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

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

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

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

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