#A469D1

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

Shades of Amethyst #A469D1

Tints of Amethyst #A469D1

Color information

#A469D1 (or 0xA469D1) is unknown color: approx Amethyst. HEX triplet: A4, 69 and D1. RGB value is (164,105,209). Sum of RGB (Red+Green+Blue) = 164+105+209=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 209 - color contains mainly: blue. Hex color #A469D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A469D1 is #5B962E. Grayscale: #868686. Windows color (decimal): -6002223 or 13724068. OLE color: 13724068.

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

Color convert

RGB164105209-
CMYK0.220.5000.18
HSL274.04º53.06%61.57%-
HSV(B)274.04º49.76%81.96%-
XYZ31.8722.663-
YUV134.5170.05149.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.31%
GREEN value IS 105 (41.41% from 255) = 21.97%
BLUE value IS 209 (82.03% from 255) = 43.72%
R=34.31%
G=21.97%
B=43.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1641052090.220.5000.18274.0453.0661.57
HexA469D11632012112353e
Octal24415132126620224226576
Binary1010010011010011101000110110110010010010100010010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A469D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A469D1; }

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

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

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

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

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

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

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

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