#A863D7

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

Shades of Amethyst #A863D7

Tints of Amethyst #A863D7

Color information

#A863D7 (or 0xA863D7) is unknown color: approx Amethyst. HEX triplet: A8, 63 and D7. RGB value is (168,99,215). Sum of RGB (Red+Green+Blue) = 168+99+215=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 215 (84.38% from 255 or 44.61% from 482); Max value from RGB is 215 - color contains mainly: blue. Hex color #A863D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863D7 is #579C28. Grayscale: #848484. Windows color (decimal): -5741609 or 14115752. OLE color: 14115752.

HSL color Cylindrical-coordinate representation of color #A863D7: hue angle of 275.69º 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 #A863D7 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16899215-
CMYK0.220.5400.16
HSL275.69º59.18%61.57%-
HSV(B)275.69º53.95%84.31%-
XYZ32.8822.1566.83-
YUV132.85174.36153.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.85%
GREEN value IS 99 (39.06% from 255) = 20.54%
BLUE value IS 215 (84.38% from 255) = 44.61%
R=34.85%
G=20.54%
B=44.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal168992150.220.5400.16275.6959.1861.57
HexA863D716360101143b3e
Octal25014332726660204247376
Binary1010100011000111101011110110110110010000100010100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A863D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A863D7; }

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

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

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

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

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

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

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

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