Shades of Amethyst #AA75CF
Tints of Amethyst #AA75CF
RGB
CMYK
RGB Variations
Color information
#AA75CF (or 0xAA75CF) is known color: Amethyst. HEX triplet: AA, 75 and CF. RGB value is (170,117,207). Sum of RGB (Red+Green+Blue) = 170+117+207=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA75CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA75CF is #558A30. Grayscale: #8E8E8E. Windows color (decimal): -5605937 or 13596074. OLE color: 13596074.
HSL color Cylindrical-coordinate representation of color #AA75CF: hue angle of 275.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA75CF is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 117 | 207 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.19 |
| HSL | 275.33º | 0.48% | 0.64% | - |
| HSV(B) | 275.33º | 0.43% | 0.81% | - |
| XYZ | 34.2 | 25.77 | 62.2 | - |
| YUV | 143.11 | 164.06 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 207 | 0.18 | 0.43 | 0 | 0.19 | 275.33 | 0.48 | 0.64 |
| Hex | AA | 75 | CF | 12 | 2B | 0 | 13 | 113 | 30 | 40 |
| Octal | 252 | 165 | 317 | 22 | 53 | 0 | 23 | 423 | 60 | 100 |
| Binary | 10101010 | 1110101 | 11001111 | 10010 | 101011 | 0 | 10011 | 100010011 | 110000 | 1000000 |
Color Harmonies of #AA75CF
Complementary color
Monochromatic Colors of #AA75CF
Black with #AA75CF
Text Example
Text Example
White with #AA75CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA75CF; }
p { color: rgb(170,117,207); }
H1.HeaderClassName
{
color: #AA75CF;
}
.AnyTagClassName
{
color: #AA75CF;
}
</style>
background-color css
<style>
a { background-color: #AA75CF; }
a { background-color: rgb(170,117,207); }
div.DivClassName
{
background-color: #AA75CF;
}
.BgClassName
{
background-color: #AA75CF;
}
</style>
border-color css
<style>
span { border-color: #AA75CF; }
span { border-color: rgb(170,117,207); }
td.TdClassName
{
border-color: #AA75CF;
}
.TagClassName
{
border-color: #AA75CF;
}
</style>