Shades of Amethyst #AA5FDF
Tints of Amethyst #AA5FDF
RGB
CMYK
RGB Variations
Color information
#AA5FDF (or 0xAA5FDF) is known color: Amethyst. HEX triplet: AA, 5F and DF. RGB value is (170,95,223). Sum of RGB (Red+Green+Blue) = 170+95+223=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 95 (37.5% from 255 or 19.47% 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 #AA5FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5FDF is #55A020. Grayscale: #838383. Windows color (decimal): -5611553 or 14639018. OLE color: 14639018.
HSL color Cylindrical-coordinate representation of color #AA5FDF: hue angle of 275.16º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA5FDF is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 95 | 223 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.13 |
| HSL | 275.16º | 0.67% | 0.62% | - |
| HSV(B) | 275.16º | 0.57% | 0.87% | - |
| XYZ | 33.99 | 22.06 | 72.28 | - |
| YUV | 132.02 | 179.35 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 95 | 223 | 0.24 | 0.57 | 0 | 0.13 | 275.16 | 0.67 | 0.62 |
| Hex | AA | 5F | DF | 18 | 39 | 0 | D | 113 | 43 | 3E |
| Octal | 252 | 137 | 337 | 30 | 71 | 0 | 15 | 423 | 103 | 76 |
| Binary | 10101010 | 1011111 | 11011111 | 11000 | 111001 | 0 | 1101 | 100010011 | 1000011 | 111110 |
Color Harmonies of #AA5FDF
Complementary color
Monochromatic Colors of #AA5FDF
Black with #AA5FDF
Text Example
Text Example
White with #AA5FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5FDF; }
p { color: rgb(170,95,223); }
H1.HeaderClassName
{
color: #AA5FDF;
}
.AnyTagClassName
{
color: #AA5FDF;
}
</style>
background-color css
<style>
a { background-color: #AA5FDF; }
a { background-color: rgb(170,95,223); }
div.DivClassName
{
background-color: #AA5FDF;
}
.BgClassName
{
background-color: #AA5FDF;
}
</style>
border-color css
<style>
span { border-color: #AA5FDF; }
span { border-color: rgb(170,95,223); }
td.TdClassName
{
border-color: #AA5FDF;
}
.TagClassName
{
border-color: #AA5FDF;
}
</style>