Shades of Amethyst #A873CD
Tints of Amethyst #A873CD
RGB
CMYK
RGB Variations
Color information
#A873CD (or 0xA873CD) is known color: Amethyst. HEX triplet: A8, 73 and CD. RGB value is (168,115,205). Sum of RGB (Red+Green+Blue) = 168+115+205=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #A873CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A873CD is #578C32. Grayscale: #8C8C8C. Windows color (decimal): -5737523 or 13464488. OLE color: 13464488.
HSL color Cylindrical-coordinate representation of color #A873CD: hue angle of 275.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A873CD is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 115 | 205 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.20 |
| HSL | 275.33º | 0.47% | 0.63% | - |
| HSV(B) | 275.33º | 0.44% | 0.8% | - |
| XYZ | 33.3 | 24.99 | 60.83 | - |
| YUV | 141.11 | 164.06 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 205 | 0.18 | 0.44 | 0 | 0.20 | 275.33 | 0.47 | 0.63 |
| Hex | A8 | 73 | CD | 12 | 2C | 0 | 14 | 113 | 2F | 3F |
| Octal | 250 | 163 | 315 | 22 | 54 | 0 | 24 | 423 | 57 | 77 |
| Binary | 10101000 | 1110011 | 11001101 | 10010 | 101100 | 0 | 10100 | 100010011 | 101111 | 111111 |
Color Harmonies of #A873CD
Complementary color
Monochromatic Colors of #A873CD
Black with #A873CD
Text Example
Text Example
White with #A873CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A873CD; }
p { color: rgb(168,115,205); }
H1.HeaderClassName
{
color: #A873CD;
}
.AnyTagClassName
{
color: #A873CD;
}
</style>
background-color css
<style>
a { background-color: #A873CD; }
a { background-color: rgb(168,115,205); }
div.DivClassName
{
background-color: #A873CD;
}
.BgClassName
{
background-color: #A873CD;
}
</style>
border-color css
<style>
span { border-color: #A873CD; }
span { border-color: rgb(168,115,205); }
td.TdClassName
{
border-color: #A873CD;
}
.TagClassName
{
border-color: #A873CD;
}
</style>