Shades of Amethyst #A366D5
Tints of Amethyst #A366D5
RGB
CMYK
RGB Variations
Color information
#A366D5 (or 0xA366D5) is known color: Amethyst. HEX triplet: A3, 66 and D5. RGB value is (163,102,213). Sum of RGB (Red+Green+Blue) = 163+102+213=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 213 (83.59% from 255 or 44.56% from 478); Max value from RGB is 213 - color contains mainly: blue. Hex color #A366D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A366D5 is #5C992A. Grayscale: #848484. Windows color (decimal): -6068523 or 13985443. OLE color: 13985443.
HSL color Cylindrical-coordinate representation of color #A366D5: hue angle of 272.97º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A366D5 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 102 | 213 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.16 |
| HSL | 272.97º | 0.57% | 0.62% | - |
| HSV(B) | 272.97º | 0.52% | 0.84% | - |
| XYZ | 31.87 | 22.09 | 65.54 | - |
| YUV | 132.89 | 173.21 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 213 | 0.23 | 0.52 | 0 | 0.16 | 272.97 | 0.57 | 0.62 |
| Hex | A3 | 66 | D5 | 17 | 34 | 0 | 10 | 111 | 39 | 3E |
| Octal | 243 | 146 | 325 | 27 | 64 | 0 | 20 | 421 | 71 | 76 |
| Binary | 10100011 | 1100110 | 11010101 | 10111 | 110100 | 0 | 10000 | 100010001 | 111001 | 111110 |
Color Harmonies of #A366D5
Complementary color
Monochromatic Colors of #A366D5
Black with #A366D5
Text Example
Text Example
White with #A366D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A366D5; }
p { color: rgb(163,102,213); }
H1.HeaderClassName
{
color: #A366D5;
}
.AnyTagClassName
{
color: #A366D5;
}
</style>
background-color css
<style>
a { background-color: #A366D5; }
a { background-color: rgb(163,102,213); }
div.DivClassName
{
background-color: #A366D5;
}
.BgClassName
{
background-color: #A366D5;
}
</style>
border-color css
<style>
span { border-color: #A366D5; }
span { border-color: rgb(163,102,213); }
td.TdClassName
{
border-color: #A366D5;
}
.TagClassName
{
border-color: #A366D5;
}
</style>