Shades of Amethyst #A874CD
Tints of Amethyst #A874CD
RGB
CMYK
RGB Variations
Color information
#A874CD (or 0xA874CD) is known color: Amethyst. HEX triplet: A8, 74 and CD. RGB value is (168,116,205). Sum of RGB (Red+Green+Blue) = 168+116+205=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #A874CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A874CD is #578B32. Grayscale: #8D8D8D. Windows color (decimal): -5737267 or 13464744. OLE color: 13464744.
HSL color Cylindrical-coordinate representation of color #A874CD: hue angle of 275.06º degrees, saturation: 0.47, 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 #A874CD is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 116 | 205 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.20 |
| HSL | 275.06º | 0.47% | 0.63% | - |
| HSV(B) | 275.06º | 0.43% | 0.8% | - |
| XYZ | 33.41 | 25.22 | 60.87 | - |
| YUV | 141.69 | 163.73 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 205 | 0.18 | 0.43 | 0 | 0.20 | 275.06 | 0.47 | 0.63 |
| Hex | A8 | 74 | CD | 12 | 2B | 0 | 14 | 113 | 2F | 3F |
| Octal | 250 | 164 | 315 | 22 | 53 | 0 | 24 | 423 | 57 | 77 |
| Binary | 10101000 | 1110100 | 11001101 | 10010 | 101011 | 0 | 10100 | 100010011 | 101111 | 111111 |
Color Harmonies of #A874CD
Complementary color
Monochromatic Colors of #A874CD
Black with #A874CD
Text Example
Text Example
White with #A874CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A874CD; }
p { color: rgb(168,116,205); }
H1.HeaderClassName
{
color: #A874CD;
}
.AnyTagClassName
{
color: #A874CD;
}
</style>
background-color css
<style>
a { background-color: #A874CD; }
a { background-color: rgb(168,116,205); }
div.DivClassName
{
background-color: #A874CD;
}
.BgClassName
{
background-color: #A874CD;
}
</style>
border-color css
<style>
span { border-color: #A874CD; }
span { border-color: rgb(168,116,205); }
td.TdClassName
{
border-color: #A874CD;
}
.TagClassName
{
border-color: #A874CD;
}
</style>