Shades of Amethyst #AF7AD8
Tints of Amethyst #AF7AD8
RGB
CMYK
RGB Variations
Color information
#AF7AD8 (or 0xAF7AD8) is known color: Amethyst. HEX triplet: AF, 7A and D8. RGB value is (175,122,216). Sum of RGB (Red+Green+Blue) = 175+122+216=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF7AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7AD8 is #508527. Grayscale: #949494. Windows color (decimal): -5276968 or 14187183. OLE color: 14187183.
HSL color Cylindrical-coordinate representation of color #AF7AD8: hue angle of 273.83º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF7AD8 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 122 | 216 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.15 |
| HSL | 273.83º | 0.55% | 0.66% | - |
| HSV(B) | 273.83º | 0.44% | 0.85% | - |
| XYZ | 37.03 | 27.99 | 68.42 | - |
| YUV | 148.56 | 166.06 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 122 | 216 | 0.19 | 0.44 | 0 | 0.15 | 273.83 | 0.55 | 0.66 |
| Hex | AF | 7A | D8 | 13 | 2C | 0 | F | 112 | 37 | 42 |
| Octal | 257 | 172 | 330 | 23 | 54 | 0 | 17 | 422 | 67 | 102 |
| Binary | 10101111 | 1111010 | 11011000 | 10011 | 101100 | 0 | 1111 | 100010010 | 110111 | 1000010 |
Color Harmonies of #AF7AD8
Complementary color
Monochromatic Colors of #AF7AD8
Black with #AF7AD8
Text Example
Text Example
White with #AF7AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7AD8; }
p { color: rgb(175,122,216); }
H1.HeaderClassName
{
color: #AF7AD8;
}
.AnyTagClassName
{
color: #AF7AD8;
}
</style>
background-color css
<style>
a { background-color: #AF7AD8; }
a { background-color: rgb(175,122,216); }
div.DivClassName
{
background-color: #AF7AD8;
}
.BgClassName
{
background-color: #AF7AD8;
}
</style>
border-color css
<style>
span { border-color: #AF7AD8; }
span { border-color: rgb(175,122,216); }
td.TdClassName
{
border-color: #AF7AD8;
}
.TagClassName
{
border-color: #AF7AD8;
}
</style>