#A861DA

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

Shades of Amethyst #A861DA

Tints of Amethyst #A861DA

Color information

#A861DA (or 0xA861DA) is unknown color: approx Amethyst. HEX triplet: A8, 61 and DA. RGB value is (168,97,218). Sum of RGB (Red+Green+Blue) = 168+97+218=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #A861DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A861DA is #579E25. Grayscale: #838383. Windows color (decimal): -5742118 or 14311848. OLE color: 14311848.

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

Color convert

RGB16897218-
CMYK0.230.5600.15
HSL275.21º62.05%61.76%-
HSV(B)275.21º55.5%85.49%-
XYZ33.0821.9468.82-
YUV132.02176.52153.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.78%
GREEN value IS 97 (38.28% from 255) = 20.08%
BLUE value IS 218 (85.55% from 255) = 45.13%
R=34.78%
G=20.08%
B=45.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal168972180.230.5600.15275.2162.0561.76
HexA861DA17380F1133e3e
Octal25014133227700174237676
Binary101010001100001110110101011111100001111100010011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A861DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A861DA; }

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

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

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

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

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

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

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

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