Shades of Amethyst #A067CC
Tints of Amethyst #A067CC
RGB
CMYK
RGB Variations
Color information
#A067CC (or 0xA067CC) is known color: Amethyst. HEX triplet: A0, 67 and CC. RGB value is (160,103,204). Sum of RGB (Red+Green+Blue) = 160+103+204=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #A067CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067CC is #5F9833. Grayscale: #838383. Windows color (decimal): -6264884 or 13395872. OLE color: 13395872.
HSL color Cylindrical-coordinate representation of color #A067CC: hue angle of 273.86º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A067CC is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 103 | 204 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.2 |
| HSL | 273.86º | 0.5% | 0.6% | - |
| HSV(B) | 273.86º | 0.5% | 0.8% | - |
| XYZ | 30.25 | 21.53 | 59.69 | - |
| YUV | 131.56 | 168.88 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 204 | 0.22 | 0.50 | 0 | 0.2 | 273.86 | 0.5 | 0.6 |
| Hex | A0 | 67 | CC | 16 | 32 | 0 | 14 | 112 | 32 | 3C |
| Octal | 240 | 147 | 314 | 26 | 62 | 0 | 24 | 422 | 62 | 74 |
| Binary | 10100000 | 1100111 | 11001100 | 10110 | 110010 | 0 | 10100 | 100010010 | 110010 | 111100 |
Color Harmonies of #A067CC
Complementary color
Monochromatic Colors of #A067CC
Black with #A067CC
Text Example
Text Example
White with #A067CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A067CC; }
p { color: rgb(160,103,204); }
H1.HeaderClassName
{
color: #A067CC;
}
.AnyTagClassName
{
color: #A067CC;
}
</style>
background-color css
<style>
a { background-color: #A067CC; }
a { background-color: rgb(160,103,204); }
div.DivClassName
{
background-color: #A067CC;
}
.BgClassName
{
background-color: #A067CC;
}
</style>
border-color css
<style>
span { border-color: #A067CC; }
span { border-color: rgb(160,103,204); }
td.TdClassName
{
border-color: #A067CC;
}
.TagClassName
{
border-color: #A067CC;
}
</style>