Shades of Amethyst #A868C5
Tints of Amethyst #A868C5
RGB
CMYK
RGB Variations
Color information
#A868C5 (or 0xA868C5) is known color: Amethyst. HEX triplet: A8, 68 and C5. RGB value is (168,104,197). Sum of RGB (Red+Green+Blue) = 168+104+197=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 197 - color contains mainly: blue. Hex color #A868C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A868C5 is #57973A. Grayscale: #858585. Windows color (decimal): -5740347 or 12937384. OLE color: 12937384.
HSL color Cylindrical-coordinate representation of color #A868C5: hue angle of 281.29º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A868C5 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 104 | 197 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.23 |
| HSL | 281.29º | 0.44% | 0.59% | - |
| HSV(B) | 281.29º | 0.47% | 0.77% | - |
| XYZ | 31.18 | 22.26 | 55.48 | - |
| YUV | 133.74 | 163.7 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 197 | 0.15 | 0.47 | 0 | 0.23 | 281.29 | 0.44 | 0.59 |
| Hex | A8 | 68 | C5 | F | 2F | 0 | 17 | 119 | 2C | 3B |
| Octal | 250 | 150 | 305 | 17 | 57 | 0 | 27 | 431 | 54 | 73 |
| Binary | 10101000 | 1101000 | 11000101 | 1111 | 101111 | 0 | 10111 | 100011001 | 101100 | 111011 |
Color Harmonies of #A868C5
Complementary color
Monochromatic Colors of #A868C5
Black with #A868C5
Text Example
Text Example
White with #A868C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A868C5; }
p { color: rgb(168,104,197); }
H1.HeaderClassName
{
color: #A868C5;
}
.AnyTagClassName
{
color: #A868C5;
}
</style>
background-color css
<style>
a { background-color: #A868C5; }
a { background-color: rgb(168,104,197); }
div.DivClassName
{
background-color: #A868C5;
}
.BgClassName
{
background-color: #A868C5;
}
</style>
border-color css
<style>
span { border-color: #A868C5; }
span { border-color: rgb(168,104,197); }
td.TdClassName
{
border-color: #A868C5;
}
.TagClassName
{
border-color: #A868C5;
}
</style>