Shades of Amethyst #AA69CF
Tints of Amethyst #AA69CF
RGB
CMYK
RGB Variations
Color information
#AA69CF (or 0xAA69CF) is known color: Amethyst. HEX triplet: AA, 69 and CF. RGB value is (170,105,207). Sum of RGB (Red+Green+Blue) = 170+105+207=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA69CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69CF is #559630. Grayscale: #878787. Windows color (decimal): -5609009 or 13593002. OLE color: 13593002.
HSL color Cylindrical-coordinate representation of color #AA69CF: hue angle of 278.24º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA69CF is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 105 | 207 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.19 |
| HSL | 278.24º | 0.52% | 0.61% | - |
| HSV(B) | 278.24º | 0.49% | 0.81% | - |
| XYZ | 32.89 | 23.15 | 61.77 | - |
| YUV | 136.06 | 168.03 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 105 | 207 | 0.18 | 0.49 | 0 | 0.19 | 278.24 | 0.52 | 0.61 |
| Hex | AA | 69 | CF | 12 | 31 | 0 | 13 | 116 | 34 | 3D |
| Octal | 252 | 151 | 317 | 22 | 61 | 0 | 23 | 426 | 64 | 75 |
| Binary | 10101010 | 1101001 | 11001111 | 10010 | 110001 | 0 | 10011 | 100010110 | 110100 | 111101 |
Color Harmonies of #AA69CF
Complementary color
Monochromatic Colors of #AA69CF
Black with #AA69CF
Text Example
Text Example
White with #AA69CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA69CF; }
p { color: rgb(170,105,207); }
H1.HeaderClassName
{
color: #AA69CF;
}
.AnyTagClassName
{
color: #AA69CF;
}
</style>
background-color css
<style>
a { background-color: #AA69CF; }
a { background-color: rgb(170,105,207); }
div.DivClassName
{
background-color: #AA69CF;
}
.BgClassName
{
background-color: #AA69CF;
}
</style>
border-color css
<style>
span { border-color: #AA69CF; }
span { border-color: rgb(170,105,207); }
td.TdClassName
{
border-color: #AA69CF;
}
.TagClassName
{
border-color: #AA69CF;
}
</style>