#A86FC0

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

Shades of Amethyst #A86FC0

Tints of Amethyst #A86FC0

Color information

#A86FC0 (or 0xA86FC0) is unknown color: approx Amethyst. HEX triplet: A8, 6F and C0. RGB value is (168,111,192). Sum of RGB (Red+Green+Blue) = 168+111+192=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 192 - color contains mainly: blue. Hex color #A86FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86FC0 is #57903F. Grayscale: #898989. Windows color (decimal): -5738560 or 12611496. OLE color: 12611496.

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

Color convert

RGB168111192-
CMYK0.120.4200.25
HSL282.22º39.13%59.41%-
HSV(B)282.22º42.19%75.29%-
XYZ31.3523.552.75-
YUV137.28158.88149.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.67%
GREEN value IS 111 (43.75% from 255) = 23.57%
BLUE value IS 192 (75.39% from 255) = 40.76%
R=35.67%
G=23.57%
B=40.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681111920.120.4200.25282.2239.1359.41
HexA86FC0C2A01911a273b
Octal25015730014520314324773
Binary101010001101111110000001100101010011001100011010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86FC0; }

 p { color: rgb(168,111,192); }

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

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

 a { background-color: rgb(168,111,192); }

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

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

 span { border-color: rgb(168,111,192); }

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