#A96DD9

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

Shades of Amethyst #A96DD9

Tints of Amethyst #A96DD9

Color information

#A96DD9 (or 0xA96DD9) is unknown color: approx Amethyst. HEX triplet: A9, 6D and D9. RGB value is (169,109,217). Sum of RGB (Red+Green+Blue) = 169+109+217=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 217 - color contains mainly: blue. Hex color #A96DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96DD9 is #569226. Grayscale: #8A8A8A. Windows color (decimal): -5673511 or 14249385. OLE color: 14249385.

HSL color Cylindrical-coordinate representation of color #A96DD9: hue angle of 273.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A96DD9 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB169109217-
CMYK0.220.5000.15
HSL273.33º58.7%63.92%-
HSV(B)273.33º49.77%85.1%-
XYZ34.3624.3868.54-
YUV139.25171.88149.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.14%
GREEN value IS 109 (42.97% from 255) = 22.02%
BLUE value IS 217 (85.16% from 255) = 43.84%
R=34.14%
G=22.02%
B=43.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691092170.220.5000.15273.3358.763.92
HexA96DD916320F1113b40
Octal251155331266201742173100
Binary1010100111011011101100110110110010011111000100011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96DD9; }

 p { color: rgb(169,109,217); }

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

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

 a { background-color: rgb(169,109,217); }

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

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

 span { border-color: rgb(169,109,217); }

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