#A469D8

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

Shades of Amethyst #A469D8

Tints of Amethyst #A469D8

Color information

#A469D8 (or 0xA469D8) is unknown color: approx Amethyst. HEX triplet: A4, 69 and D8. RGB value is (164,105,216). Sum of RGB (Red+Green+Blue) = 164+105+216=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #A469D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A469D8 is #5B9627. Grayscale: #868686. Windows color (decimal): -6002216 or 14182820. OLE color: 14182820.

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

Color convert

RGB164105216-
CMYK0.240.5100.15
HSL271.89º58.73%62.94%-
HSV(B)271.89º51.39%84.71%-
XYZ32.7622.9567.67-
YUV135.29173.55148.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.81%
GREEN value IS 105 (41.41% from 255) = 21.65%
BLUE value IS 216 (84.77% from 255) = 44.54%
R=33.81%
G=21.65%
B=44.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641052160.240.5100.15271.8958.7362.94
HexA469D818330F1103b3f
Octal24415133030630174207377
Binary101001001101001110110001100011001101111100010000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A469D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A469D8; }

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

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

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

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

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

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

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

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