Shades of Amethyst #A768CC
Tints of Amethyst #A768CC
RGB
CMYK
RGB Variations
Color information
#A768CC (or 0xA768CC) is known color: Amethyst. HEX triplet: A7, 68 and CC. RGB value is (167,104,204). Sum of RGB (Red+Green+Blue) = 167+104+204=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #A768CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A768CC is #589733. Grayscale: #858585. Windows color (decimal): -5805876 or 13396135. OLE color: 13396135.
HSL color Cylindrical-coordinate representation of color #A768CC: hue angle of 277.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A768CC is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 104 | 204 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.2 |
| HSL | 277.8º | 0.5% | 0.6% | - |
| HSV(B) | 277.8º | 0.49% | 0.8% | - |
| XYZ | 31.79 | 22.48 | 59.79 | - |
| YUV | 134.24 | 167.37 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 104 | 204 | 0.18 | 0.49 | 0 | 0.2 | 277.8 | 0.5 | 0.6 |
| Hex | A7 | 68 | CC | 12 | 31 | 0 | 14 | 116 | 32 | 3C |
| Octal | 247 | 150 | 314 | 22 | 61 | 0 | 24 | 426 | 62 | 74 |
| Binary | 10100111 | 1101000 | 11001100 | 10010 | 110001 | 0 | 10100 | 100010110 | 110010 | 111100 |
Color Harmonies of #A768CC
Complementary color
Monochromatic Colors of #A768CC
Black with #A768CC
Text Example
Text Example
White with #A768CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A768CC; }
p { color: rgb(167,104,204); }
H1.HeaderClassName
{
color: #A768CC;
}
.AnyTagClassName
{
color: #A768CC;
}
</style>
background-color css
<style>
a { background-color: #A768CC; }
a { background-color: rgb(167,104,204); }
div.DivClassName
{
background-color: #A768CC;
}
.BgClassName
{
background-color: #A768CC;
}
</style>
border-color css
<style>
span { border-color: #A768CC; }
span { border-color: rgb(167,104,204); }
td.TdClassName
{
border-color: #A768CC;
}
.TagClassName
{
border-color: #A768CC;
}
</style>