#A978D5

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

Shades of Amethyst #A978D5

Tints of Amethyst #A978D5

Color information

#A978D5 (or 0xA978D5) is unknown color: approx Amethyst. HEX triplet: A9, 78 and D5. RGB value is (169,120,213). Sum of RGB (Red+Green+Blue) = 169+120+213=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 213 - color contains mainly: blue. Hex color #A978D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978D5 is #56872A. Grayscale: #909090. Windows color (decimal): -5670699 or 13990057. OLE color: 13990057.

HSL color Cylindrical-coordinate representation of color #A978D5: hue angle of 271.61º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A978D5 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB169120213-
CMYK0.210.4400.16
HSL271.61º52.54%65.29%-
HSV(B)271.61º43.66%83.53%-
XYZ35.0926.6766.25-
YUV145.25166.23144.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.67%
GREEN value IS 120 (47.27% from 255) = 23.90%
BLUE value IS 213 (83.59% from 255) = 42.43%
R=33.67%
G=23.90%
B=42.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1691202130.210.4400.16271.6152.5465.29
HexA978D5152C0101103541
Octal251170325255402042065101
Binary10101001111100011010101101011011000100001000100001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A978D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A978D5; }

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

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

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

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

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

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

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

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