#A16ADC

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

Shades of Amethyst #A16ADC

Tints of Amethyst #A16ADC

Color information

#A16ADC (or 0xA16ADC) is unknown color: approx Amethyst. HEX triplet: A1, 6A and DC. RGB value is (161,106,220). Sum of RGB (Red+Green+Blue) = 161+106+220=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #A16ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ADC is #5E9523. Grayscale: #878787. Windows color (decimal): -6198564 or 14445217. OLE color: 14445217.

HSL color Cylindrical-coordinate representation of color #A16ADC: hue angle of 268.95º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A16ADC is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB161106220-
CMYK0.270.5200.14
HSL268.95º61.96%63.92%-
HSV(B)268.95º51.82%86.27%-
XYZ32.7723.0570.43-
YUV135.44175.72146.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.06%
GREEN value IS 106 (41.80% from 255) = 21.77%
BLUE value IS 220 (86.33% from 255) = 45.17%
R=33.06%
G=21.77%
B=45.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611062200.270.5200.14268.9561.9663.92
HexA16ADC1B340E10d3e40
Octal241152334336401641576100
Binary1010000111010101101110011011110100011101000011011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16ADC; }

 p { color: rgb(161,106,220); }

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

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

 a { background-color: rgb(161,106,220); }

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

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

 span { border-color: rgb(161,106,220); }

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