#A868D1

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

Shades of Amethyst #A868D1

Tints of Amethyst #A868D1

Color information

#A868D1 (or 0xA868D1) is unknown color: approx Amethyst. HEX triplet: A8, 68 and D1. RGB value is (168,104,209). Sum of RGB (Red+Green+Blue) = 168+104+209=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #A868D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A868D1 is #57972E. Grayscale: #868686. Windows color (decimal): -5740335 or 13723816. OLE color: 13723816.

HSL color Cylindrical-coordinate representation of color #A868D1: hue angle of 276.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A868D1 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB168104209-
CMYK0.200.5000.18
HSL276.57º53.3%61.37%-
HSV(B)276.57º50.24%81.96%-
XYZ32.6122.8363.01-
YUV135.11169.7151.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.93%
GREEN value IS 104 (41.02% from 255) = 21.62%
BLUE value IS 209 (82.03% from 255) = 43.45%
R=34.93%
G=21.62%
B=43.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1681042090.200.5000.18276.5753.361.37
HexA868D11432012115353d
Octal25015032124620224256575
Binary1010100011010001101000110100110010010010100010101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A868D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A868D1; }

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

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

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

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

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

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

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

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