#A96FD0

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

Shades of Amethyst #A96FD0

Tints of Amethyst #A96FD0

Color information

#A96FD0 (or 0xA96FD0) is unknown color: approx Amethyst. HEX triplet: A9, 6F and D0. RGB value is (169,111,208). Sum of RGB (Red+Green+Blue) = 169+111+208=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 208 - color contains mainly: blue. Hex color #A96FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96FD0 is #56902F. Grayscale: #8B8B8B. Windows color (decimal): -5673008 or 13660073. OLE color: 13660073.

HSL color Cylindrical-coordinate representation of color #A96FD0: hue angle of 275.88º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A96FD0 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB169111208-
CMYK0.190.4700.18
HSL275.88º50.79%62.55%-
HSV(B)275.88º46.63%81.57%-
XYZ33.4324.3662.61-
YUV139.4166.72149.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.63%
GREEN value IS 111 (43.75% from 255) = 22.75%
BLUE value IS 208 (81.64% from 255) = 42.62%
R=34.63%
G=22.75%
B=42.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1691112080.190.4700.18275.8850.7962.55
HexA96FD0132F012114333f
Octal25115732023570224246377
Binary1010100111011111101000010011101111010010100010100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96FD0; }

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

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

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

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

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

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

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

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