#a663df

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

Shades of Amethyst #A663DF

Tints of Amethyst #A663DF

Color information

#A663DF (or 0xA663DF) is unknown color: approx Amethyst. HEX triplet: A6, 63 and DF. RGB value is (166,99,223). Sum of RGB (Red+Green+Blue) = 166+99+223=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #A663DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A663DF is #599C20. Grayscale: #848484. Windows color (decimal): -5872673 or 14640038. OLE color: 14640038.

HSL color Cylindrical-coordinate representation of color #A663DF: hue angle of 272.42º 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 #A663DF is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16699223-
CMYK0.260.5600.13
HSL272.42º65.96%63.14%-
HSV(B)272.42º55.61%87.45%-
XYZ33.5122.3672.36-
YUV133.17178.7151.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.02%
GREEN value IS 99 (39.06% from 255) = 20.29%
BLUE value IS 223 (87.5% from 255) = 45.70%
R=34.02%
G=20.29%
B=45.70%

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
Decimal166992230.260.5600.13272.4265.9663.14
HexA663DF1A380D110423f
Octal246143337327001542010277
Binary1010011011000111101111111010111000011011000100001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a663df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a663df; }

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

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

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

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

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

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

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

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