#A96DCF

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

Shades of Amethyst #A96DCF

Tints of Amethyst #A96DCF

Color information

#A96DCF (or 0xA96DCF) is unknown color: approx Amethyst. HEX triplet: A9, 6D and CF. RGB value is (169,109,207). Sum of RGB (Red+Green+Blue) = 169+109+207=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #A96DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96DCF is #569230. Grayscale: #898989. Windows color (decimal): -5673521 or 13594025. OLE color: 13594025.

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

Color convert

RGB169109207-
CMYK0.180.4700.19
HSL276.73º50.52%61.96%-
HSV(B)276.73º47.34%81.18%-
XYZ33.0923.8861.9-
YUV138.11166.88150.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.85%
GREEN value IS 109 (42.97% from 255) = 22.47%
BLUE value IS 207 (81.25% from 255) = 42.68%
R=34.85%
G=22.47%
B=42.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691092070.180.4700.19276.7350.5261.96
HexA96DCF122F013115333e
Octal25115531722570234256376
Binary1010100111011011100111110010101111010011100010101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96DCF; }

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

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

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

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

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

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

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

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