#A16FD8

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

Shades of Amethyst #A16FD8

Tints of Amethyst #A16FD8

Color information

#A16FD8 (or 0xA16FD8) is unknown color: approx Amethyst. HEX triplet: A1, 6F and D8. RGB value is (161,111,216). Sum of RGB (Red+Green+Blue) = 161+111+216=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 216 - color contains mainly: blue. Hex color #A16FD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16FD8 is #5E9027. Grayscale: #898989. Windows color (decimal): -6197288 or 14184353. OLE color: 14184353.

HSL color Cylindrical-coordinate representation of color #A16FD8: hue angle of 268.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A16FD8 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB161111216-
CMYK0.250.4900.15
HSL268.57º57.38%64.12%-
HSV(B)268.57º48.61%84.71%-
XYZ32.7823.967.85-
YUV137.92172.06144.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.99%
GREEN value IS 111 (43.75% from 255) = 22.75%
BLUE value IS 216 (84.77% from 255) = 44.26%
R=32.99%
G=22.75%
B=44.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1611112160.250.4900.15268.5757.3864.12
HexA16FD819310F10d3940
Octal241157330316101741571100
Binary1010000111011111101100011001110001011111000011011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16FD8; }

 p { color: rgb(161,111,216); }

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

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

 a { background-color: rgb(161,111,216); }

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

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

 span { border-color: rgb(161,111,216); }

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