#A46FD8

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

Shades of Amethyst #A46FD8

Tints of Amethyst #A46FD8

Color information

#A46FD8 (or 0xA46FD8) is unknown color: approx Amethyst. HEX triplet: A4, 6F and D8. RGB value is (164,111,216). Sum of RGB (Red+Green+Blue) = 164+111+216=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 216 - color contains mainly: blue. Hex color #A46FD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46FD8 is #5B9027. Grayscale: #8A8A8A. Windows color (decimal): -6000680 or 14184356. OLE color: 14184356.

HSL color Cylindrical-coordinate representation of color #A46FD8: hue angle of 270.29º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A46FD8 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB164111216-
CMYK0.240.4900.15
HSL270.29º57.38%64.12%-
HSV(B)270.29º48.61%84.71%-
XYZ33.3924.2267.88-
YUV138.82171.56145.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.40%
GREEN value IS 111 (43.75% from 255) = 22.61%
BLUE value IS 216 (84.77% from 255) = 43.99%
R=33.40%
G=22.61%
B=43.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641112160.240.4900.15270.2957.3864.12
HexA46FD818310F10e3940
Octal244157330306101741671100
Binary1010010011011111101100011000110001011111000011101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46FD8; }

 p { color: rgb(164,111,216); }

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

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

 a { background-color: rgb(164,111,216); }

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

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

 span { border-color: rgb(164,111,216); }

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