#A96EDA

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

Shades of Amethyst #A96EDA

Tints of Amethyst #A96EDA

Color information

#A96EDA (or 0xA96EDA) is unknown color: approx Amethyst. HEX triplet: A9, 6E and DA. RGB value is (169,110,218). Sum of RGB (Red+Green+Blue) = 169+110+218=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #A96EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96EDA is #569125. Grayscale: #8B8B8B. Windows color (decimal): -5673254 or 14315177. OLE color: 14315177.

HSL color Cylindrical-coordinate representation of color #A96EDA: hue angle of 272.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A96EDA is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB169110218-
CMYK0.220.5000.15
HSL272.78º59.34%64.31%-
HSV(B)272.78º49.54%85.49%-
XYZ34.5924.6569.26-
YUV139.95172.05148.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.00%
GREEN value IS 110 (43.36% from 255) = 22.13%
BLUE value IS 218 (85.55% from 255) = 43.86%
R=34.00%
G=22.13%
B=43.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1691102180.220.5000.15272.7859.3464.31
HexA96EDA16320F1113b40
Octal251156332266201742173100
Binary1010100111011101101101010110110010011111000100011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96EDA; }

 p { color: rgb(169,110,218); }

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

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

 a { background-color: rgb(169,110,218); }

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

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

 span { border-color: rgb(169,110,218); }

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