#A366DD

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

Shades of Amethyst #A366DD

Tints of Amethyst #A366DD

Color information

#A366DD (or 0xA366DD) is unknown color: approx Amethyst. HEX triplet: A3, 66 and DD. RGB value is (163,102,221). Sum of RGB (Red+Green+Blue) = 163+102+221=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 102 (40.23% from 255 or 20.99% 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 #A366DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A366DD is #5C9922. Grayscale: #858585. Windows color (decimal): -6068515 or 14509731. OLE color: 14509731.

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

Color convert

RGB163102221-
CMYK0.260.5400.13
HSL270.76º63.64%63.33%-
HSV(B)270.76º53.85%86.67%-
XYZ32.9122.5171.02-
YUV133.8177.21148.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.54%
GREEN value IS 102 (40.23% from 255) = 20.99%
BLUE value IS 221 (86.72% from 255) = 45.47%
R=33.54%
G=20.99%
B=45.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631022210.260.5400.13270.7663.6463.33
HexA366DD1A360D10f403f
Octal243146335326601541710077
Binary1010001111001101101110111010110110011011000011111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A366DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A366DD; }

 p { color: rgb(163,102,221); }

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

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

 a { background-color: rgb(163,102,221); }

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

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

 span { border-color: rgb(163,102,221); }

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