Shades of Amethyst #A75CE0
Tints of Amethyst #A75CE0
RGB
CMYK
RGB Variations
Color information
#A75CE0 (or 0xA75CE0) is known color: Amethyst. HEX triplet: A7, 5C and E0. RGB value is (167,92,224). Sum of RGB (Red+Green+Blue) = 167+92+224=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 224 - color contains mainly: blue. Hex color #A75CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75CE0 is #58A31F. Grayscale: #818181. Windows color (decimal): -5808928 or 14703783. OLE color: 14703783.
HSL color Cylindrical-coordinate representation of color #A75CE0: hue angle of 274.09º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A75CE0 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 92 | 224 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.12 |
| HSL | 274.09º | 0.68% | 0.62% | - |
| HSV(B) | 274.09º | 0.59% | 0.88% | - |
| XYZ | 33.22 | 21.25 | 72.87 | - |
| YUV | 129.47 | 181.35 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 92 | 224 | 0.25 | 0.59 | 0 | 0.12 | 274.09 | 0.68 | 0.62 |
| Hex | A7 | 5C | E0 | 19 | 3B | 0 | C | 112 | 44 | 3E |
| Octal | 247 | 134 | 340 | 31 | 73 | 0 | 14 | 422 | 104 | 76 |
| Binary | 10100111 | 1011100 | 11100000 | 11001 | 111011 | 0 | 1100 | 100010010 | 1000100 | 111110 |
Color Harmonies of #A75CE0
Complementary color
Monochromatic Colors of #A75CE0
Black with #A75CE0
Text Example
Text Example
White with #A75CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75CE0; }
p { color: rgb(167,92,224); }
H1.HeaderClassName
{
color: #A75CE0;
}
.AnyTagClassName
{
color: #A75CE0;
}
</style>
background-color css
<style>
a { background-color: #A75CE0; }
a { background-color: rgb(167,92,224); }
div.DivClassName
{
background-color: #A75CE0;
}
.BgClassName
{
background-color: #A75CE0;
}
</style>
border-color css
<style>
span { border-color: #A75CE0; }
span { border-color: rgb(167,92,224); }
td.TdClassName
{
border-color: #A75CE0;
}
.TagClassName
{
border-color: #A75CE0;
}
</style>