Shades of Amethyst #A85FD3
Tints of Amethyst #A85FD3
RGB
CMYK
RGB Variations
Color information
#A85FD3 (or 0xA85FD3) is known color: Amethyst. HEX triplet: A8, 5F and D3. RGB value is (168,95,211). Sum of RGB (Red+Green+Blue) = 168+95+211=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 211 (82.81% from 255 or 44.51% from 474); Max value from RGB is 211 - color contains mainly: blue. Hex color #A85FD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85FD3 is #57A02C. Grayscale: #818181. Windows color (decimal): -5742637 or 13852584. OLE color: 13852584.
HSL color Cylindrical-coordinate representation of color #A85FD3: hue angle of 277.76º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A85FD3 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 95 | 211 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.17 |
| HSL | 277.76º | 0.57% | 0.6% | - |
| HSV(B) | 277.76º | 0.55% | 0.83% | - |
| XYZ | 32 | 21.21 | 64.04 | - |
| YUV | 130.05 | 173.68 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 211 | 0.20 | 0.55 | 0 | 0.17 | 277.76 | 0.57 | 0.6 |
| Hex | A8 | 5F | D3 | 14 | 37 | 0 | 11 | 116 | 39 | 3C |
| Octal | 250 | 137 | 323 | 24 | 67 | 0 | 21 | 426 | 71 | 74 |
| Binary | 10101000 | 1011111 | 11010011 | 10100 | 110111 | 0 | 10001 | 100010110 | 111001 | 111100 |
Color Harmonies of #A85FD3
Complementary color
Monochromatic Colors of #A85FD3
Black with #A85FD3
Text Example
Text Example
White with #A85FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85FD3; }
p { color: rgb(168,95,211); }
H1.HeaderClassName
{
color: #A85FD3;
}
.AnyTagClassName
{
color: #A85FD3;
}
</style>
background-color css
<style>
a { background-color: #A85FD3; }
a { background-color: rgb(168,95,211); }
div.DivClassName
{
background-color: #A85FD3;
}
.BgClassName
{
background-color: #A85FD3;
}
</style>
border-color css
<style>
span { border-color: #A85FD3; }
span { border-color: rgb(168,95,211); }
td.TdClassName
{
border-color: #A85FD3;
}
.TagClassName
{
border-color: #A85FD3;
}
</style>