Shades of Amethyst #A868C6
Tints of Amethyst #A868C6
RGB
CMYK
RGB Variations
Color information
#A868C6 (or 0xA868C6) is known color: Amethyst. HEX triplet: A8, 68 and C6. RGB value is (168,104,198). Sum of RGB (Red+Green+Blue) = 168+104+198=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 198 - color contains mainly: blue. Hex color #A868C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A868C6 is #579739. Grayscale: #858585. Windows color (decimal): -5740346 or 13002920. OLE color: 13002920.
HSL color Cylindrical-coordinate representation of color #A868C6: hue angle of 280.85º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A868C6 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 104 | 198 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.22 |
| HSL | 280.85º | 0.45% | 0.59% | - |
| HSV(B) | 280.85º | 0.47% | 0.78% | - |
| XYZ | 31.29 | 22.3 | 56.08 | - |
| YUV | 133.85 | 164.2 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 198 | 0.15 | 0.47 | 0 | 0.22 | 280.85 | 0.45 | 0.59 |
| Hex | A8 | 68 | C6 | F | 2F | 0 | 16 | 119 | 2D | 3B |
| Octal | 250 | 150 | 306 | 17 | 57 | 0 | 26 | 431 | 55 | 73 |
| Binary | 10101000 | 1101000 | 11000110 | 1111 | 101111 | 0 | 10110 | 100011001 | 101101 | 111011 |
Color Harmonies of #A868C6
Complementary color
Monochromatic Colors of #A868C6
Black with #A868C6
Text Example
Text Example
White with #A868C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A868C6; }
p { color: rgb(168,104,198); }
H1.HeaderClassName
{
color: #A868C6;
}
.AnyTagClassName
{
color: #A868C6;
}
</style>
background-color css
<style>
a { background-color: #A868C6; }
a { background-color: rgb(168,104,198); }
div.DivClassName
{
background-color: #A868C6;
}
.BgClassName
{
background-color: #A868C6;
}
</style>
border-color css
<style>
span { border-color: #A868C6; }
span { border-color: rgb(168,104,198); }
td.TdClassName
{
border-color: #A868C6;
}
.TagClassName
{
border-color: #A868C6;
}
</style>