#A963D7

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

Shades of Amethyst #A963D7

Tints of Amethyst #A963D7

Color information

#A963D7 (or 0xA963D7) is unknown color: approx Amethyst. HEX triplet: A9, 63 and D7. RGB value is (169,99,215). Sum of RGB (Red+Green+Blue) = 169+99+215=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 215 (84.38% from 255 or 44.51% from 483); Max value from RGB is 215 - color contains mainly: blue. Hex color #A963D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963D7 is #569C28. Grayscale: #848484. Windows color (decimal): -5676073 or 14115753. OLE color: 14115753.

HSL color Cylindrical-coordinate representation of color #A963D7: hue angle of 276.21º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A963D7 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16999215-
CMYK0.210.5400.16
HSL276.21º59.18%61.57%-
HSV(B)276.21º53.95%84.31%-
XYZ33.0922.2666.84-
YUV133.15174.19153.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 99 (39.06% from 255) = 20.50%
BLUE value IS 215 (84.38% from 255) = 44.51%
R=34.99%
G=20.50%
B=44.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal169992150.210.5400.16276.2159.1861.57
HexA963D715360101143b3e
Octal25114332725660204247376
Binary1010100111000111101011110101110110010000100010100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A963D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A963D7; }

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

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

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

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

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

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

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

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