Shades of Amethyst #AF72D3
Tints of Amethyst #AF72D3
RGB
CMYK
RGB Variations
Color information
#AF72D3 (or 0xAF72D3) is known color: Amethyst. HEX triplet: AF, 72 and D3. RGB value is (175,114,211). Sum of RGB (Red+Green+Blue) = 175+114+211=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 211 (82.81% from 255 or 42.2% from 500); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF72D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF72D3 is #508D2C. Grayscale: #8E8E8E. Windows color (decimal): -5279021 or 13857455. OLE color: 13857455.
HSL color Cylindrical-coordinate representation of color #AF72D3: hue angle of 277.73º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF72D3 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 114 | 211 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.17 |
| HSL | 277.73º | 0.52% | 0.64% | - |
| HSV(B) | 277.73º | 0.46% | 0.83% | - |
| XYZ | 35.45 | 25.85 | 64.75 | - |
| YUV | 143.3 | 166.21 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 114 | 211 | 0.17 | 0.46 | 0 | 0.17 | 277.73 | 0.52 | 0.64 |
| Hex | AF | 72 | D3 | 11 | 2E | 0 | 11 | 116 | 34 | 40 |
| Octal | 257 | 162 | 323 | 21 | 56 | 0 | 21 | 426 | 64 | 100 |
| Binary | 10101111 | 1110010 | 11010011 | 10001 | 101110 | 0 | 10001 | 100010110 | 110100 | 1000000 |
Color Harmonies of #AF72D3
Complementary color
Monochromatic Colors of #AF72D3
Black with #AF72D3
Text Example
Text Example
White with #AF72D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF72D3; }
p { color: rgb(175,114,211); }
H1.HeaderClassName
{
color: #AF72D3;
}
.AnyTagClassName
{
color: #AF72D3;
}
</style>
background-color css
<style>
a { background-color: #AF72D3; }
a { background-color: rgb(175,114,211); }
div.DivClassName
{
background-color: #AF72D3;
}
.BgClassName
{
background-color: #AF72D3;
}
</style>
border-color css
<style>
span { border-color: #AF72D3; }
span { border-color: rgb(175,114,211); }
td.TdClassName
{
border-color: #AF72D3;
}
.TagClassName
{
border-color: #AF72D3;
}
</style>