Shades of Amethyst #A55FC8
Tints of Amethyst #A55FC8
RGB
CMYK
RGB Variations
Color information
#A55FC8 (or 0xA55FC8) is known color: Amethyst. HEX triplet: A5, 5F and C8. RGB value is (165,95,200). Sum of RGB (Red+Green+Blue) = 165+95+200=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 200 - color contains mainly: blue. Hex color #A55FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55FC8 is #5AA037. Grayscale: #7F7F7F. Windows color (decimal): -5939256 or 13131685. OLE color: 13131685.
HSL color Cylindrical-coordinate representation of color #A55FC8: hue angle of 280º 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 #A55FC8 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 95 | 200 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.22 |
| HSL | 280º | 0.49% | 0.58% | - |
| HSV(B) | 280º | 0.53% | 0.78% | - |
| XYZ | 30.03 | 20.35 | 56.99 | - |
| YUV | 127.9 | 168.69 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 95 | 200 | 0.18 | 0.52 | 0 | 0.22 | 280 | 0.49 | 0.58 |
| Hex | A5 | 5F | C8 | 12 | 34 | 0 | 16 | 118 | 31 | 3A |
| Octal | 245 | 137 | 310 | 22 | 64 | 0 | 26 | 430 | 61 | 72 |
| Binary | 10100101 | 1011111 | 11001000 | 10010 | 110100 | 0 | 10110 | 100011000 | 110001 | 111010 |
Color Harmonies of #A55FC8
Complementary color
Monochromatic Colors of #A55FC8
Black with #A55FC8
Text Example
Text Example
White with #A55FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55FC8; }
p { color: rgb(165,95,200); }
H1.HeaderClassName
{
color: #A55FC8;
}
.AnyTagClassName
{
color: #A55FC8;
}
</style>
background-color css
<style>
a { background-color: #A55FC8; }
a { background-color: rgb(165,95,200); }
div.DivClassName
{
background-color: #A55FC8;
}
.BgClassName
{
background-color: #A55FC8;
}
</style>
border-color css
<style>
span { border-color: #A55FC8; }
span { border-color: rgb(165,95,200); }
td.TdClassName
{
border-color: #A55FC8;
}
.TagClassName
{
border-color: #A55FC8;
}
</style>