#a463df

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

Shades of Amethyst #A463DF

Tints of Amethyst #A463DF

Color information

#A463DF (or 0xA463DF) is unknown color: approx Amethyst. HEX triplet: A4, 63 and DF. RGB value is (164,99,223). Sum of RGB (Red+Green+Blue) = 164+99+223=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #A463DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A463DF is #5B9C20. Grayscale: #848484. Windows color (decimal): -6003745 or 14640036. OLE color: 14640036.

HSL color Cylindrical-coordinate representation of color #A463DF: hue angle of 271.45º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A463DF is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16499223-
CMYK0.260.5600.13
HSL271.45º65.96%63.14%-
HSV(B)271.45º55.61%87.45%-
XYZ33.0922.1472.34-
YUV132.57179.03150.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.74%
GREEN value IS 99 (39.06% from 255) = 20.37%
BLUE value IS 223 (87.5% from 255) = 45.88%
R=33.74%
G=20.37%
B=45.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal164992230.260.5600.13271.4565.9663.14
HexA463DF1A380D10f423f
Octal244143337327001541710277
Binary1010010011000111101111111010111000011011000011111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a463df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a463df; }

 p { color: rgb(164,99,223); }

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

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

 a { background-color: rgb(164,99,223); }

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

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

 span { border-color: rgb(164,99,223); }

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