Shades of Amethyst #AA67CF
Tints of Amethyst #AA67CF
RGB
CMYK
RGB Variations
Color information
#AA67CF (or 0xAA67CF) is known color: Amethyst. HEX triplet: AA, 67 and CF. RGB value is (170,103,207). Sum of RGB (Red+Green+Blue) = 170+103+207=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA67CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA67CF is #559830. Grayscale: #868686. Windows color (decimal): -5609521 or 13592490. OLE color: 13592490.
HSL color Cylindrical-coordinate representation of color #AA67CF: hue angle of 278.65º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA67CF is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 103 | 207 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.19 |
| HSL | 278.65º | 0.52% | 0.61% | - |
| HSV(B) | 278.65º | 0.5% | 0.81% | - |
| XYZ | 32.69 | 22.75 | 61.7 | - |
| YUV | 134.89 | 168.7 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 207 | 0.18 | 0.50 | 0 | 0.19 | 278.65 | 0.52 | 0.61 |
| Hex | AA | 67 | CF | 12 | 32 | 0 | 13 | 117 | 34 | 3D |
| Octal | 252 | 147 | 317 | 22 | 62 | 0 | 23 | 427 | 64 | 75 |
| Binary | 10101010 | 1100111 | 11001111 | 10010 | 110010 | 0 | 10011 | 100010111 | 110100 | 111101 |
Color Harmonies of #AA67CF
Complementary color
Monochromatic Colors of #AA67CF
Black with #AA67CF
Text Example
Text Example
White with #AA67CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA67CF; }
p { color: rgb(170,103,207); }
H1.HeaderClassName
{
color: #AA67CF;
}
.AnyTagClassName
{
color: #AA67CF;
}
</style>
background-color css
<style>
a { background-color: #AA67CF; }
a { background-color: rgb(170,103,207); }
div.DivClassName
{
background-color: #AA67CF;
}
.BgClassName
{
background-color: #AA67CF;
}
</style>
border-color css
<style>
span { border-color: #AA67CF; }
span { border-color: rgb(170,103,207); }
td.TdClassName
{
border-color: #AA67CF;
}
.TagClassName
{
border-color: #AA67CF;
}
</style>