#a469d0

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

Shades of Amethyst #A469D0

Tints of Amethyst #A469D0

Color information

#A469D0 (or 0xA469D0) is unknown color: approx Amethyst. HEX triplet: A4, 69 and D0. RGB value is (164,105,208). Sum of RGB (Red+Green+Blue) = 164+105+208=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #A469D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A469D0 is #5B962F. Grayscale: #868686. Windows color (decimal): -6002224 or 13658532. OLE color: 13658532.

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

Color convert

RGB164105208-
CMYK0.210.5000.18
HSL274.37º52.28%61.37%-
HSV(B)274.37º49.52%81.57%-
XYZ31.7522.5562.35-
YUV134.38169.55149.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.38%
GREEN value IS 105 (41.41% from 255) = 22.01%
BLUE value IS 208 (81.64% from 255) = 43.61%
R=34.38%
G=22.01%
B=43.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1641052080.210.5000.18274.3752.2861.37
HexA469D01532012112343d
Octal24415132025620224226475
Binary1010010011010011101000010101110010010010100010010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a469d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a469d0; }

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

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

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

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

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

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

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

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