#A86AD0

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

Shades of Amethyst #A86AD0

Tints of Amethyst #A86AD0

Color information

#A86AD0 (or 0xA86AD0) is unknown color: approx Amethyst. HEX triplet: A8, 6A and D0. RGB value is (168,106,208). Sum of RGB (Red+Green+Blue) = 168+106+208=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #A86AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86AD0 is #57952F. Grayscale: #878787. Windows color (decimal): -5739824 or 13658792. OLE color: 13658792.

HSL color Cylindrical-coordinate representation of color #A86AD0: hue angle of 276.47º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A86AD0 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB168106208-
CMYK0.190.4900.18
HSL276.47º52.04%61.57%-
HSV(B)276.47º49.04%81.57%-
XYZ32.6923.1962.43-
YUV136.17168.54150.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.85%
GREEN value IS 106 (41.80% from 255) = 21.99%
BLUE value IS 208 (81.64% from 255) = 43.15%
R=34.85%
G=21.99%
B=43.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1681062080.190.4900.18276.4752.0461.57
HexA86AD01331012114343e
Octal25015232023610224246476
Binary1010100011010101101000010011110001010010100010100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86AD0; }

 p { color: rgb(168,106,208); }

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

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

 a { background-color: rgb(168,106,208); }

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

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

 span { border-color: rgb(168,106,208); }

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