#A96DD1

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

Shades of Amethyst #A96DD1

Tints of Amethyst #A96DD1

Color information

#A96DD1 (or 0xA96DD1) is unknown color: approx Amethyst. HEX triplet: A9, 6D and D1. RGB value is (169,109,209). Sum of RGB (Red+Green+Blue) = 169+109+209=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 209 - color contains mainly: blue. Hex color #A96DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96DD1 is #56922E. Grayscale: #8A8A8A. Windows color (decimal): -5673519 or 13725097. OLE color: 13725097.

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

Color convert

RGB169109209-
CMYK0.190.4800.18
HSL276º52.08%62.35%-
HSV(B)276º47.85%81.96%-
XYZ33.3423.9863.19-
YUV138.34167.88149.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.70%
GREEN value IS 109 (42.97% from 255) = 22.38%
BLUE value IS 209 (82.03% from 255) = 42.92%
R=34.70%
G=22.38%
B=42.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1691092090.190.4800.1827652.0862.35
HexA96DD11330012114343e
Octal25115532123600224246476
Binary1010100111011011101000110011110000010010100010100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96DD1; }

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

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

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

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

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

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

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

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