#A86ECC

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

Shades of Amethyst #A86ECC

Tints of Amethyst #A86ECC

Color information

#A86ECC (or 0xA86ECC) is unknown color: approx Amethyst. HEX triplet: A8, 6E and CC. RGB value is (168,110,204). Sum of RGB (Red+Green+Blue) = 168+110+204=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #A86ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86ECC is #579133. Grayscale: #898989. Windows color (decimal): -5738804 or 13397672. OLE color: 13397672.

HSL color Cylindrical-coordinate representation of color #A86ECC: hue angle of 277.02º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A86ECC is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB168110204-
CMYK0.180.4600.2
HSL277.02º47.96%61.57%-
HSV(B)277.02º46.08%80%-
XYZ32.6223.8460.01-
YUV138.06165.22149.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.85%
GREEN value IS 110 (43.36% from 255) = 22.82%
BLUE value IS 204 (80.08% from 255) = 42.32%
R=34.85%
G=22.82%
B=42.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1681102040.180.4600.2277.0247.9661.57
HexA86ECC122E014115303e
Octal25015631422560244256076
Binary1010100011011101100110010010101110010100100010101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86ECC; }

 p { color: rgb(168,110,204); }

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

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

 a { background-color: rgb(168,110,204); }

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

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

 span { border-color: rgb(168,110,204); }

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