#A96BC9

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

Shades of Amethyst #A96BC9

Tints of Amethyst #A96BC9

Color information

#A96BC9 (or 0xA96BC9) is unknown color: approx Amethyst. HEX triplet: A9, 6B and C9. RGB value is (169,107,201). Sum of RGB (Red+Green+Blue) = 169+107+201=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #A96BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96BC9 is #569436. Grayscale: #878787. Windows color (decimal): -5674039 or 13200297. OLE color: 13200297.

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

Color convert

RGB169107201-
CMYK0.160.4700.21
HSL279.57º46.53%60.39%-
HSV(B)279.57º46.77%78.82%-
XYZ32.1623.1758.03-
YUV136.25164.54151.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.43%
GREEN value IS 107 (42.19% from 255) = 22.43%
BLUE value IS 201 (78.91% from 255) = 42.14%
R=35.43%
G=22.43%
B=42.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691072010.160.4700.21279.5746.5360.39
HexA96BC9102F0151182f3c
Octal25115331120570254305774
Binary1010100111010111100100110000101111010101100011000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96BC9; }

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

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

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

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

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

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

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

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