Shades of Amethyst #A868CF
Tints of Amethyst #A868CF
RGB
CMYK
RGB Variations
Color information
#A868CF (or 0xA868CF) is known color: Amethyst. HEX triplet: A8, 68 and CF. RGB value is (168,104,207). Sum of RGB (Red+Green+Blue) = 168+104+207=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #A868CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A868CF is #579730. Grayscale: #868686. Windows color (decimal): -5740337 or 13592744. OLE color: 13592744.
HSL color Cylindrical-coordinate representation of color #A868CF: hue angle of 277.28º 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 #A868CF is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 104 | 207 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.19 |
| HSL | 277.28º | 0.52% | 0.61% | - |
| HSV(B) | 277.28º | 0.5% | 0.81% | - |
| XYZ | 32.36 | 22.73 | 61.71 | - |
| YUV | 134.88 | 168.7 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 207 | 0.19 | 0.50 | 0 | 0.19 | 277.28 | 0.52 | 0.61 |
| Hex | A8 | 68 | CF | 13 | 32 | 0 | 13 | 115 | 34 | 3D |
| Octal | 250 | 150 | 317 | 23 | 62 | 0 | 23 | 425 | 64 | 75 |
| Binary | 10101000 | 1101000 | 11001111 | 10011 | 110010 | 0 | 10011 | 100010101 | 110100 | 111101 |
Color Harmonies of #A868CF
Complementary color
Monochromatic Colors of #A868CF
Black with #A868CF
Text Example
Text Example
White with #A868CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A868CF; }
p { color: rgb(168,104,207); }
H1.HeaderClassName
{
color: #A868CF;
}
.AnyTagClassName
{
color: #A868CF;
}
</style>
background-color css
<style>
a { background-color: #A868CF; }
a { background-color: rgb(168,104,207); }
div.DivClassName
{
background-color: #A868CF;
}
.BgClassName
{
background-color: #A868CF;
}
</style>
border-color css
<style>
span { border-color: #A868CF; }
span { border-color: rgb(168,104,207); }
td.TdClassName
{
border-color: #A868CF;
}
.TagClassName
{
border-color: #A868CF;
}
</style>