Shades of Amethyst #A06FC3
Tints of Amethyst #A06FC3
RGB
CMYK
RGB Variations
Color information
#A06FC3 (or 0xA06FC3) is known color: Amethyst. HEX triplet: A0, 6F and C3. RGB value is (160,111,195). Sum of RGB (Red+Green+Blue) = 160+111+195=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 195 - color contains mainly: blue. Hex color #A06FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FC3 is #5F903C. Grayscale: #868686. Windows color (decimal): -6262845 or 12808096. OLE color: 12808096.
HSL color Cylindrical-coordinate representation of color #A06FC3: hue angle of 275º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A06FC3 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 111 | 195 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.24 |
| HSL | 275º | 0.41% | 0.6% | - |
| HSV(B) | 275º | 0.43% | 0.76% | - |
| XYZ | 30.03 | 22.78 | 54.44 | - |
| YUV | 135.23 | 161.73 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 195 | 0.18 | 0.43 | 0 | 0.24 | 275 | 0.41 | 0.6 |
| Hex | A0 | 6F | C3 | 12 | 2B | 0 | 18 | 113 | 29 | 3C |
| Octal | 240 | 157 | 303 | 22 | 53 | 0 | 30 | 423 | 51 | 74 |
| Binary | 10100000 | 1101111 | 11000011 | 10010 | 101011 | 0 | 11000 | 100010011 | 101001 | 111100 |
Color Harmonies of #A06FC3
Complementary color
Monochromatic Colors of #A06FC3
Black with #A06FC3
Text Example
Text Example
White with #A06FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06FC3; }
p { color: rgb(160,111,195); }
H1.HeaderClassName
{
color: #A06FC3;
}
.AnyTagClassName
{
color: #A06FC3;
}
</style>
background-color css
<style>
a { background-color: #A06FC3; }
a { background-color: rgb(160,111,195); }
div.DivClassName
{
background-color: #A06FC3;
}
.BgClassName
{
background-color: #A06FC3;
}
</style>
border-color css
<style>
span { border-color: #A06FC3; }
span { border-color: rgb(160,111,195); }
td.TdClassName
{
border-color: #A06FC3;
}
.TagClassName
{
border-color: #A06FC3;
}
</style>