Shades of Amethyst #A768CF
Tints of Amethyst #A768CF
RGB
CMYK
RGB Variations
Color information
#A768CF (or 0xA768CF) is known color: Amethyst. HEX triplet: A7, 68 and CF. RGB value is (167,104,207). Sum of RGB (Red+Green+Blue) = 167+104+207=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #A768CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A768CF is #589730. Grayscale: #868686. Windows color (decimal): -5805873 or 13592743. OLE color: 13592743.
HSL color Cylindrical-coordinate representation of color #A768CF: hue angle of 276.7º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A768CF is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 104 | 207 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.19 |
| HSL | 276.7º | 0.52% | 0.61% | - |
| HSV(B) | 276.7º | 0.5% | 0.81% | - |
| XYZ | 32.15 | 22.62 | 61.7 | - |
| YUV | 134.58 | 168.87 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 104 | 207 | 0.19 | 0.50 | 0 | 0.19 | 276.7 | 0.52 | 0.61 |
| Hex | A7 | 68 | CF | 13 | 32 | 0 | 13 | 115 | 34 | 3D |
| Octal | 247 | 150 | 317 | 23 | 62 | 0 | 23 | 425 | 64 | 75 |
| Binary | 10100111 | 1101000 | 11001111 | 10011 | 110010 | 0 | 10011 | 100010101 | 110100 | 111101 |
Color Harmonies of #A768CF
Complementary color
Monochromatic Colors of #A768CF
Black with #A768CF
Text Example
Text Example
White with #A768CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A768CF; }
p { color: rgb(167,104,207); }
H1.HeaderClassName
{
color: #A768CF;
}
.AnyTagClassName
{
color: #A768CF;
}
</style>
background-color css
<style>
a { background-color: #A768CF; }
a { background-color: rgb(167,104,207); }
div.DivClassName
{
background-color: #A768CF;
}
.BgClassName
{
background-color: #A768CF;
}
</style>
border-color css
<style>
span { border-color: #A768CF; }
span { border-color: rgb(167,104,207); }
td.TdClassName
{
border-color: #A768CF;
}
.TagClassName
{
border-color: #A768CF;
}
</style>