Shades of Amethyst #A875CA
Tints of Amethyst #A875CA
RGB
CMYK
RGB Variations
Color information
#A875CA (or 0xA875CA) is known color: Amethyst. HEX triplet: A8, 75 and CA. RGB value is (168,117,202). Sum of RGB (Red+Green+Blue) = 168+117+202=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #A875CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A875CA is #578A35. Grayscale: #8D8D8D. Windows color (decimal): -5737014 or 13268392. OLE color: 13268392.
HSL color Cylindrical-coordinate representation of color #A875CA: hue angle of 276º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A875CA is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 117 | 202 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.21 |
| HSL | 276º | 0.45% | 0.63% | - |
| HSV(B) | 276º | 0.42% | 0.79% | - |
| XYZ | 33.17 | 25.31 | 59.01 | - |
| YUV | 141.94 | 161.9 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 202 | 0.17 | 0.42 | 0 | 0.21 | 276 | 0.45 | 0.63 |
| Hex | A8 | 75 | CA | 11 | 2A | 0 | 15 | 114 | 2D | 3F |
| Octal | 250 | 165 | 312 | 21 | 52 | 0 | 25 | 424 | 55 | 77 |
| Binary | 10101000 | 1110101 | 11001010 | 10001 | 101010 | 0 | 10101 | 100010100 | 101101 | 111111 |
Color Harmonies of #A875CA
Complementary color
Monochromatic Colors of #A875CA
Black with #A875CA
Text Example
Text Example
White with #A875CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A875CA; }
p { color: rgb(168,117,202); }
H1.HeaderClassName
{
color: #A875CA;
}
.AnyTagClassName
{
color: #A875CA;
}
</style>
background-color css
<style>
a { background-color: #A875CA; }
a { background-color: rgb(168,117,202); }
div.DivClassName
{
background-color: #A875CA;
}
.BgClassName
{
background-color: #A875CA;
}
</style>
border-color css
<style>
span { border-color: #A875CA; }
span { border-color: rgb(168,117,202); }
td.TdClassName
{
border-color: #A875CA;
}
.TagClassName
{
border-color: #A875CA;
}
</style>