#A963D1

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

Shades of Amethyst #A963D1

Tints of Amethyst #A963D1

Color information

#A963D1 (or 0xA963D1) is unknown color: approx Amethyst. HEX triplet: A9, 63 and D1. RGB value is (169,99,209). Sum of RGB (Red+Green+Blue) = 169+99+209=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 209 - color contains mainly: blue. Hex color #A963D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963D1 is #569C2E. Grayscale: #848484. Windows color (decimal): -5676079 or 13722537. OLE color: 13722537.

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

Color convert

RGB16999209-
CMYK0.190.5300.18
HSL278.18º54.46%60.39%-
HSV(B)278.18º52.63%81.96%-
XYZ32.3321.9662.86-
YUV132.47171.19154.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.43%
GREEN value IS 99 (39.06% from 255) = 20.75%
BLUE value IS 209 (82.03% from 255) = 43.82%
R=35.43%
G=20.75%
B=43.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal169992090.190.5300.18278.1854.4660.39
HexA963D11335012116363c
Octal25114332123650224266674
Binary1010100111000111101000110011110101010010100010110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A963D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A963D1; }

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

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

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

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

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

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

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

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