#A166AE

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

Shades of Violet Blue #A166AE

Tints of Violet Blue #A166AE

Color information

#A166AE (or 0xA166AE) is unknown color: approx Violet Blue. HEX triplet: A1, 66 and AE. RGB value is (161,102,174). Sum of RGB (Red+Green+Blue) = 161+102+174=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #A166AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A166AE is #5E9951. Grayscale: #7F7F7F. Windows color (decimal): -6199634 or 11429537. OLE color: 11429537.

HSL color Cylindrical-coordinate representation of color #A166AE: hue angle of 289.17º degrees, saturation: 0.31, 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 #A166AE is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB161102174-
CMYK0.070.4100.32
HSL289.17º30.77%54.12%-
HSV(B)289.17º41.38%68.24%-
XYZ27.0920.1442.5-
YUV127.85154.05151.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.84%
GREEN value IS 102 (40.23% from 255) = 23.34%
BLUE value IS 174 (68.36% from 255) = 39.82%
R=36.84%
G=23.34%
B=39.82%

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
Decimal1611021740.070.4100.32289.1730.7754.12
HexA166AE7290201211f36
Octal2411462567510404413766
Binary10100001110011010101110111101001010000010010000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A166AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A166AE; }

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

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

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

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

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

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

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

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