Shades of Amethyst #A767DD
Tints of Amethyst #A767DD
RGB
CMYK
RGB Variations
Color information
#A767DD (or 0xA767DD) is known color: Amethyst. HEX triplet: A7, 67 and DD. RGB value is (167,103,221). Sum of RGB (Red+Green+Blue) = 167+103+221=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 103 (40.62% from 255 or 20.98% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #A767DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A767DD is #589822. Grayscale: #878787. Windows color (decimal): -5806115 or 14509991. OLE color: 14509991.
HSL color Cylindrical-coordinate representation of color #A767DD: hue angle of 272.54º 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 #A767DD is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 103 | 221 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.13 |
| HSL | 272.54º | 0.63% | 0.64% | - |
| HSV(B) | 272.54º | 0.53% | 0.87% | - |
| XYZ | 33.84 | 23.14 | 71.09 | - |
| YUV | 135.59 | 176.2 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 103 | 221 | 0.24 | 0.53 | 0 | 0.13 | 272.54 | 0.63 | 0.64 |
| Hex | A7 | 67 | DD | 18 | 35 | 0 | D | 111 | 3F | 40 |
| Octal | 247 | 147 | 335 | 30 | 65 | 0 | 15 | 421 | 77 | 100 |
| Binary | 10100111 | 1100111 | 11011101 | 11000 | 110101 | 0 | 1101 | 100010001 | 111111 | 1000000 |
Color Harmonies of #A767DD
Complementary color
Monochromatic Colors of #A767DD
Black with #A767DD
Text Example
Text Example
White with #A767DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A767DD; }
p { color: rgb(167,103,221); }
H1.HeaderClassName
{
color: #A767DD;
}
.AnyTagClassName
{
color: #A767DD;
}
</style>
background-color css
<style>
a { background-color: #A767DD; }
a { background-color: rgb(167,103,221); }
div.DivClassName
{
background-color: #A767DD;
}
.BgClassName
{
background-color: #A767DD;
}
</style>
border-color css
<style>
span { border-color: #A767DD; }
span { border-color: rgb(167,103,221); }
td.TdClassName
{
border-color: #A767DD;
}
.TagClassName
{
border-color: #A767DD;
}
</style>