Shades of Amethyst #A869CA
Tints of Amethyst #A869CA
RGB
CMYK
RGB Variations
Color information
#A869CA (or 0xA869CA) is known color: Amethyst. HEX triplet: A8, 69 and CA. RGB value is (168,105,202). Sum of RGB (Red+Green+Blue) = 168+105+202=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #A869CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A869CA is #579635. Grayscale: #868686. Windows color (decimal): -5740086 or 13265320. OLE color: 13265320.
HSL color Cylindrical-coordinate representation of color #A869CA: hue angle of 278.97º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A869CA is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 105 | 202 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.21 |
| HSL | 278.97º | 0.48% | 0.6% | - |
| HSV(B) | 278.97º | 0.48% | 0.79% | - |
| XYZ | 31.86 | 22.69 | 58.58 | - |
| YUV | 134.9 | 165.87 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 202 | 0.17 | 0.48 | 0 | 0.21 | 278.97 | 0.48 | 0.6 |
| Hex | A8 | 69 | CA | 11 | 30 | 0 | 15 | 117 | 30 | 3C |
| Octal | 250 | 151 | 312 | 21 | 60 | 0 | 25 | 427 | 60 | 74 |
| Binary | 10101000 | 1101001 | 11001010 | 10001 | 110000 | 0 | 10101 | 100010111 | 110000 | 111100 |
Color Harmonies of #A869CA
Complementary color
Monochromatic Colors of #A869CA
Black with #A869CA
Text Example
Text Example
White with #A869CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A869CA; }
p { color: rgb(168,105,202); }
H1.HeaderClassName
{
color: #A869CA;
}
.AnyTagClassName
{
color: #A869CA;
}
</style>
background-color css
<style>
a { background-color: #A869CA; }
a { background-color: rgb(168,105,202); }
div.DivClassName
{
background-color: #A869CA;
}
.BgClassName
{
background-color: #A869CA;
}
</style>
border-color css
<style>
span { border-color: #A869CA; }
span { border-color: rgb(168,105,202); }
td.TdClassName
{
border-color: #A869CA;
}
.TagClassName
{
border-color: #A869CA;
}
</style>