Shades of Amethyst #A25FC8
Tints of Amethyst #A25FC8
RGB
CMYK
RGB Variations
Color information
#A25FC8 (or 0xA25FC8) is known color: Amethyst. HEX triplet: A2, 5F and C8. RGB value is (162,95,200). Sum of RGB (Red+Green+Blue) = 162+95+200=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 200 - color contains mainly: blue. Hex color #A25FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FC8 is #5DA037. Grayscale: #7E7E7E. Windows color (decimal): -6135864 or 13131682. OLE color: 13131682.
HSL color Cylindrical-coordinate representation of color #A25FC8: hue angle of 278.29º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A25FC8 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 95 | 200 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.22 |
| HSL | 278.29º | 0.49% | 0.58% | - |
| HSV(B) | 278.29º | 0.53% | 0.78% | - |
| XYZ | 29.42 | 20.04 | 56.96 | - |
| YUV | 127 | 169.2 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 200 | 0.19 | 0.52 | 0 | 0.22 | 278.29 | 0.49 | 0.58 |
| Hex | A2 | 5F | C8 | 13 | 34 | 0 | 16 | 116 | 31 | 3A |
| Octal | 242 | 137 | 310 | 23 | 64 | 0 | 26 | 426 | 61 | 72 |
| Binary | 10100010 | 1011111 | 11001000 | 10011 | 110100 | 0 | 10110 | 100010110 | 110001 | 111010 |
Color Harmonies of #A25FC8
Complementary color
Monochromatic Colors of #A25FC8
Black with #A25FC8
Text Example
Text Example
White with #A25FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25FC8; }
p { color: rgb(162,95,200); }
H1.HeaderClassName
{
color: #A25FC8;
}
.AnyTagClassName
{
color: #A25FC8;
}
</style>
background-color css
<style>
a { background-color: #A25FC8; }
a { background-color: rgb(162,95,200); }
div.DivClassName
{
background-color: #A25FC8;
}
.BgClassName
{
background-color: #A25FC8;
}
</style>
border-color css
<style>
span { border-color: #A25FC8; }
span { border-color: rgb(162,95,200); }
td.TdClassName
{
border-color: #A25FC8;
}
.TagClassName
{
border-color: #A25FC8;
}
</style>