Shades of Amethyst #A875C9
Tints of Amethyst #A875C9
RGB
CMYK
RGB Variations
Color information
#A875C9 (or 0xA875C9) is known color: Amethyst. HEX triplet: A8, 75 and C9. RGB value is (168,117,201). Sum of RGB (Red+Green+Blue) = 168+117+201=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 201 - color contains mainly: blue. Hex color #A875C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A875C9 is #578A36. Grayscale: #8D8D8D. Windows color (decimal): -5737015 or 13202856. OLE color: 13202856.
HSL color Cylindrical-coordinate representation of color #A875C9: hue angle of 276.43º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A875C9 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 117 | 201 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.21 |
| HSL | 276.43º | 0.44% | 0.62% | - |
| HSV(B) | 276.43º | 0.42% | 0.79% | - |
| XYZ | 33.05 | 25.26 | 58.39 | - |
| YUV | 141.83 | 161.4 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 201 | 0.16 | 0.42 | 0 | 0.21 | 276.43 | 0.44 | 0.62 |
| Hex | A8 | 75 | C9 | 10 | 2A | 0 | 15 | 114 | 2C | 3E |
| Octal | 250 | 165 | 311 | 20 | 52 | 0 | 25 | 424 | 54 | 76 |
| Binary | 10101000 | 1110101 | 11001001 | 10000 | 101010 | 0 | 10101 | 100010100 | 101100 | 111110 |
Color Harmonies of #A875C9
Complementary color
Monochromatic Colors of #A875C9
Black with #A875C9
Text Example
Text Example
White with #A875C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A875C9; }
p { color: rgb(168,117,201); }
H1.HeaderClassName
{
color: #A875C9;
}
.AnyTagClassName
{
color: #A875C9;
}
</style>
background-color css
<style>
a { background-color: #A875C9; }
a { background-color: rgb(168,117,201); }
div.DivClassName
{
background-color: #A875C9;
}
.BgClassName
{
background-color: #A875C9;
}
</style>
border-color css
<style>
span { border-color: #A875C9; }
span { border-color: rgb(168,117,201); }
td.TdClassName
{
border-color: #A875C9;
}
.TagClassName
{
border-color: #A875C9;
}
</style>