Shades of Amethyst #A85BD3
Tints of Amethyst #A85BD3
RGB
CMYK
RGB Variations
Color information
#A85BD3 (or 0xA85BD3) is known color: Amethyst. HEX triplet: A8, 5B and D3. RGB value is (168,91,211). Sum of RGB (Red+Green+Blue) = 168+91+211=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 91 (35.94% from 255 or 19.36% from 470); Blue value is 211 (82.81% from 255 or 44.89% from 470); Max value from RGB is 211 - color contains mainly: blue. Hex color #A85BD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BD3 is #57A42C. Grayscale: #7F7F7F. Windows color (decimal): -5743661 or 13851560. OLE color: 13851560.
HSL color Cylindrical-coordinate representation of color #A85BD3: hue angle of 278.5º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A85BD3 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 91 | 211 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.17 |
| HSL | 278.5º | 0.58% | 0.59% | - |
| HSV(B) | 278.5º | 0.57% | 0.83% | - |
| XYZ | 31.65 | 20.51 | 63.92 | - |
| YUV | 127.7 | 175.01 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 91 | 211 | 0.20 | 0.57 | 0 | 0.17 | 278.5 | 0.58 | 0.59 |
| Hex | A8 | 5B | D3 | 14 | 39 | 0 | 11 | 116 | 3A | 3B |
| Octal | 250 | 133 | 323 | 24 | 71 | 0 | 21 | 426 | 72 | 73 |
| Binary | 10101000 | 1011011 | 11010011 | 10100 | 111001 | 0 | 10001 | 100010110 | 111010 | 111011 |
Color Harmonies of #A85BD3
Complementary color
Monochromatic Colors of #A85BD3
Black with #A85BD3
Text Example
Text Example
White with #A85BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85BD3; }
p { color: rgb(168,91,211); }
H1.HeaderClassName
{
color: #A85BD3;
}
.AnyTagClassName
{
color: #A85BD3;
}
</style>
background-color css
<style>
a { background-color: #A85BD3; }
a { background-color: rgb(168,91,211); }
div.DivClassName
{
background-color: #A85BD3;
}
.BgClassName
{
background-color: #A85BD3;
}
</style>
border-color css
<style>
span { border-color: #A85BD3; }
span { border-color: rgb(168,91,211); }
td.TdClassName
{
border-color: #A85BD3;
}
.TagClassName
{
border-color: #A85BD3;
}
</style>