Shades of Amethyst #AF73D6
Tints of Amethyst #AF73D6
RGB
CMYK
RGB Variations
Color information
#AF73D6 (or 0xAF73D6) is known color: Amethyst. HEX triplet: AF, 73 and D6. RGB value is (175,115,214). Sum of RGB (Red+Green+Blue) = 175+115+214=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 214 (83.98% from 255 or 42.46% from 504); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF73D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF73D6 is #508C29. Grayscale: #8F8F8F. Windows color (decimal): -5278762 or 14054319. OLE color: 14054319.
HSL color Cylindrical-coordinate representation of color #AF73D6: hue angle of 276.36º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF73D6 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 115 | 214 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.16 |
| HSL | 276.36º | 0.55% | 0.65% | - |
| HSV(B) | 276.36º | 0.46% | 0.84% | - |
| XYZ | 35.95 | 26.23 | 66.79 | - |
| YUV | 144.23 | 167.38 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 214 | 0.18 | 0.46 | 0 | 0.16 | 276.36 | 0.55 | 0.65 |
| Hex | AF | 73 | D6 | 12 | 2E | 0 | 10 | 114 | 37 | 41 |
| Octal | 257 | 163 | 326 | 22 | 56 | 0 | 20 | 424 | 67 | 101 |
| Binary | 10101111 | 1110011 | 11010110 | 10010 | 101110 | 0 | 10000 | 100010100 | 110111 | 1000001 |
Color Harmonies of #AF73D6
Complementary color
Monochromatic Colors of #AF73D6
Black with #AF73D6
Text Example
Text Example
White with #AF73D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF73D6; }
p { color: rgb(175,115,214); }
H1.HeaderClassName
{
color: #AF73D6;
}
.AnyTagClassName
{
color: #AF73D6;
}
</style>
background-color css
<style>
a { background-color: #AF73D6; }
a { background-color: rgb(175,115,214); }
div.DivClassName
{
background-color: #AF73D6;
}
.BgClassName
{
background-color: #AF73D6;
}
</style>
border-color css
<style>
span { border-color: #AF73D6; }
span { border-color: rgb(175,115,214); }
td.TdClassName
{
border-color: #AF73D6;
}
.TagClassName
{
border-color: #AF73D6;
}
</style>