Shades of Amethyst #A875CD
Tints of Amethyst #A875CD
RGB
CMYK
RGB Variations
Color information
#A875CD (or 0xA875CD) is known color: Amethyst. HEX triplet: A8, 75 and CD. RGB value is (168,117,205). Sum of RGB (Red+Green+Blue) = 168+117+205=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #A875CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A875CD is #578A32. Grayscale: #8D8D8D. Windows color (decimal): -5737011 or 13465000. OLE color: 13465000.
HSL color Cylindrical-coordinate representation of color #A875CD: hue angle of 274.77º 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 #A875CD is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 117 | 205 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.20 |
| HSL | 274.77º | 0.47% | 0.63% | - |
| HSV(B) | 274.77º | 0.43% | 0.8% | - |
| XYZ | 33.53 | 25.46 | 60.9 | - |
| YUV | 142.28 | 163.4 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 205 | 0.18 | 0.43 | 0 | 0.20 | 274.77 | 0.47 | 0.63 |
| Hex | A8 | 75 | CD | 12 | 2B | 0 | 14 | 113 | 2F | 3F |
| Octal | 250 | 165 | 315 | 22 | 53 | 0 | 24 | 423 | 57 | 77 |
| Binary | 10101000 | 1110101 | 11001101 | 10010 | 101011 | 0 | 10100 | 100010011 | 101111 | 111111 |
Color Harmonies of #A875CD
Complementary color
Monochromatic Colors of #A875CD
Black with #A875CD
Text Example
Text Example
White with #A875CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A875CD; }
p { color: rgb(168,117,205); }
H1.HeaderClassName
{
color: #A875CD;
}
.AnyTagClassName
{
color: #A875CD;
}
</style>
background-color css
<style>
a { background-color: #A875CD; }
a { background-color: rgb(168,117,205); }
div.DivClassName
{
background-color: #A875CD;
}
.BgClassName
{
background-color: #A875CD;
}
</style>
border-color css
<style>
span { border-color: #A875CD; }
span { border-color: rgb(168,117,205); }
td.TdClassName
{
border-color: #A875CD;
}
.TagClassName
{
border-color: #A875CD;
}
</style>