Shades of Amethyst #A250EB
Tints of Amethyst #A250EB
RGB
CMYK
RGB Variations
Color information
#A250EB (or 0xA250EB) is known color: Amethyst. HEX triplet: A2, 50 and EB. RGB value is (162,80,235). Sum of RGB (Red+Green+Blue) = 162+80+235=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #A250EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A250EB is #5DAF14. Grayscale: #797979. Windows color (decimal): -6139669 or 15421602. OLE color: 15421602.
HSL color Cylindrical-coordinate representation of color #A250EB: hue angle of 271.74º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A250EB is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 80 | 235 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.08 |
| HSL | 271.74º | 0.79% | 0.62% | - |
| HSV(B) | 271.74º | 0.66% | 0.92% | - |
| XYZ | 32.76 | 19.42 | 80.62 | - |
| YUV | 122.19 | 191.67 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 235 | 0.31 | 0.66 | 0 | 0.08 | 271.74 | 0.79 | 0.62 |
| Hex | A2 | 50 | EB | 1F | 42 | 0 | 8 | 110 | 4F | 3E |
| Octal | 242 | 120 | 353 | 37 | 102 | 0 | 10 | 420 | 117 | 76 |
| Binary | 10100010 | 1010000 | 11101011 | 11111 | 1000010 | 0 | 1000 | 100010000 | 1001111 | 111110 |
Color Harmonies of #A250EB
Complementary color
Monochromatic Colors of #A250EB
Black with #A250EB
Text Example
Text Example
White with #A250EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A250EB; }
p { color: rgb(162,80,235); }
H1.HeaderClassName
{
color: #A250EB;
}
.AnyTagClassName
{
color: #A250EB;
}
</style>
background-color css
<style>
a { background-color: #A250EB; }
a { background-color: rgb(162,80,235); }
div.DivClassName
{
background-color: #A250EB;
}
.BgClassName
{
background-color: #A250EB;
}
</style>
border-color css
<style>
span { border-color: #A250EB; }
span { border-color: rgb(162,80,235); }
td.TdClassName
{
border-color: #A250EB;
}
.TagClassName
{
border-color: #A250EB;
}
</style>