#A96BDD

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

Shades of Amethyst #A96BDD

Tints of Amethyst #A96BDD

Color information

#A96BDD (or 0xA96BDD) is unknown color: approx Amethyst. HEX triplet: A9, 6B and DD. RGB value is (169,107,221). Sum of RGB (Red+Green+Blue) = 169+107+221=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #A96BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96BDD is #569422. Grayscale: #8A8A8A. Windows color (decimal): -5674019 or 14511017. OLE color: 14511017.

HSL color Cylindrical-coordinate representation of color #A96BDD: hue angle of 272.63º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A96BDD is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169107221-
CMYK0.240.5200.13
HSL272.63º62.64%64.31%-
HSV(B)272.63º51.58%86.67%-
XYZ34.6724.1771.24-
YUV138.53174.54149.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.00%
GREEN value IS 107 (42.19% from 255) = 21.53%
BLUE value IS 221 (86.72% from 255) = 44.47%
R=34.00%
G=21.53%
B=44.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691072210.240.5200.13272.6362.6464.31
HexA96BDD18340D1113f40
Octal251153335306401542177100
Binary1010100111010111101110111000110100011011000100011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96BDD; }

 p { color: rgb(169,107,221); }

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

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

 a { background-color: rgb(169,107,221); }

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

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

 span { border-color: rgb(169,107,221); }

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