#A467D1

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

Shades of Amethyst #A467D1

Tints of Amethyst #A467D1

Color information

#A467D1 (or 0xA467D1) is unknown color: approx Amethyst. HEX triplet: A4, 67 and D1. RGB value is (164,103,209). Sum of RGB (Red+Green+Blue) = 164+103+209=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 209 - color contains mainly: blue. Hex color #A467D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A467D1 is #5B982E. Grayscale: #848484. Windows color (decimal): -6002735 or 13723556. OLE color: 13723556.

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

Color convert

RGB164103209-
CMYK0.220.5100.18
HSL274.53º53.54%61.18%-
HSV(B)274.53º50.72%81.96%-
XYZ31.6722.262.94-
YUV133.32170.71149.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.45%
GREEN value IS 103 (40.62% from 255) = 21.64%
BLUE value IS 209 (82.03% from 255) = 43.91%
R=34.45%
G=21.64%
B=43.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1641032090.220.5100.18274.5353.5461.18
HexA467D11633012113363d
Octal24414732126630224236675
Binary1010010011001111101000110110110011010010100010011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A467D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A467D1; }

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

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

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

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

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

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

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

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