Shades of Amethyst #A975DC
Tints of Amethyst #A975DC
RGB
CMYK
RGB Variations
Color information
#A975DC (or 0xA975DC) is known color: Amethyst. HEX triplet: A9, 75 and DC. RGB value is (169,117,220). Sum of RGB (Red+Green+Blue) = 169+117+220=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #A975DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A975DC is #568A23. Grayscale: #8F8F8F. Windows color (decimal): -5671460 or 14448041. OLE color: 14448041.
HSL color Cylindrical-coordinate representation of color #A975DC: hue angle of 270.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A975DC is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 117 | 220 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.14 |
| HSL | 270.29º | 0.6% | 0.66% | - |
| HSV(B) | 270.29º | 0.47% | 0.86% | - |
| XYZ | 35.64 | 26.32 | 70.91 | - |
| YUV | 144.29 | 170.73 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 117 | 220 | 0.23 | 0.47 | 0 | 0.14 | 270.29 | 0.6 | 0.66 |
| Hex | A9 | 75 | DC | 17 | 2F | 0 | E | 10E | 3C | 42 |
| Octal | 251 | 165 | 334 | 27 | 57 | 0 | 16 | 416 | 74 | 102 |
| Binary | 10101001 | 1110101 | 11011100 | 10111 | 101111 | 0 | 1110 | 100001110 | 111100 | 1000010 |
Color Harmonies of #A975DC
Complementary color
Monochromatic Colors of #A975DC
Black with #A975DC
Text Example
Text Example
White with #A975DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A975DC; }
p { color: rgb(169,117,220); }
H1.HeaderClassName
{
color: #A975DC;
}
.AnyTagClassName
{
color: #A975DC;
}
</style>
background-color css
<style>
a { background-color: #A975DC; }
a { background-color: rgb(169,117,220); }
div.DivClassName
{
background-color: #A975DC;
}
.BgClassName
{
background-color: #A975DC;
}
</style>
border-color css
<style>
span { border-color: #A975DC; }
span { border-color: rgb(169,117,220); }
td.TdClassName
{
border-color: #A975DC;
}
.TagClassName
{
border-color: #A975DC;
}
</style>