#A96FCD

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

Shades of Amethyst #A96FCD

Tints of Amethyst #A96FCD

Color information

#A96FCD (or 0xA96FCD) is unknown color: approx Amethyst. HEX triplet: A9, 6F and CD. RGB value is (169,111,205). Sum of RGB (Red+Green+Blue) = 169+111+205=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #A96FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96FCD is #569032. Grayscale: #8A8A8A. Windows color (decimal): -5673011 or 13463465. OLE color: 13463465.

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

Color convert

RGB169111205-
CMYK0.180.4600.20
HSL277.02º48.45%61.96%-
HSV(B)277.02º45.85%80.39%-
XYZ33.0724.2160.69-
YUV139.06165.22149.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.85%
GREEN value IS 111 (43.75% from 255) = 22.89%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=34.85%
G=22.89%
B=42.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691112050.180.4600.20277.0248.4561.96
HexA96FCD122E014115303e
Octal25115731522560244256076
Binary1010100111011111100110110010101110010100100010101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96FCD; }

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

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

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

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

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

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

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

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