Shades of Amethyst #A85FCB
Tints of Amethyst #A85FCB
RGB
CMYK
RGB Variations
Color information
#A85FCB (or 0xA85FCB) is known color: Amethyst. HEX triplet: A8, 5F and CB. RGB value is (168,95,203). Sum of RGB (Red+Green+Blue) = 168+95+203=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #A85FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85FCB is #57A034. Grayscale: #808080. Windows color (decimal): -5742645 or 13328296. OLE color: 13328296.
HSL color Cylindrical-coordinate representation of color #A85FCB: hue angle of 280.56º 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 #A85FCB is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 95 | 203 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.20 |
| HSL | 280.56º | 0.51% | 0.58% | - |
| HSV(B) | 280.56º | 0.53% | 0.8% | - |
| XYZ | 31.02 | 20.82 | 58.88 | - |
| YUV | 129.14 | 169.68 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 203 | 0.17 | 0.53 | 0 | 0.20 | 280.56 | 0.51 | 0.58 |
| Hex | A8 | 5F | CB | 11 | 35 | 0 | 14 | 119 | 33 | 3A |
| Octal | 250 | 137 | 313 | 21 | 65 | 0 | 24 | 431 | 63 | 72 |
| Binary | 10101000 | 1011111 | 11001011 | 10001 | 110101 | 0 | 10100 | 100011001 | 110011 | 111010 |
Color Harmonies of #A85FCB
Complementary color
Monochromatic Colors of #A85FCB
Black with #A85FCB
Text Example
Text Example
White with #A85FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85FCB; }
p { color: rgb(168,95,203); }
H1.HeaderClassName
{
color: #A85FCB;
}
.AnyTagClassName
{
color: #A85FCB;
}
</style>
background-color css
<style>
a { background-color: #A85FCB; }
a { background-color: rgb(168,95,203); }
div.DivClassName
{
background-color: #A85FCB;
}
.BgClassName
{
background-color: #A85FCB;
}
</style>
border-color css
<style>
span { border-color: #A85FCB; }
span { border-color: rgb(168,95,203); }
td.TdClassName
{
border-color: #A85FCB;
}
.TagClassName
{
border-color: #A85FCB;
}
</style>