Shades of Amethyst #A873CC
Tints of Amethyst #A873CC
RGB
CMYK
RGB Variations
Color information
#A873CC (or 0xA873CC) is known color: Amethyst. HEX triplet: A8, 73 and CC. RGB value is (168,115,204). Sum of RGB (Red+Green+Blue) = 168+115+204=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #A873CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A873CC is #578C33. Grayscale: #8C8C8C. Windows color (decimal): -5737524 or 13398952. OLE color: 13398952.
HSL color Cylindrical-coordinate representation of color #A873CC: hue angle of 275.73º 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 #A873CC is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 115 | 204 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.2 |
| HSL | 275.73º | 0.47% | 0.63% | - |
| HSV(B) | 275.73º | 0.44% | 0.8% | - |
| XYZ | 33.18 | 24.95 | 60.19 | - |
| YUV | 140.99 | 163.56 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 204 | 0.18 | 0.44 | 0 | 0.2 | 275.73 | 0.47 | 0.63 |
| Hex | A8 | 73 | CC | 12 | 2C | 0 | 14 | 114 | 2F | 3F |
| Octal | 250 | 163 | 314 | 22 | 54 | 0 | 24 | 424 | 57 | 77 |
| Binary | 10101000 | 1110011 | 11001100 | 10010 | 101100 | 0 | 10100 | 100010100 | 101111 | 111111 |
Color Harmonies of #A873CC
Complementary color
Monochromatic Colors of #A873CC
Black with #A873CC
Text Example
Text Example
White with #A873CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A873CC; }
p { color: rgb(168,115,204); }
H1.HeaderClassName
{
color: #A873CC;
}
.AnyTagClassName
{
color: #A873CC;
}
</style>
background-color css
<style>
a { background-color: #A873CC; }
a { background-color: rgb(168,115,204); }
div.DivClassName
{
background-color: #A873CC;
}
.BgClassName
{
background-color: #A873CC;
}
</style>
border-color css
<style>
span { border-color: #A873CC; }
span { border-color: rgb(168,115,204); }
td.TdClassName
{
border-color: #A873CC;
}
.TagClassName
{
border-color: #A873CC;
}
</style>