Shades of Amethyst #A85EEB
Tints of Amethyst #A85EEB
RGB
CMYK
RGB Variations
Color information
#A85EEB (or 0xA85EEB) is known color: Amethyst. HEX triplet: A8, 5E and EB. RGB value is (168,94,235). Sum of RGB (Red+Green+Blue) = 168+94+235=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #A85EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85EEB is #57A114. Grayscale: #838383. Windows color (decimal): -5742869 or 15425192. OLE color: 15425192.
HSL color Cylindrical-coordinate representation of color #A85EEB: hue angle of 271.49º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A85EEB is Cyan = 0.29, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 94 | 235 | - |
| CMYK | 0.29 | 0.6 | 0 | 0.08 |
| HSL | 271.49º | 0.78% | 0.65% | - |
| HSV(B) | 271.49º | 0.6% | 0.92% | - |
| XYZ | 35.15 | 22.33 | 81.05 | - |
| YUV | 132.2 | 186.02 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 94 | 235 | 0.29 | 0.6 | 0 | 0.08 | 271.49 | 0.78 | 0.65 |
| Hex | A8 | 5E | EB | 1D | 3C | 0 | 8 | 10F | 4E | 41 |
| Octal | 250 | 136 | 353 | 35 | 74 | 0 | 10 | 417 | 116 | 101 |
| Binary | 10101000 | 1011110 | 11101011 | 11101 | 111100 | 0 | 1000 | 100001111 | 1001110 | 1000001 |
Color Harmonies of #A85EEB
Complementary color
Monochromatic Colors of #A85EEB
Black with #A85EEB
Text Example
Text Example
White with #A85EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85EEB; }
p { color: rgb(168,94,235); }
H1.HeaderClassName
{
color: #A85EEB;
}
.AnyTagClassName
{
color: #A85EEB;
}
</style>
background-color css
<style>
a { background-color: #A85EEB; }
a { background-color: rgb(168,94,235); }
div.DivClassName
{
background-color: #A85EEB;
}
.BgClassName
{
background-color: #A85EEB;
}
</style>
border-color css
<style>
span { border-color: #A85EEB; }
span { border-color: rgb(168,94,235); }
td.TdClassName
{
border-color: #A85EEB;
}
.TagClassName
{
border-color: #A85EEB;
}
</style>