#A861DE

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

Shades of Amethyst #A861DE

Tints of Amethyst #A861DE

Color information

#A861DE (or 0xA861DE) is unknown color: approx Amethyst. HEX triplet: A8, 61 and DE. RGB value is (168,97,222). Sum of RGB (Red+Green+Blue) = 168+97+222=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #A861DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A861DE is #579E21. Grayscale: #848484. Windows color (decimal): -5742114 or 14573992. OLE color: 14573992.

HSL color Cylindrical-coordinate representation of color #A861DE: hue angle of 274.08º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A861DE is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16897222-
CMYK0.240.5600.13
HSL274.08º65.45%62.55%-
HSV(B)274.08º56.31%87.06%-
XYZ33.6122.1571.61-
YUV132.48178.52153.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.50%
GREEN value IS 97 (38.28% from 255) = 19.92%
BLUE value IS 222 (87.11% from 255) = 45.59%
R=34.50%
G=19.92%
B=45.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal168972220.240.5600.13274.0865.4562.55
HexA861DE18380D112413f
Octal250141336307001542210177
Binary1010100011000011101111011000111000011011000100101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A861DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A861DE; }

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

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

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

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

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

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

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

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