#A468D1

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

Shades of Amethyst #A468D1

Tints of Amethyst #A468D1

Color information

#A468D1 (or 0xA468D1) is unknown color: approx Amethyst. HEX triplet: A4, 68 and D1. RGB value is (164,104,209). Sum of RGB (Red+Green+Blue) = 164+104+209=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 209 - color contains mainly: blue. Hex color #A468D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A468D1 is #5B972E. Grayscale: #858585. Windows color (decimal): -6002479 or 13723812. OLE color: 13723812.

HSL color Cylindrical-coordinate representation of color #A468D1: hue angle of 274.29º degrees, saturation: 0.53, 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 #A468D1 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB164104209-
CMYK0.220.5000.18
HSL274.29º53.3%61.37%-
HSV(B)274.29º50.24%81.96%-
XYZ31.7722.462.97-
YUV133.91170.38149.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.38%
GREEN value IS 104 (41.02% from 255) = 21.80%
BLUE value IS 209 (82.03% from 255) = 43.82%
R=34.38%
G=21.80%
B=43.82%

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
Decimal1641042090.220.5000.18274.2953.361.37
HexA468D11632012112353d
Octal24415032126620224226575
Binary1010010011010001101000110110110010010010100010010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A468D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A468D1; }

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

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

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

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

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

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

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

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