Shades of Amethyst #A75CDF
Tints of Amethyst #A75CDF
RGB
CMYK
RGB Variations
Color information
#A75CDF (or 0xA75CDF) is known color: Amethyst. HEX triplet: A7, 5C and DF. RGB value is (167,92,223). Sum of RGB (Red+Green+Blue) = 167+92+223=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #A75CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75CDF is #58A320. Grayscale: #808080. Windows color (decimal): -5808929 or 14638247. OLE color: 14638247.
HSL color Cylindrical-coordinate representation of color #A75CDF: hue angle of 274.35º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A75CDF is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 92 | 223 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.13 |
| HSL | 274.35º | 0.67% | 0.62% | - |
| HSV(B) | 274.35º | 0.59% | 0.87% | - |
| XYZ | 33.08 | 21.2 | 72.16 | - |
| YUV | 129.36 | 180.85 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 92 | 223 | 0.25 | 0.59 | 0 | 0.13 | 274.35 | 0.67 | 0.62 |
| Hex | A7 | 5C | DF | 19 | 3B | 0 | D | 112 | 43 | 3E |
| Octal | 247 | 134 | 337 | 31 | 73 | 0 | 15 | 422 | 103 | 76 |
| Binary | 10100111 | 1011100 | 11011111 | 11001 | 111011 | 0 | 1101 | 100010010 | 1000011 | 111110 |
Color Harmonies of #A75CDF
Complementary color
Monochromatic Colors of #A75CDF
Black with #A75CDF
Text Example
Text Example
White with #A75CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75CDF; }
p { color: rgb(167,92,223); }
H1.HeaderClassName
{
color: #A75CDF;
}
.AnyTagClassName
{
color: #A75CDF;
}
</style>
background-color css
<style>
a { background-color: #A75CDF; }
a { background-color: rgb(167,92,223); }
div.DivClassName
{
background-color: #A75CDF;
}
.BgClassName
{
background-color: #A75CDF;
}
</style>
border-color css
<style>
span { border-color: #A75CDF; }
span { border-color: rgb(167,92,223); }
td.TdClassName
{
border-color: #A75CDF;
}
.TagClassName
{
border-color: #A75CDF;
}
</style>