Shades of Amethyst #A06FCB
Tints of Amethyst #A06FCB
RGB
CMYK
RGB Variations
Color information
#A06FCB (or 0xA06FCB) is known color: Amethyst. HEX triplet: A0, 6F and CB. RGB value is (160,111,203). Sum of RGB (Red+Green+Blue) = 160+111+203=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #A06FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FCB is #5F9034. Grayscale: #878787. Windows color (decimal): -6262837 or 13332384. OLE color: 13332384.
HSL color Cylindrical-coordinate representation of color #A06FCB: hue angle of 271.96º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A06FCB is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 111 | 203 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.20 |
| HSL | 271.96º | 0.47% | 0.62% | - |
| HSV(B) | 271.96º | 0.45% | 0.8% | - |
| XYZ | 30.96 | 23.15 | 59.34 | - |
| YUV | 136.14 | 165.73 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 203 | 0.21 | 0.45 | 0 | 0.20 | 271.96 | 0.47 | 0.62 |
| Hex | A0 | 6F | CB | 15 | 2D | 0 | 14 | 110 | 2F | 3E |
| Octal | 240 | 157 | 313 | 25 | 55 | 0 | 24 | 420 | 57 | 76 |
| Binary | 10100000 | 1101111 | 11001011 | 10101 | 101101 | 0 | 10100 | 100010000 | 101111 | 111110 |
Color Harmonies of #A06FCB
Complementary color
Monochromatic Colors of #A06FCB
Black with #A06FCB
Text Example
Text Example
White with #A06FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06FCB; }
p { color: rgb(160,111,203); }
H1.HeaderClassName
{
color: #A06FCB;
}
.AnyTagClassName
{
color: #A06FCB;
}
</style>
background-color css
<style>
a { background-color: #A06FCB; }
a { background-color: rgb(160,111,203); }
div.DivClassName
{
background-color: #A06FCB;
}
.BgClassName
{
background-color: #A06FCB;
}
</style>
border-color css
<style>
span { border-color: #A06FCB; }
span { border-color: rgb(160,111,203); }
td.TdClassName
{
border-color: #A06FCB;
}
.TagClassName
{
border-color: #A06FCB;
}
</style>