#A96CC9

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

Shades of Amethyst #A96CC9

Tints of Amethyst #A96CC9

Color information

#A96CC9 (or 0xA96CC9) is unknown color: approx Amethyst. HEX triplet: A9, 6C and C9. RGB value is (169,108,201). Sum of RGB (Red+Green+Blue) = 169+108+201=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 201 - color contains mainly: blue. Hex color #A96CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96CC9 is #569336. Grayscale: #888888. Windows color (decimal): -5673783 or 13200553. OLE color: 13200553.

HSL color Cylindrical-coordinate representation of color #A96CC9: hue angle of 279.35º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A96CC9 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169108201-
CMYK0.160.4600.21
HSL279.35º46.27%60.59%-
HSV(B)279.35º46.27%78.82%-
XYZ32.2723.3858.07-
YUV136.84164.21150.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.36%
GREEN value IS 108 (42.58% from 255) = 22.59%
BLUE value IS 201 (78.91% from 255) = 42.05%
R=35.36%
G=22.59%
B=42.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691082010.160.4600.21279.3546.2760.59
HexA96CC9102E0151172e3d
Octal25115431120560254275675
Binary1010100111011001100100110000101110010101100010111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96CC9; }

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

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

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

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

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

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

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

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