#A86CDD

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

Shades of Amethyst #A86CDD

Tints of Amethyst #A86CDD

Color information

#A86CDD (or 0xA86CDD) is unknown color: approx Amethyst. HEX triplet: A8, 6C and DD. RGB value is (168,108,221). Sum of RGB (Red+Green+Blue) = 168+108+221=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #A86CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86CDD is #579322. Grayscale: #8A8A8A. Windows color (decimal): -5739299 or 14511272. OLE color: 14511272.

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

Color convert

RGB168108221-
CMYK0.240.5100.13
HSL271.86º62.43%64.51%-
HSV(B)271.86º51.13%86.67%-
XYZ34.5624.2771.27-
YUV138.82174.38148.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.80%
GREEN value IS 108 (42.58% from 255) = 21.73%
BLUE value IS 221 (86.72% from 255) = 44.47%
R=33.80%
G=21.73%
B=44.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681082210.240.5100.13271.8662.4364.51
HexA86CDD18330D1103e41
Octal250154335306301542076101
Binary1010100011011001101110111000110011011011000100001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86CDD; }

 p { color: rgb(168,108,221); }

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

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

 a { background-color: rgb(168,108,221); }

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

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

 span { border-color: rgb(168,108,221); }

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