#A460D1

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

Shades of Amethyst #A460D1

Tints of Amethyst #A460D1

Color information

#A460D1 (or 0xA460D1) is unknown color: approx Amethyst. HEX triplet: A4, 60 and D1. RGB value is (164,96,209). Sum of RGB (Red+Green+Blue) = 164+96+209=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 209 - color contains mainly: blue. Hex color #A460D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A460D1 is #5B9F2E. Grayscale: #808080. Windows color (decimal): -6004527 or 13721764. OLE color: 13721764.

HSL color Cylindrical-coordinate representation of color #A460D1: hue angle of 276.11º 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 #A460D1 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16496209-
CMYK0.220.5400.18
HSL276.11º55.12%59.8%-
HSV(B)276.11º54.07%81.96%-
XYZ3120.8662.71-
YUV129.21173.03152.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.97%
GREEN value IS 96 (37.89% from 255) = 20.47%
BLUE value IS 209 (82.03% from 255) = 44.56%
R=34.97%
G=20.47%
B=44.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal164962090.220.5400.18276.1155.1259.8
HexA460D11636012114373c
Octal24414032126660224246774
Binary1010010011000001101000110110110110010010100010100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A460D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A460D1; }

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

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

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

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

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

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

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

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