Shades of Amethyst #A970CF
Tints of Amethyst #A970CF
RGB
CMYK
RGB Variations
Color information
#A970CF (or 0xA970CF) is known color: Amethyst. HEX triplet: A9, 70 and CF. RGB value is (169,112,207). Sum of RGB (Red+Green+Blue) = 169+112+207=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #A970CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A970CF is #568F30. Grayscale: #8B8B8B. Windows color (decimal): -5672753 or 13594793. OLE color: 13594793.
HSL color Cylindrical-coordinate representation of color #A970CF: hue angle of 276º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A970CF is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 112 | 207 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.19 |
| HSL | 276º | 0.5% | 0.63% | - |
| HSV(B) | 276º | 0.46% | 0.81% | - |
| XYZ | 33.42 | 24.53 | 62 | - |
| YUV | 139.87 | 165.88 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 207 | 0.18 | 0.46 | 0 | 0.19 | 276 | 0.5 | 0.63 |
| Hex | A9 | 70 | CF | 12 | 2E | 0 | 13 | 114 | 32 | 3F |
| Octal | 251 | 160 | 317 | 22 | 56 | 0 | 23 | 424 | 62 | 77 |
| Binary | 10101001 | 1110000 | 11001111 | 10010 | 101110 | 0 | 10011 | 100010100 | 110010 | 111111 |
Color Harmonies of #A970CF
Complementary color
Monochromatic Colors of #A970CF
Black with #A970CF
Text Example
Text Example
White with #A970CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A970CF; }
p { color: rgb(169,112,207); }
H1.HeaderClassName
{
color: #A970CF;
}
.AnyTagClassName
{
color: #A970CF;
}
</style>
background-color css
<style>
a { background-color: #A970CF; }
a { background-color: rgb(169,112,207); }
div.DivClassName
{
background-color: #A970CF;
}
.BgClassName
{
background-color: #A970CF;
}
</style>
border-color css
<style>
span { border-color: #A970CF; }
span { border-color: rgb(169,112,207); }
td.TdClassName
{
border-color: #A970CF;
}
.TagClassName
{
border-color: #A970CF;
}
</style>