Shades of Amethyst #A75FCC
Tints of Amethyst #A75FCC
RGB
CMYK
RGB Variations
Color information
#A75FCC (or 0xA75FCC) is known color: Amethyst. HEX triplet: A7, 5F and CC. RGB value is (167,95,204). Sum of RGB (Red+Green+Blue) = 167+95+204=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #A75FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75FCC is #58A033. Grayscale: #808080. Windows color (decimal): -5808180 or 13393831. OLE color: 13393831.
HSL color Cylindrical-coordinate representation of color #A75FCC: hue angle of 279.63º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A75FCC is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 95 | 204 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.2 |
| HSL | 279.63º | 0.52% | 0.59% | - |
| HSV(B) | 279.63º | 0.53% | 0.8% | - |
| XYZ | 30.93 | 20.76 | 59.5 | - |
| YUV | 128.95 | 170.35 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 95 | 204 | 0.18 | 0.53 | 0 | 0.2 | 279.63 | 0.52 | 0.59 |
| Hex | A7 | 5F | CC | 12 | 35 | 0 | 14 | 118 | 34 | 3B |
| Octal | 247 | 137 | 314 | 22 | 65 | 0 | 24 | 430 | 64 | 73 |
| Binary | 10100111 | 1011111 | 11001100 | 10010 | 110101 | 0 | 10100 | 100011000 | 110100 | 111011 |
Color Harmonies of #A75FCC
Complementary color
Monochromatic Colors of #A75FCC
Black with #A75FCC
Text Example
Text Example
White with #A75FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75FCC; }
p { color: rgb(167,95,204); }
H1.HeaderClassName
{
color: #A75FCC;
}
.AnyTagClassName
{
color: #A75FCC;
}
</style>
background-color css
<style>
a { background-color: #A75FCC; }
a { background-color: rgb(167,95,204); }
div.DivClassName
{
background-color: #A75FCC;
}
.BgClassName
{
background-color: #A75FCC;
}
</style>
border-color css
<style>
span { border-color: #A75FCC; }
span { border-color: rgb(167,95,204); }
td.TdClassName
{
border-color: #A75FCC;
}
.TagClassName
{
border-color: #A75FCC;
}
</style>