#A865D1

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

Shades of Amethyst #A865D1

Tints of Amethyst #A865D1

Color information

#A865D1 (or 0xA865D1) is unknown color: approx Amethyst. HEX triplet: A8, 65 and D1. RGB value is (168,101,209). Sum of RGB (Red+Green+Blue) = 168+101+209=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 209 - color contains mainly: blue. Hex color #A865D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A865D1 is #579A2E. Grayscale: #848484. Windows color (decimal): -5741103 or 13723048. OLE color: 13723048.

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

Color convert

RGB168101209-
CMYK0.200.5200.18
HSL277.22º54%60.78%-
HSV(B)277.22º51.67%81.96%-
XYZ32.3122.2462.91-
YUV133.34170.7152.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.15%
GREEN value IS 101 (39.84% from 255) = 21.13%
BLUE value IS 209 (82.03% from 255) = 43.72%
R=35.15%
G=21.13%
B=43.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1681012090.200.5200.18277.225460.78
HexA865D11434012115363d
Octal25014532124640224256675
Binary1010100011001011101000110100110100010010100010101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A865D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A865D1; }

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

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

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

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

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

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

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

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