Shades of Amethyst #AA75CE
Tints of Amethyst #AA75CE
RGB
CMYK
RGB Variations
Color information
#AA75CE (or 0xAA75CE) is known color: Amethyst. HEX triplet: AA, 75 and CE. RGB value is (170,117,206). Sum of RGB (Red+Green+Blue) = 170+117+206=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA75CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA75CE is #558A31. Grayscale: #8E8E8E. Windows color (decimal): -5605938 or 13530538. OLE color: 13530538.
HSL color Cylindrical-coordinate representation of color #AA75CE: hue angle of 275.73º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA75CE is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 117 | 206 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.19 |
| HSL | 275.73º | 0.48% | 0.63% | - |
| HSV(B) | 275.73º | 0.43% | 0.81% | - |
| XYZ | 34.08 | 25.72 | 61.56 | - |
| YUV | 142.99 | 163.56 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 206 | 0.17 | 0.43 | 0 | 0.19 | 275.73 | 0.48 | 0.63 |
| Hex | AA | 75 | CE | 11 | 2B | 0 | 13 | 114 | 30 | 3F |
| Octal | 252 | 165 | 316 | 21 | 53 | 0 | 23 | 424 | 60 | 77 |
| Binary | 10101010 | 1110101 | 11001110 | 10001 | 101011 | 0 | 10011 | 100010100 | 110000 | 111111 |
Color Harmonies of #AA75CE
Complementary color
Monochromatic Colors of #AA75CE
Black with #AA75CE
Text Example
Text Example
White with #AA75CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA75CE; }
p { color: rgb(170,117,206); }
H1.HeaderClassName
{
color: #AA75CE;
}
.AnyTagClassName
{
color: #AA75CE;
}
</style>
background-color css
<style>
a { background-color: #AA75CE; }
a { background-color: rgb(170,117,206); }
div.DivClassName
{
background-color: #AA75CE;
}
.BgClassName
{
background-color: #AA75CE;
}
</style>
border-color css
<style>
span { border-color: #AA75CE; }
span { border-color: rgb(170,117,206); }
td.TdClassName
{
border-color: #AA75CE;
}
.TagClassName
{
border-color: #AA75CE;
}
</style>