Shades of Amethyst #A85AEB
Tints of Amethyst #A85AEB
RGB
CMYK
RGB Variations
Color information
#A85AEB (or 0xA85AEB) is known color: Amethyst. HEX triplet: A8, 5A and EB. RGB value is (168,90,235). Sum of RGB (Red+Green+Blue) = 168+90+235=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #A85AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85AEB is #57A514. Grayscale: #818181. Windows color (decimal): -5743893 or 15424168. OLE color: 15424168.
HSL color Cylindrical-coordinate representation of color #A85AEB: hue angle of 272.28º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A85AEB is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 90 | 235 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.08 |
| HSL | 272.28º | 0.78% | 0.64% | - |
| HSV(B) | 272.28º | 0.62% | 0.92% | - |
| XYZ | 34.8 | 21.64 | 80.94 | - |
| YUV | 129.85 | 187.34 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 90 | 235 | 0.29 | 0.62 | 0 | 0.08 | 272.28 | 0.78 | 0.64 |
| Hex | A8 | 5A | EB | 1D | 3E | 0 | 8 | 110 | 4E | 40 |
| Octal | 250 | 132 | 353 | 35 | 76 | 0 | 10 | 420 | 116 | 100 |
| Binary | 10101000 | 1011010 | 11101011 | 11101 | 111110 | 0 | 1000 | 100010000 | 1001110 | 1000000 |
Color Harmonies of #A85AEB
Complementary color
Monochromatic Colors of #A85AEB
Black with #A85AEB
Text Example
Text Example
White with #A85AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85AEB; }
p { color: rgb(168,90,235); }
H1.HeaderClassName
{
color: #A85AEB;
}
.AnyTagClassName
{
color: #A85AEB;
}
</style>
background-color css
<style>
a { background-color: #A85AEB; }
a { background-color: rgb(168,90,235); }
div.DivClassName
{
background-color: #A85AEB;
}
.BgClassName
{
background-color: #A85AEB;
}
</style>
border-color css
<style>
span { border-color: #A85AEB; }
span { border-color: rgb(168,90,235); }
td.TdClassName
{
border-color: #A85AEB;
}
.TagClassName
{
border-color: #A85AEB;
}
</style>