Shades of Amethyst #A768DD
Tints of Amethyst #A768DD
RGB
CMYK
RGB Variations
Color information
#A768DD (or 0xA768DD) is known color: Amethyst. HEX triplet: A7, 68 and DD. RGB value is (167,104,221). Sum of RGB (Red+Green+Blue) = 167+104+221=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #A768DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A768DD is #589722. Grayscale: #878787. Windows color (decimal): -5805859 or 14510247. OLE color: 14510247.
HSL color Cylindrical-coordinate representation of color #A768DD: hue angle of 272.31º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A768DD is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 104 | 221 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.13 |
| HSL | 272.31º | 0.63% | 0.64% | - |
| HSV(B) | 272.31º | 0.53% | 0.87% | - |
| XYZ | 33.94 | 23.34 | 71.12 | - |
| YUV | 136.18 | 175.87 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 104 | 221 | 0.24 | 0.53 | 0 | 0.13 | 272.31 | 0.63 | 0.64 |
| Hex | A7 | 68 | DD | 18 | 35 | 0 | D | 110 | 3F | 40 |
| Octal | 247 | 150 | 335 | 30 | 65 | 0 | 15 | 420 | 77 | 100 |
| Binary | 10100111 | 1101000 | 11011101 | 11000 | 110101 | 0 | 1101 | 100010000 | 111111 | 1000000 |
Color Harmonies of #A768DD
Complementary color
Monochromatic Colors of #A768DD
Black with #A768DD
Text Example
Text Example
White with #A768DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A768DD; }
p { color: rgb(167,104,221); }
H1.HeaderClassName
{
color: #A768DD;
}
.AnyTagClassName
{
color: #A768DD;
}
</style>
background-color css
<style>
a { background-color: #A768DD; }
a { background-color: rgb(167,104,221); }
div.DivClassName
{
background-color: #A768DD;
}
.BgClassName
{
background-color: #A768DD;
}
</style>
border-color css
<style>
span { border-color: #A768DD; }
span { border-color: rgb(167,104,221); }
td.TdClassName
{
border-color: #A768DD;
}
.TagClassName
{
border-color: #A768DD;
}
</style>