#A863DA

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

Shades of Amethyst #A863DA

Tints of Amethyst #A863DA

Color information

#A863DA (or 0xA863DA) is unknown color: approx Amethyst. HEX triplet: A8, 63 and DA. RGB value is (168,99,218). Sum of RGB (Red+Green+Blue) = 168+99+218=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #A863DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863DA is #579C25. Grayscale: #848484. Windows color (decimal): -5741606 or 14312360. OLE color: 14312360.

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

Color convert

RGB16899218-
CMYK0.230.5500.15
HSL274.79º61.66%62.16%-
HSV(B)274.79º54.59%85.49%-
XYZ33.2722.3168.88-
YUV133.2175.86152.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.64%
GREEN value IS 99 (39.06% from 255) = 20.41%
BLUE value IS 218 (85.55% from 255) = 44.95%
R=34.64%
G=20.41%
B=44.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal168992180.230.5500.15274.7961.6662.16
HexA863DA17370F1133e3e
Octal25014333227670174237676
Binary101010001100011110110101011111011101111100010011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A863DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A863DA; }

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

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

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

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

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

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

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

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