#A96CD0

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

Shades of Amethyst #A96CD0

Tints of Amethyst #A96CD0

Color information

#A96CD0 (or 0xA96CD0) is unknown color: approx Amethyst. HEX triplet: A9, 6C and D0. RGB value is (169,108,208). Sum of RGB (Red+Green+Blue) = 169+108+208=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #A96CD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96CD0 is #56932F. Grayscale: #898989. Windows color (decimal): -5673776 or 13659305. OLE color: 13659305.

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

Color convert

RGB169108208-
CMYK0.190.4800.18
HSL276.6º51.55%61.96%-
HSV(B)276.6º48.08%81.57%-
XYZ33.1123.7162.51-
YUV137.64167.71150.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.85%
GREEN value IS 108 (42.58% from 255) = 22.27%
BLUE value IS 208 (81.64% from 255) = 42.89%
R=34.85%
G=22.27%
B=42.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1691082080.190.4800.18276.651.5561.96
HexA96CD01330012115343e
Octal25115432023600224256476
Binary1010100111011001101000010011110000010010100010101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96CD0; }

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

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

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

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

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

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

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

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