Shades of Amethyst #A067DD
Tints of Amethyst #A067DD
RGB
CMYK
RGB Variations
Color information
#A067DD (or 0xA067DD) is known color: Amethyst. HEX triplet: A0, 67 and DD. RGB value is (160,103,221). Sum of RGB (Red+Green+Blue) = 160+103+221=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #A067DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067DD is #5F9822. Grayscale: #858585. Windows color (decimal): -6264867 or 14509984. OLE color: 14509984.
HSL color Cylindrical-coordinate representation of color #A067DD: hue angle of 268.98º 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 #A067DD is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 103 | 221 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.13 |
| HSL | 268.98º | 0.63% | 0.64% | - |
| HSV(B) | 268.98º | 0.53% | 0.87% | - |
| XYZ | 32.4 | 22.39 | 71.02 | - |
| YUV | 133.5 | 177.38 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 221 | 0.28 | 0.53 | 0 | 0.13 | 268.98 | 0.63 | 0.64 |
| Hex | A0 | 67 | DD | 1C | 35 | 0 | D | 10D | 3F | 40 |
| Octal | 240 | 147 | 335 | 34 | 65 | 0 | 15 | 415 | 77 | 100 |
| Binary | 10100000 | 1100111 | 11011101 | 11100 | 110101 | 0 | 1101 | 100001101 | 111111 | 1000000 |
Color Harmonies of #A067DD
Complementary color
Monochromatic Colors of #A067DD
Black with #A067DD
Text Example
Text Example
White with #A067DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A067DD; }
p { color: rgb(160,103,221); }
H1.HeaderClassName
{
color: #A067DD;
}
.AnyTagClassName
{
color: #A067DD;
}
</style>
background-color css
<style>
a { background-color: #A067DD; }
a { background-color: rgb(160,103,221); }
div.DivClassName
{
background-color: #A067DD;
}
.BgClassName
{
background-color: #A067DD;
}
</style>
border-color css
<style>
span { border-color: #A067DD; }
span { border-color: rgb(160,103,221); }
td.TdClassName
{
border-color: #A067DD;
}
.TagClassName
{
border-color: #A067DD;
}
</style>