#A864D9

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

Shades of Amethyst #A864D9

Tints of Amethyst #A864D9

Color information

#A864D9 (or 0xA864D9) is unknown color: approx Amethyst. HEX triplet: A8, 64 and D9. RGB value is (168,100,217). Sum of RGB (Red+Green+Blue) = 168+100+217=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #A864D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A864D9 is #579B26. Grayscale: #858585. Windows color (decimal): -5741351 or 14247080. OLE color: 14247080.

HSL color Cylindrical-coordinate representation of color #A864D9: hue angle of 274.87º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A864D9 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB168100217-
CMYK0.230.5400.15
HSL274.87º60.62%62.16%-
HSV(B)274.87º53.92%85.1%-
XYZ33.2322.4568.23-
YUV133.67175.03152.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.64%
GREEN value IS 100 (39.45% from 255) = 20.62%
BLUE value IS 217 (85.16% from 255) = 44.74%
R=34.64%
G=20.62%
B=44.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1681002170.230.5400.15274.8760.6262.16
HexA864D917360F1133d3e
Octal25014433127660174237576
Binary101010001100100110110011011111011001111100010011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A864D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A864D9; }

 p { color: rgb(168,100,217); }

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

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

 a { background-color: rgb(168,100,217); }

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

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

 span { border-color: rgb(168,100,217); }

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