#A96AD5

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

Shades of Amethyst #A96AD5

Tints of Amethyst #A96AD5

Color information

#A96AD5 (or 0xA96AD5) is unknown color: approx Amethyst. HEX triplet: A9, 6A and D5. RGB value is (169,106,213). Sum of RGB (Red+Green+Blue) = 169+106+213=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #A96AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96AD5 is #56952A. Grayscale: #888888. Windows color (decimal): -5674283 or 13986473. OLE color: 13986473.

HSL color Cylindrical-coordinate representation of color #A96AD5: hue angle of 275.33º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A96AD5 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB169106213-
CMYK0.210.5000.16
HSL275.33º56.02%62.55%-
HSV(B)275.33º50.23%83.53%-
XYZ33.5323.5565.73-
YUV137.04170.87150.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.63%
GREEN value IS 106 (41.80% from 255) = 21.72%
BLUE value IS 213 (83.59% from 255) = 43.65%
R=34.63%
G=21.72%
B=43.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1691062130.210.5000.16275.3356.0262.55
HexA96AD51532010113383f
Octal25115232525620204237077
Binary1010100111010101101010110101110010010000100010011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96AD5; }

 p { color: rgb(169,106,213); }

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

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

 a { background-color: rgb(169,106,213); }

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

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

 span { border-color: rgb(169,106,213); }

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