#A96DCD

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

Shades of Amethyst #A96DCD

Tints of Amethyst #A96DCD

Color information

#A96DCD (or 0xA96DCD) is unknown color: approx Amethyst. HEX triplet: A9, 6D and CD. RGB value is (169,109,205). Sum of RGB (Red+Green+Blue) = 169+109+205=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #A96DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96DCD is #569232. Grayscale: #898989. Windows color (decimal): -5673523 or 13462953. OLE color: 13462953.

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

Color convert

RGB169109205-
CMYK0.180.4700.20
HSL277.5º48.98%61.57%-
HSV(B)277.5º46.83%80.39%-
XYZ32.8523.7860.62-
YUV137.88165.88150.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 109 (42.97% from 255) = 22.57%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=34.99%
G=22.57%
B=42.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691092050.180.4700.20277.548.9861.57
HexA96DCD122F014116313e
Octal25115531522570244266176
Binary1010100111011011100110110010101111010100100010110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96DCD; }

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

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

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

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

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

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

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

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