#A864E3

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

Shades of Amethyst #A864E3

Tints of Amethyst #A864E3

Color information

#A864E3 (or 0xA864E3) is unknown color: approx Amethyst. HEX triplet: A8, 64 and E3. RGB value is (168,100,227). Sum of RGB (Red+Green+Blue) = 168+100+227=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 227 - color contains mainly: blue. Hex color #A864E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A864E3 is #579B1C. Grayscale: #868686. Windows color (decimal): -5741341 or 14902440. OLE color: 14902440.

HSL color Cylindrical-coordinate representation of color #A864E3: hue angle of 272.13º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A864E3 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB168100227-
CMYK0.260.5600.11
HSL272.13º69.4%64.12%-
HSV(B)272.13º55.95%89.02%-
XYZ34.5722.9975.29-
YUV134.81180.03151.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.94%
GREEN value IS 100 (39.45% from 255) = 20.20%
BLUE value IS 227 (89.06% from 255) = 45.86%
R=33.94%
G=20.20%
B=45.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1681002270.260.5600.11272.1369.464.12
HexA864E31A380B1104540
Octal2501443433270013420105100
Binary10101000110010011100011110101110000101110001000010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A864E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A864E3; }

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

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

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

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

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

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

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

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