#A976D9

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

Shades of Amethyst #A976D9

Tints of Amethyst #A976D9

Color information

#A976D9 (or 0xA976D9) is unknown color: approx Amethyst. HEX triplet: A9, 76 and D9. RGB value is (169,118,217). Sum of RGB (Red+Green+Blue) = 169+118+217=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 217 - color contains mainly: blue. Hex color #A976D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A976D9 is #568926. Grayscale: #909090. Windows color (decimal): -5671207 or 14251689. OLE color: 14251689.

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

Color convert

RGB169118217-
CMYK0.220.4600.15
HSL270.91º56.57%65.69%-
HSV(B)270.91º45.62%85.1%-
XYZ35.3726.468.88-
YUV144.54168.9145.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 118 (46.48% from 255) = 23.41%
BLUE value IS 217 (85.16% from 255) = 43.06%
R=33.53%
G=23.41%
B=43.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691182170.220.4600.15270.9156.5765.69
HexA976D9162E0F10f3942
Octal251166331265601741771102
Binary1010100111101101101100110110101110011111000011111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A976D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A976D9; }

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

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

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

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

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

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

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

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