#A863D9

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

Shades of Amethyst #A863D9

Tints of Amethyst #A863D9

Color information

#A863D9 (or 0xA863D9) is unknown color: approx Amethyst. HEX triplet: A8, 63 and D9. RGB value is (168,99,217). Sum of RGB (Red+Green+Blue) = 168+99+217=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 217 - color contains mainly: blue. Hex color #A863D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863D9 is #579C26. Grayscale: #848484. Windows color (decimal): -5741607 or 14246824. OLE color: 14246824.

HSL color Cylindrical-coordinate representation of color #A863D9: hue angle of 275.08º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A863D9 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16899217-
CMYK0.230.5400.15
HSL275.08º60.82%61.96%-
HSV(B)275.08º54.38%85.1%-
XYZ33.1322.2668.2-
YUV133.08175.36152.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.71%
GREEN value IS 99 (39.06% from 255) = 20.45%
BLUE value IS 217 (85.16% from 255) = 44.83%
R=34.71%
G=20.45%
B=44.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal168992170.230.5400.15275.0860.8261.96
HexA863D917360F1133d3e
Octal25014333127660174237576
Binary101010001100011110110011011111011001111100010011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A863D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A863D9; }

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

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

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

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

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

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

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

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