#A860D1

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

Shades of Amethyst #A860D1

Tints of Amethyst #A860D1

Color information

#A860D1 (or 0xA860D1) is unknown color: approx Amethyst. HEX triplet: A8, 60 and D1. RGB value is (168,96,209). Sum of RGB (Red+Green+Blue) = 168+96+209=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 209 - color contains mainly: blue. Hex color #A860D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A860D1 is #579F2E. Grayscale: #828282. Windows color (decimal): -5742383 or 13721768. OLE color: 13721768.

HSL color Cylindrical-coordinate representation of color #A860D1: hue angle of 278.23º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A860D1 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16896209-
CMYK0.200.5400.18
HSL278.23º55.12%59.8%-
HSV(B)278.23º54.07%81.96%-
XYZ31.8421.2962.75-
YUV130.41172.35154.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.52%
GREEN value IS 96 (37.89% from 255) = 20.30%
BLUE value IS 209 (82.03% from 255) = 44.19%
R=35.52%
G=20.30%
B=44.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal168962090.200.5400.18278.2355.1259.8
HexA860D11436012116373c
Octal25014032124660224266774
Binary1010100011000001101000110100110110010010100010110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A860D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A860D1; }

 p { color: rgb(168,96,209); }

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

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

 a { background-color: rgb(168,96,209); }

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

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

 span { border-color: rgb(168,96,209); }

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