Shades of Amethyst #A75CE2
Tints of Amethyst #A75CE2
RGB
CMYK
RGB Variations
Color information
#A75CE2 (or 0xA75CE2) is known color: Amethyst. HEX triplet: A7, 5C and E2. RGB value is (167,92,226). Sum of RGB (Red+Green+Blue) = 167+92+226=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 226 (88.67% from 255 or 46.60% from 485); Max value from RGB is 226 - color contains mainly: blue. Hex color #A75CE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75CE2 is #58A31D. Grayscale: #818181. Windows color (decimal): -5808926 or 14834855. OLE color: 14834855.
HSL color Cylindrical-coordinate representation of color #A75CE2: hue angle of 273.58º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A75CE2 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 92 | 226 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.11 |
| HSL | 273.58º | 0.7% | 0.62% | - |
| HSV(B) | 273.58º | 0.59% | 0.89% | - |
| XYZ | 33.49 | 21.36 | 74.31 | - |
| YUV | 129.7 | 182.35 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 92 | 226 | 0.26 | 0.59 | 0 | 0.11 | 273.58 | 0.7 | 0.62 |
| Hex | A7 | 5C | E2 | 1A | 3B | 0 | B | 112 | 46 | 3E |
| Octal | 247 | 134 | 342 | 32 | 73 | 0 | 13 | 422 | 106 | 76 |
| Binary | 10100111 | 1011100 | 11100010 | 11010 | 111011 | 0 | 1011 | 100010010 | 1000110 | 111110 |
Color Harmonies of #A75CE2
Complementary color
Monochromatic Colors of #A75CE2
Black with #A75CE2
Text Example
Text Example
White with #A75CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75CE2; }
p { color: rgb(167,92,226); }
H1.HeaderClassName
{
color: #A75CE2;
}
.AnyTagClassName
{
color: #A75CE2;
}
</style>
background-color css
<style>
a { background-color: #A75CE2; }
a { background-color: rgb(167,92,226); }
div.DivClassName
{
background-color: #A75CE2;
}
.BgClassName
{
background-color: #A75CE2;
}
</style>
border-color css
<style>
span { border-color: #A75CE2; }
span { border-color: rgb(167,92,226); }
td.TdClassName
{
border-color: #A75CE2;
}
.TagClassName
{
border-color: #A75CE2;
}
</style>