#A96DC1

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

Shades of Amethyst #A96DC1

Tints of Amethyst #A96DC1

Color information

#A96DC1 (or 0xA96DC1) is unknown color: approx Amethyst. HEX triplet: A9, 6D and C1. RGB value is (169,109,193). Sum of RGB (Red+Green+Blue) = 169+109+193=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: blue. Hex color #A96DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96DC1 is #56923E. Grayscale: #888888. Windows color (decimal): -5673535 or 12676521. OLE color: 12676521.

HSL color Cylindrical-coordinate representation of color #A96DC1: hue angle of 282.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A96DC1 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB169109193-
CMYK0.120.4400.24
HSL282.86º40.38%59.22%-
HSV(B)282.86º43.52%75.69%-
XYZ31.4623.2253.28-
YUV136.52159.88151.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.88%
GREEN value IS 109 (42.97% from 255) = 23.14%
BLUE value IS 193 (75.78% from 255) = 40.98%
R=35.88%
G=23.14%
B=40.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691091930.120.4400.24282.8640.3859.22
HexA96DC1C2C01811b283b
Octal25115530114540304335073
Binary101010011101101110000011100101100011000100011011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96DC1; }

 p { color: rgb(169,109,193); }

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

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

 a { background-color: rgb(169,109,193); }

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

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

 span { border-color: rgb(169,109,193); }

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