#A86DDF

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

Shades of Amethyst #A86DDF

Tints of Amethyst #A86DDF

Color information

#A86DDF (or 0xA86DDF) is unknown color: approx Amethyst. HEX triplet: A8, 6D and DF. RGB value is (168,109,223). Sum of RGB (Red+Green+Blue) = 168+109+223=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #A86DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86DDF is #579220. Grayscale: #8B8B8B. Windows color (decimal): -5739041 or 14642600. OLE color: 14642600.

HSL color Cylindrical-coordinate representation of color #A86DDF: hue angle of 271.05º degrees, saturation: 0.64, 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 #A86DDF is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168109223-
CMYK0.250.5100.13
HSL271.05º64.04%65.1%-
HSV(B)271.05º51.12%87.45%-
XYZ34.9424.5972.72-
YUV139.64175.05148.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.6%
GREEN value IS 109 (42.97% from 255) = 21.8%
BLUE value IS 223 (87.5% from 255) = 44.6%
R=33.6%
G=21.8%
B=44.6%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681092230.250.5100.13271.0564.0465.1
HexA86DDF19330D10f4041
Octal2501553373163015417100101
Binary10101000110110111011111110011100110110110000111110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86DDF; }

 p { color: rgb(168,109,223); }

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

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

 a { background-color: rgb(168,109,223); }

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

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

 span { border-color: rgb(168,109,223); }

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