Shades of Amethyst #A75FDF
Tints of Amethyst #A75FDF
RGB
CMYK
RGB Variations
Color information
#A75FDF (or 0xA75FDF) is known color: Amethyst. HEX triplet: A7, 5F and DF. RGB value is (167,95,223). Sum of RGB (Red+Green+Blue) = 167+95+223=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #A75FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75FDF is #58A020. Grayscale: #828282. Windows color (decimal): -5808161 or 14639015. OLE color: 14639015.
HSL color Cylindrical-coordinate representation of color #A75FDF: hue angle of 273.75º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A75FDF is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 95 | 223 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.13 |
| HSL | 273.75º | 0.67% | 0.62% | - |
| HSV(B) | 273.75º | 0.57% | 0.87% | - |
| XYZ | 33.35 | 21.73 | 72.25 | - |
| YUV | 131.12 | 179.85 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 95 | 223 | 0.25 | 0.57 | 0 | 0.13 | 273.75 | 0.67 | 0.62 |
| Hex | A7 | 5F | DF | 19 | 39 | 0 | D | 112 | 43 | 3E |
| Octal | 247 | 137 | 337 | 31 | 71 | 0 | 15 | 422 | 103 | 76 |
| Binary | 10100111 | 1011111 | 11011111 | 11001 | 111001 | 0 | 1101 | 100010010 | 1000011 | 111110 |
Color Harmonies of #A75FDF
Complementary color
Monochromatic Colors of #A75FDF
Black with #A75FDF
Text Example
Text Example
White with #A75FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75FDF; }
p { color: rgb(167,95,223); }
H1.HeaderClassName
{
color: #A75FDF;
}
.AnyTagClassName
{
color: #A75FDF;
}
</style>
background-color css
<style>
a { background-color: #A75FDF; }
a { background-color: rgb(167,95,223); }
div.DivClassName
{
background-color: #A75FDF;
}
.BgClassName
{
background-color: #A75FDF;
}
</style>
border-color css
<style>
span { border-color: #A75FDF; }
span { border-color: rgb(167,95,223); }
td.TdClassName
{
border-color: #A75FDF;
}
.TagClassName
{
border-color: #A75FDF;
}
</style>