Shades of Amethyst #A85FE9
Tints of Amethyst #A85FE9
RGB
CMYK
RGB Variations
Color information
#A85FE9 (or 0xA85FE9) is known color: Amethyst. HEX triplet: A8, 5F and E9. RGB value is (168,95,233). Sum of RGB (Red+Green+Blue) = 168+95+233=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 233 (91.41% from 255 or 46.98% from 496); Max value from RGB is 233 - color contains mainly: blue. Hex color #A85FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85FE9 is #57A016. Grayscale: #848484. Windows color (decimal): -5742615 or 15294376. OLE color: 15294376.
HSL color Cylindrical-coordinate representation of color #A85FE9: hue angle of 271.74º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A85FE9 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 95 | 233 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.09 |
| HSL | 271.74º | 0.76% | 0.64% | - |
| HSV(B) | 271.74º | 0.59% | 0.91% | - |
| XYZ | 34.95 | 22.39 | 79.57 | - |
| YUV | 132.56 | 184.68 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 233 | 0.28 | 0.59 | 0 | 0.09 | 271.74 | 0.76 | 0.64 |
| Hex | A8 | 5F | E9 | 1C | 3B | 0 | 9 | 110 | 4C | 40 |
| Octal | 250 | 137 | 351 | 34 | 73 | 0 | 11 | 420 | 114 | 100 |
| Binary | 10101000 | 1011111 | 11101001 | 11100 | 111011 | 0 | 1001 | 100010000 | 1001100 | 1000000 |
Color Harmonies of #A85FE9
Complementary color
Monochromatic Colors of #A85FE9
Black with #A85FE9
Text Example
Text Example
White with #A85FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85FE9; }
p { color: rgb(168,95,233); }
H1.HeaderClassName
{
color: #A85FE9;
}
.AnyTagClassName
{
color: #A85FE9;
}
</style>
background-color css
<style>
a { background-color: #A85FE9; }
a { background-color: rgb(168,95,233); }
div.DivClassName
{
background-color: #A85FE9;
}
.BgClassName
{
background-color: #A85FE9;
}
</style>
border-color css
<style>
span { border-color: #A85FE9; }
span { border-color: rgb(168,95,233); }
td.TdClassName
{
border-color: #A85FE9;
}
.TagClassName
{
border-color: #A85FE9;
}
</style>