Shades of Amethyst #A06CCB
Tints of Amethyst #A06CCB
RGB
CMYK
RGB Variations
Color information
#A06CCB (or 0xA06CCB) is known color: Amethyst. HEX triplet: A0, 6C and CB. RGB value is (160,108,203). Sum of RGB (Red+Green+Blue) = 160+108+203=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #A06CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CCB is #5F9334. Grayscale: #868686. Windows color (decimal): -6263605 or 13331616. OLE color: 13331616.
HSL color Cylindrical-coordinate representation of color #A06CCB: hue angle of 272.84º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A06CCB is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 108 | 203 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.20 |
| HSL | 272.84º | 0.48% | 0.61% | - |
| HSV(B) | 272.84º | 0.47% | 0.8% | - |
| XYZ | 30.64 | 22.51 | 59.23 | - |
| YUV | 134.38 | 166.73 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 108 | 203 | 0.21 | 0.47 | 0 | 0.20 | 272.84 | 0.48 | 0.61 |
| Hex | A0 | 6C | CB | 15 | 2F | 0 | 14 | 111 | 30 | 3D |
| Octal | 240 | 154 | 313 | 25 | 57 | 0 | 24 | 421 | 60 | 75 |
| Binary | 10100000 | 1101100 | 11001011 | 10101 | 101111 | 0 | 10100 | 100010001 | 110000 | 111101 |
Color Harmonies of #A06CCB
Complementary color
Monochromatic Colors of #A06CCB
Black with #A06CCB
Text Example
Text Example
White with #A06CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06CCB; }
p { color: rgb(160,108,203); }
H1.HeaderClassName
{
color: #A06CCB;
}
.AnyTagClassName
{
color: #A06CCB;
}
</style>
background-color css
<style>
a { background-color: #A06CCB; }
a { background-color: rgb(160,108,203); }
div.DivClassName
{
background-color: #A06CCB;
}
.BgClassName
{
background-color: #A06CCB;
}
</style>
border-color css
<style>
span { border-color: #A06CCB; }
span { border-color: rgb(160,108,203); }
td.TdClassName
{
border-color: #A06CCB;
}
.TagClassName
{
border-color: #A06CCB;
}
</style>