#A963E9

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

Shades of Amethyst #A963E9

Tints of Amethyst #A963E9

Color information

#A963E9 (or 0xA963E9) is unknown color: approx Amethyst. HEX triplet: A9, 63 and E9. RGB value is (169,99,233). Sum of RGB (Red+Green+Blue) = 169+99+233=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 233 (91.41% from 255 or 46.51% from 501); Max value from RGB is 233 - color contains mainly: blue. Hex color #A963E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A963E9 is #569C16. Grayscale: #868686. Windows color (decimal): -5676055 or 15295401. OLE color: 15295401.

HSL color Cylindrical-coordinate representation of color #A963E9: hue angle of 271.34º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A963E9 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16999233-
CMYK0.270.5800.09
HSL271.34º75.28%65.1%-
HSV(B)271.34º57.51%91.37%-
XYZ35.5323.2479.7-
YUV135.21183.19152.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.73%
GREEN value IS 99 (39.06% from 255) = 19.76%
BLUE value IS 233 (91.41% from 255) = 46.51%
R=33.73%
G=19.76%
B=46.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal169992330.270.5800.09271.3475.2865.1
HexA963E91B3A0910f4b41
Octal2511433513372011417113101
Binary10101001110001111101001110111110100100110000111110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A963E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A963E9; }

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

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

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

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

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

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

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

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