#A663DD

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

Shades of Amethyst #A663DD

Tints of Amethyst #A663DD

Color information

#A663DD (or 0xA663DD) is unknown color: approx Amethyst. HEX triplet: A6, 63 and DD. RGB value is (166,99,221). Sum of RGB (Red+Green+Blue) = 166+99+221=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #A663DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A663DD is #599C22. Grayscale: #848484. Windows color (decimal): -5872675 or 14508966. OLE color: 14508966.

HSL color Cylindrical-coordinate representation of color #A663DD: hue angle of 272.95º degrees, saturation: 0.64, 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 #A663DD is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16699221-
CMYK0.250.5500.13
HSL272.95º64.21%62.75%-
HSV(B)272.95º55.2%86.67%-
XYZ33.2422.2570.95-
YUV132.94177.7151.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.16%
GREEN value IS 99 (39.06% from 255) = 20.37%
BLUE value IS 221 (86.72% from 255) = 45.47%
R=34.16%
G=20.37%
B=45.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal166992210.250.5500.13272.9564.2162.75
HexA663DD19370D111403f
Octal246143335316701542110077
Binary1010011011000111101110111001110111011011000100011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A663DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A663DD; }

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

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

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

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

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

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

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

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