#A870D1

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

Shades of Amethyst #A870D1

Tints of Amethyst #A870D1

Color information

#A870D1 (or 0xA870D1) is unknown color: approx Amethyst. HEX triplet: A8, 70 and D1. RGB value is (168,112,209). Sum of RGB (Red+Green+Blue) = 168+112+209=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 209 - color contains mainly: blue. Hex color #A870D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A870D1 is #578F2E. Grayscale: #8B8B8B. Windows color (decimal): -5738287 or 13725864. OLE color: 13725864.

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

Color convert

RGB168112209-
CMYK0.200.4600.18
HSL274.64º51.32%62.94%-
HSV(B)274.64º46.41%81.96%-
XYZ33.4524.5263.29-
YUV139.8167.05148.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.36%
GREEN value IS 112 (44.14% from 255) = 22.90%
BLUE value IS 209 (82.03% from 255) = 42.74%
R=34.36%
G=22.90%
B=42.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1681122090.200.4600.18274.6451.3262.94
HexA870D1142E012113333f
Octal25016032124560224236377
Binary1010100011100001101000110100101110010010100010011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A870D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A870D1; }

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

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

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

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

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

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

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

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