#A978D9

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

Shades of Amethyst #A978D9

Tints of Amethyst #A978D9

Color information

#A978D9 (or 0xA978D9) is unknown color: approx Amethyst. HEX triplet: A9, 78 and D9. RGB value is (169,120,217). Sum of RGB (Red+Green+Blue) = 169+120+217=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 217 - color contains mainly: blue. Hex color #A978D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978D9 is #568726. Grayscale: #919191. Windows color (decimal): -5670695 or 14252201. OLE color: 14252201.

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

Color convert

RGB169120217-
CMYK0.220.4500.15
HSL270.31º56.07%66.08%-
HSV(B)270.31º44.7%85.1%-
XYZ35.626.8868.96-
YUV145.71168.23144.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.40%
GREEN value IS 120 (47.27% from 255) = 23.72%
BLUE value IS 217 (85.16% from 255) = 42.89%
R=33.40%
G=23.72%
B=42.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691202170.220.4500.15270.3156.0766.08
HexA978D9162D0F10e3842
Octal251170331265501741670102
Binary1010100111110001101100110110101101011111000011101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A978D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A978D9; }

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

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

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

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

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

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

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

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