Shades of Amethyst #A95FCD
Tints of Amethyst #A95FCD
RGB
CMYK
RGB Variations
Color information
#A95FCD (or 0xA95FCD) is known color: Amethyst. HEX triplet: A9, 5F and CD. RGB value is (169,95,205). Sum of RGB (Red+Green+Blue) = 169+95+205=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #A95FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A95FCD is #56A032. Grayscale: #818181. Windows color (decimal): -5677107 or 13459369. OLE color: 13459369.
HSL color Cylindrical-coordinate representation of color #A95FCD: hue angle of 280.36º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A95FCD is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 95 | 205 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.20 |
| HSL | 280.36º | 0.52% | 0.59% | - |
| HSV(B) | 280.36º | 0.54% | 0.8% | - |
| XYZ | 31.47 | 21.03 | 60.16 | - |
| YUV | 129.67 | 170.52 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 95 | 205 | 0.18 | 0.54 | 0 | 0.20 | 280.36 | 0.52 | 0.59 |
| Hex | A9 | 5F | CD | 12 | 36 | 0 | 14 | 118 | 34 | 3B |
| Octal | 251 | 137 | 315 | 22 | 66 | 0 | 24 | 430 | 64 | 73 |
| Binary | 10101001 | 1011111 | 11001101 | 10010 | 110110 | 0 | 10100 | 100011000 | 110100 | 111011 |
Color Harmonies of #A95FCD
Complementary color
Monochromatic Colors of #A95FCD
Black with #A95FCD
Text Example
Text Example
White with #A95FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95FCD; }
p { color: rgb(169,95,205); }
H1.HeaderClassName
{
color: #A95FCD;
}
.AnyTagClassName
{
color: #A95FCD;
}
</style>
background-color css
<style>
a { background-color: #A95FCD; }
a { background-color: rgb(169,95,205); }
div.DivClassName
{
background-color: #A95FCD;
}
.BgClassName
{
background-color: #A95FCD;
}
</style>
border-color css
<style>
span { border-color: #A95FCD; }
span { border-color: rgb(169,95,205); }
td.TdClassName
{
border-color: #A95FCD;
}
.TagClassName
{
border-color: #A95FCD;
}
</style>