#A96ACE

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

Shades of Amethyst #A96ACE

Tints of Amethyst #A96ACE

Color information

#A96ACE (or 0xA96ACE) is unknown color: approx Amethyst. HEX triplet: A9, 6A and CE. RGB value is (169,106,206). Sum of RGB (Red+Green+Blue) = 169+106+206=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 106 (41.80% from 255 or 22.04% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #A96ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96ACE is #569531. Grayscale: #878787. Windows color (decimal): -5674290 or 13527721. OLE color: 13527721.

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

Color convert

RGB169106206-
CMYK0.180.4900.19
HSL277.8º50.51%61.18%-
HSV(B)277.8º48.54%80.78%-
XYZ32.6623.261.15-
YUV136.24167.37151.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.14%
GREEN value IS 106 (41.80% from 255) = 22.04%
BLUE value IS 206 (80.86% from 255) = 42.83%
R=35.14%
G=22.04%
B=42.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691062060.180.4900.19277.850.5161.18
HexA96ACE1231013116333d
Octal25115231622610234266375
Binary1010100111010101100111010010110001010011100010110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96ACE; }

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

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

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

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

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

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

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

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