#A96DBF

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

Shades of Amethyst #A96DBF

Tints of Amethyst #A96DBF

Color information

#A96DBF (or 0xA96DBF) is unknown color: approx Amethyst. HEX triplet: A9, 6D and BF. RGB value is (169,109,191). Sum of RGB (Red+Green+Blue) = 169+109+191=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #A96DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96DBF is #569240. Grayscale: #888888. Windows color (decimal): -5673537 or 12545449. OLE color: 12545449.

HSL color Cylindrical-coordinate representation of color #A96DBF: hue angle of 283.9º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A96DBF is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169109191-
CMYK0.120.4300.25
HSL283.9º39.05%58.82%-
HSV(B)283.9º42.93%74.9%-
XYZ31.2323.1352.11-
YUV136.29158.88151.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.03%
GREEN value IS 109 (42.97% from 255) = 23.24%
BLUE value IS 191 (75% from 255) = 40.72%
R=36.03%
G=23.24%
B=40.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691091910.120.4300.25283.939.0558.82
HexA96DBFC2B01911c273b
Octal25115527714530314344773
Binary101010011101101101111111100101011011001100011100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96DBF; }

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

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

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

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

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

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

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

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