#A264DF

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

Shades of Amethyst #A264DF

Tints of Amethyst #A264DF

Color information

#A264DF (or 0xA264DF) is unknown color: approx Amethyst. HEX triplet: A2, 64 and DF. RGB value is (162,100,223). Sum of RGB (Red+Green+Blue) = 162+100+223=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #A264DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A264DF is #5D9B20. Grayscale: #848484. Windows color (decimal): -6134561 or 14640290. OLE color: 14640290.

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

Color convert

RGB162100223-
CMYK0.270.5500.13
HSL270.24º65.78%63.33%-
HSV(B)270.24º55.16%87.45%-
XYZ32.7822.1272.35-
YUV132.56179.04149-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.40%
GREEN value IS 100 (39.45% from 255) = 20.62%
BLUE value IS 223 (87.5% from 255) = 45.98%
R=33.40%
G=20.62%
B=45.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621002230.270.5500.13270.2465.7863.33
HexA264DF1B370D10e423f
Octal242144337336701541610277
Binary1010001011001001101111111011110111011011000011101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A264DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A264DF; }

 p { color: rgb(162,100,223); }

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

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

 a { background-color: rgb(162,100,223); }

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

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

 span { border-color: rgb(162,100,223); }

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