#A976CF

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

Shades of Amethyst #A976CF

Tints of Amethyst #A976CF

Color information

#A976CF (or 0xA976CF) is unknown color: approx Amethyst. HEX triplet: A9, 76 and CF. RGB value is (169,118,207). Sum of RGB (Red+Green+Blue) = 169+118+207=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #A976CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A976CF is #568930. Grayscale: #8F8F8F. Windows color (decimal): -5671217 or 13596329. OLE color: 13596329.

HSL color Cylindrical-coordinate representation of color #A976CF: hue angle of 274.38º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A976CF is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169118207-
CMYK0.180.4300.19
HSL274.38º48.11%63.73%-
HSV(B)274.38º43%81.18%-
XYZ34.125.962.23-
YUV143.4163.9146.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.21%
GREEN value IS 118 (46.48% from 255) = 23.89%
BLUE value IS 207 (81.25% from 255) = 41.90%
R=34.21%
G=23.89%
B=41.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691182070.180.4300.19274.3848.1163.73
HexA976CF122B0131123040
Octal251166317225302342260100
Binary10101001111011011001111100101010110100111000100101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A976CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A976CF; }

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

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

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

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

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

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

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

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