Shades of Amethyst #A05FCB
Tints of Amethyst #A05FCB
RGB
CMYK
RGB Variations
Color information
#A05FCB (or 0xA05FCB) is known color: Amethyst. HEX triplet: A0, 5F and CB. RGB value is (160,95,203). Sum of RGB (Red+Green+Blue) = 160+95+203=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #A05FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05FCB is #5FA034. Grayscale: #7E7E7E. Windows color (decimal): -6266933 or 13328288. OLE color: 13328288.
HSL color Cylindrical-coordinate representation of color #A05FCB: hue angle of 276.11º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A05FCB is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 95 | 203 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.20 |
| HSL | 276.11º | 0.51% | 0.58% | - |
| HSV(B) | 276.11º | 0.53% | 0.8% | - |
| XYZ | 29.37 | 19.97 | 58.81 | - |
| YUV | 126.75 | 171.03 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 203 | 0.21 | 0.53 | 0 | 0.20 | 276.11 | 0.51 | 0.58 |
| Hex | A0 | 5F | CB | 15 | 35 | 0 | 14 | 114 | 33 | 3A |
| Octal | 240 | 137 | 313 | 25 | 65 | 0 | 24 | 424 | 63 | 72 |
| Binary | 10100000 | 1011111 | 11001011 | 10101 | 110101 | 0 | 10100 | 100010100 | 110011 | 111010 |
Color Harmonies of #A05FCB
Complementary color
Monochromatic Colors of #A05FCB
Black with #A05FCB
Text Example
Text Example
White with #A05FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05FCB; }
p { color: rgb(160,95,203); }
H1.HeaderClassName
{
color: #A05FCB;
}
.AnyTagClassName
{
color: #A05FCB;
}
</style>
background-color css
<style>
a { background-color: #A05FCB; }
a { background-color: rgb(160,95,203); }
div.DivClassName
{
background-color: #A05FCB;
}
.BgClassName
{
background-color: #A05FCB;
}
</style>
border-color css
<style>
span { border-color: #A05FCB; }
span { border-color: rgb(160,95,203); }
td.TdClassName
{
border-color: #A05FCB;
}
.TagClassName
{
border-color: #A05FCB;
}
</style>