#A96FD4

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

Shades of Amethyst #A96FD4

Tints of Amethyst #A96FD4

Color information

#A96FD4 (or 0xA96FD4) is unknown color: approx Amethyst. HEX triplet: A9, 6F and D4. RGB value is (169,111,212). Sum of RGB (Red+Green+Blue) = 169+111+212=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 212 (83.20% from 255 or 43.09% from 492); Max value from RGB is 212 - color contains mainly: blue. Hex color #A96FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96FD4 is #56902B. Grayscale: #8B8B8B. Windows color (decimal): -5673004 or 13922217. OLE color: 13922217.

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

Color convert

RGB169111212-
CMYK0.200.4800.17
HSL274.46º54.01%63.33%-
HSV(B)274.46º47.64%83.14%-
XYZ33.9324.5665.24-
YUV139.86168.72148.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.35%
GREEN value IS 111 (43.75% from 255) = 22.56%
BLUE value IS 212 (83.20% from 255) = 43.09%
R=34.35%
G=22.56%
B=43.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1691112120.200.4800.17274.4654.0163.33
HexA96FD41430011112363f
Octal25115732424600214226677
Binary1010100111011111101010010100110000010001100010010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96FD4; }

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

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

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

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

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

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

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

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