#A86DBF

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

Shades of Amethyst #A86DBF

Tints of Amethyst #A86DBF

Color information

#A86DBF (or 0xA86DBF) is unknown color: approx Amethyst. HEX triplet: A8, 6D and BF. RGB value is (168,109,191). Sum of RGB (Red+Green+Blue) = 168+109+191=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #A86DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86DBF is #579240. Grayscale: #878787. Windows color (decimal): -5739073 or 12545448. OLE color: 12545448.

HSL color Cylindrical-coordinate representation of color #A86DBF: hue angle of 283.17º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A86DBF is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168109191-
CMYK0.120.4300.25
HSL283.17º39.05%58.82%-
HSV(B)283.17º42.93%74.9%-
XYZ31.0223.0252.1-
YUV135.99159.05150.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.90%
GREEN value IS 109 (42.97% from 255) = 23.29%
BLUE value IS 191 (75% from 255) = 40.81%
R=35.90%
G=23.29%
B=40.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681091910.120.4300.25283.1739.0558.82
HexA86DBFC2B01911b273b
Octal25015527714530314334773
Binary101010001101101101111111100101011011001100011011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86DBF; }

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

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

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

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

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

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

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

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