#A46DD2

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

Shades of Amethyst #A46DD2

Tints of Amethyst #A46DD2

Color information

#A46DD2 (or 0xA46DD2) is unknown color: approx Amethyst. HEX triplet: A4, 6D and D2. RGB value is (164,109,210). Sum of RGB (Red+Green+Blue) = 164+109+210=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 210 (82.42% from 255 or 43.48% from 483); Max value from RGB is 210 - color contains mainly: blue. Hex color #A46DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46DD2 is #5B922D. Grayscale: #888888. Windows color (decimal): -6001198 or 13790628. OLE color: 13790628.

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

Color convert

RGB164109210-
CMYK0.220.4800.18
HSL272.67º52.88%62.55%-
HSV(B)272.67º48.1%82.35%-
XYZ32.4123.4863.8-
YUV136.96169.22147.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.95%
GREEN value IS 109 (42.97% from 255) = 22.57%
BLUE value IS 210 (82.42% from 255) = 43.48%
R=33.95%
G=22.57%
B=43.48%

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
Decimal1641092100.220.4800.18272.6752.8862.55
HexA46DD21630012111353f
Octal24415532226600224216577
Binary1010010011011011101001010110110000010010100010001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46DD2; }

 p { color: rgb(164,109,210); }

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

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

 a { background-color: rgb(164,109,210); }

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

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

 span { border-color: rgb(164,109,210); }

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