#A979D4

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

Shades of Amethyst #A979D4

Tints of Amethyst #A979D4

Color information

#A979D4 (or 0xA979D4) is unknown color: approx Amethyst. HEX triplet: A9, 79 and D4. RGB value is (169,121,212). Sum of RGB (Red+Green+Blue) = 169+121+212=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 212 (83.20% from 255 or 42.23% from 502); Max value from RGB is 212 - color contains mainly: blue. Hex color #A979D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A979D4 is #56862B. Grayscale: #919191. Windows color (decimal): -5670444 or 13924777. OLE color: 13924777.

HSL color Cylindrical-coordinate representation of color #A979D4: hue angle of 271.65º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A979D4 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB169121212-
CMYK0.200.4300.17
HSL271.65º51.41%65.29%-
HSV(B)271.65º42.92%83.14%-
XYZ35.0826.8665.62-
YUV145.73165.4144.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.67%
GREEN value IS 121 (47.66% from 255) = 24.10%
BLUE value IS 212 (83.20% from 255) = 42.23%
R=33.67%
G=24.10%
B=42.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1691212120.200.4300.17271.6551.4165.29
HexA979D4142B0111103341
Octal251171324245302142063101
Binary10101001111100111010100101001010110100011000100001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A979D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A979D4; }

 p { color: rgb(169,121,212); }

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

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

 a { background-color: rgb(169,121,212); }

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

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

 span { border-color: rgb(169,121,212); }

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