#A963CD

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

Shades of Amethyst #A963CD

Tints of Amethyst #A963CD

Color information

#A963CD (or 0xA963CD) is unknown color: approx Amethyst. HEX triplet: A9, 63 and CD. RGB value is (169,99,205). Sum of RGB (Red+Green+Blue) = 169+99+205=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #A963CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963CD is #569C32. Grayscale: #838383. Windows color (decimal): -5676083 or 13460393. OLE color: 13460393.

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

Color convert

RGB16999205-
CMYK0.180.5200.20
HSL279.62º51.46%59.61%-
HSV(B)279.62º51.71%80.39%-
XYZ31.8421.7760.28-
YUV132.01169.19154.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.73%
GREEN value IS 99 (39.06% from 255) = 20.93%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=35.73%
G=20.93%
B=43.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal169992050.180.5200.20279.6251.4659.61
HexA963CD1234014118333c
Octal25114331522640244306374
Binary1010100111000111100110110010110100010100100011000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A963CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A963CD; }

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

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

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

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

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

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

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

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