Shades of Amethyst #A068CF
Tints of Amethyst #A068CF
RGB
CMYK
RGB Variations
Color information
#A068CF (or 0xA068CF) is known color: Amethyst. HEX triplet: A0, 68 and CF. RGB value is (160,104,207). Sum of RGB (Red+Green+Blue) = 160+104+207=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #A068CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A068CF is #5F9730. Grayscale: #848484. Windows color (decimal): -6264625 or 13592736. OLE color: 13592736.
HSL color Cylindrical-coordinate representation of color #A068CF: hue angle of 272.62º 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 #A068CF is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 104 | 207 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.19 |
| HSL | 272.62º | 0.52% | 0.61% | - |
| HSV(B) | 272.62º | 0.5% | 0.81% | - |
| XYZ | 30.71 | 21.88 | 61.64 | - |
| YUV | 132.49 | 170.05 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 207 | 0.23 | 0.50 | 0 | 0.19 | 272.62 | 0.52 | 0.61 |
| Hex | A0 | 68 | CF | 17 | 32 | 0 | 13 | 111 | 34 | 3D |
| Octal | 240 | 150 | 317 | 27 | 62 | 0 | 23 | 421 | 64 | 75 |
| Binary | 10100000 | 1101000 | 11001111 | 10111 | 110010 | 0 | 10011 | 100010001 | 110100 | 111101 |
Color Harmonies of #A068CF
Complementary color
Monochromatic Colors of #A068CF
Black with #A068CF
Text Example
Text Example
White with #A068CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A068CF; }
p { color: rgb(160,104,207); }
H1.HeaderClassName
{
color: #A068CF;
}
.AnyTagClassName
{
color: #A068CF;
}
</style>
background-color css
<style>
a { background-color: #A068CF; }
a { background-color: rgb(160,104,207); }
div.DivClassName
{
background-color: #A068CF;
}
.BgClassName
{
background-color: #A068CF;
}
</style>
border-color css
<style>
span { border-color: #A068CF; }
span { border-color: rgb(160,104,207); }
td.TdClassName
{
border-color: #A068CF;
}
.TagClassName
{
border-color: #A068CF;
}
</style>