#A86BCE

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

Shades of Amethyst #A86BCE

Tints of Amethyst #A86BCE

Color information

#A86BCE (or 0xA86BCE) is unknown color: approx Amethyst. HEX triplet: A8, 6B and CE. RGB value is (168,107,206). Sum of RGB (Red+Green+Blue) = 168+107+206=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #A86BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86BCE is #579431. Grayscale: #888888. Windows color (decimal): -5739570 or 13527976. OLE color: 13527976.

HSL color Cylindrical-coordinate representation of color #A86BCE: hue angle of 276.97º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A86BCE is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB168107206-
CMYK0.180.4800.19
HSL276.97º50.25%61.37%-
HSV(B)276.97º48.06%80.78%-
XYZ32.5523.361.17-
YUV136.52167.21150.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.93%
GREEN value IS 107 (42.19% from 255) = 22.25%
BLUE value IS 206 (80.86% from 255) = 42.83%
R=34.93%
G=22.25%
B=42.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681072060.180.4800.19276.9750.2561.37
HexA86BCE1230013115323d
Octal25015331622600234256275
Binary1010100011010111100111010010110000010011100010101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86BCE; }

 p { color: rgb(168,107,206); }

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

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

 a { background-color: rgb(168,107,206); }

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

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

 span { border-color: rgb(168,107,206); }

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