Shades of Amethyst #A874CC
Tints of Amethyst #A874CC
RGB
CMYK
RGB Variations
Color information
#A874CC (or 0xA874CC) is known color: Amethyst. HEX triplet: A8, 74 and CC. RGB value is (168,116,204). Sum of RGB (Red+Green+Blue) = 168+116+204=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #A874CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A874CC is #578B33. Grayscale: #8D8D8D. Windows color (decimal): -5737268 or 13399208. OLE color: 13399208.
HSL color Cylindrical-coordinate representation of color #A874CC: hue angle of 275.45º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A874CC is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 116 | 204 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.2 |
| HSL | 275.45º | 0.46% | 0.63% | - |
| HSV(B) | 275.45º | 0.43% | 0.8% | - |
| XYZ | 33.29 | 25.18 | 60.23 | - |
| YUV | 141.58 | 163.23 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 204 | 0.18 | 0.43 | 0 | 0.2 | 275.45 | 0.46 | 0.63 |
| Hex | A8 | 74 | CC | 12 | 2B | 0 | 14 | 113 | 2E | 3F |
| Octal | 250 | 164 | 314 | 22 | 53 | 0 | 24 | 423 | 56 | 77 |
| Binary | 10101000 | 1110100 | 11001100 | 10010 | 101011 | 0 | 10100 | 100010011 | 101110 | 111111 |
Color Harmonies of #A874CC
Complementary color
Monochromatic Colors of #A874CC
Black with #A874CC
Text Example
Text Example
White with #A874CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A874CC; }
p { color: rgb(168,116,204); }
H1.HeaderClassName
{
color: #A874CC;
}
.AnyTagClassName
{
color: #A874CC;
}
</style>
background-color css
<style>
a { background-color: #A874CC; }
a { background-color: rgb(168,116,204); }
div.DivClassName
{
background-color: #A874CC;
}
.BgClassName
{
background-color: #A874CC;
}
</style>
border-color css
<style>
span { border-color: #A874CC; }
span { border-color: rgb(168,116,204); }
td.TdClassName
{
border-color: #A874CC;
}
.TagClassName
{
border-color: #A874CC;
}
</style>