#A963C7

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

Shades of Amethyst #A963C7

Tints of Amethyst #A963C7

Color information

#A963C7 (or 0xA963C7) is unknown color: approx Amethyst. HEX triplet: A9, 63 and C7. RGB value is (169,99,199). Sum of RGB (Red+Green+Blue) = 169+99+199=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 199 (78.12% from 255 or 42.61% from 467); Max value from RGB is 199 - color contains mainly: blue. Hex color #A963C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963C7 is #569C38. Grayscale: #838383. Windows color (decimal): -5676089 or 13067177. OLE color: 13067177.

HSL color Cylindrical-coordinate representation of color #A963C7: hue angle of 282º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A963C7 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16999199-
CMYK0.150.5000.22
HSL282º47.17%58.43%-
HSV(B)282º50.25%78.04%-
XYZ31.1321.4856.54-
YUV131.33166.19154.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.19%
GREEN value IS 99 (39.06% from 255) = 21.20%
BLUE value IS 199 (78.12% from 255) = 42.61%
R=36.19%
G=21.20%
B=42.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal169991990.150.5000.2228247.1758.43
HexA963C7F3201611a2f3a
Octal25114330717620264325772
Binary101010011100011110001111111110010010110100011010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A963C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A963C7; }

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

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

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

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

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

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

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

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