#A46CD1

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

Shades of Amethyst #A46CD1

Tints of Amethyst #A46CD1

Color information

#A46CD1 (or 0xA46CD1) is unknown color: approx Amethyst. HEX triplet: A4, 6C and D1. RGB value is (164,108,209). Sum of RGB (Red+Green+Blue) = 164+108+209=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 108 (42.58% from 255 or 22.45% 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 #A46CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46CD1 is #5B932E. Grayscale: #878787. Windows color (decimal): -6001455 or 13724836. OLE color: 13724836.

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

Color convert

RGB164108209-
CMYK0.220.4800.18
HSL273.27º52.33%62.16%-
HSV(B)273.27º48.33%81.96%-
XYZ32.1823.2263.11-
YUV136.26169.05147.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.10%
GREEN value IS 108 (42.58% from 255) = 22.45%
BLUE value IS 209 (82.03% from 255) = 43.45%
R=34.10%
G=22.45%
B=43.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1641082090.220.4800.18273.2752.3362.16
HexA46CD11630012111343e
Octal24415432126600224216476
Binary1010010011011001101000110110110000010010100010001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46CD1; }

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

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

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

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

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

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

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

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