Shades of Amethyst #AA5FDB
Tints of Amethyst #AA5FDB
RGB
CMYK
RGB Variations
Color information
#AA5FDB (or 0xAA5FDB) is known color: Amethyst. HEX triplet: AA, 5F and DB. RGB value is (170,95,219). Sum of RGB (Red+Green+Blue) = 170+95+219=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA5FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5FDB is #55A024. Grayscale: #838383. Windows color (decimal): -5611557 or 14376874. OLE color: 14376874.
HSL color Cylindrical-coordinate representation of color #AA5FDB: hue angle of 276.29º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA5FDB is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 95 | 219 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.14 |
| HSL | 276.29º | 0.63% | 0.62% | - |
| HSV(B) | 276.29º | 0.57% | 0.86% | - |
| XYZ | 33.46 | 21.84 | 69.47 | - |
| YUV | 131.56 | 177.35 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 95 | 219 | 0.22 | 0.57 | 0 | 0.14 | 276.29 | 0.63 | 0.62 |
| Hex | AA | 5F | DB | 16 | 39 | 0 | E | 114 | 3F | 3E |
| Octal | 252 | 137 | 333 | 26 | 71 | 0 | 16 | 424 | 77 | 76 |
| Binary | 10101010 | 1011111 | 11011011 | 10110 | 111001 | 0 | 1110 | 100010100 | 111111 | 111110 |
Color Harmonies of #AA5FDB
Complementary color
Monochromatic Colors of #AA5FDB
Black with #AA5FDB
Text Example
Text Example
White with #AA5FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5FDB; }
p { color: rgb(170,95,219); }
H1.HeaderClassName
{
color: #AA5FDB;
}
.AnyTagClassName
{
color: #AA5FDB;
}
</style>
background-color css
<style>
a { background-color: #AA5FDB; }
a { background-color: rgb(170,95,219); }
div.DivClassName
{
background-color: #AA5FDB;
}
.BgClassName
{
background-color: #AA5FDB;
}
</style>
border-color css
<style>
span { border-color: #AA5FDB; }
span { border-color: rgb(170,95,219); }
td.TdClassName
{
border-color: #AA5FDB;
}
.TagClassName
{
border-color: #AA5FDB;
}
</style>