Shades of Amethyst #AF7BD8
Tints of Amethyst #AF7BD8
RGB
CMYK
RGB Variations
Color information
#AF7BD8 (or 0xAF7BD8) is known color: Amethyst. HEX triplet: AF, 7B and D8. RGB value is (175,123,216). Sum of RGB (Red+Green+Blue) = 175+123+216=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 216 (84.77% from 255 or 42.02% from 514); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF7BD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7BD8 is #508427. Grayscale: #949494. Windows color (decimal): -5276712 or 14187439. OLE color: 14187439.
HSL color Cylindrical-coordinate representation of color #AF7BD8: hue angle of 273.55º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF7BD8 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 123 | 216 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.15 |
| HSL | 273.55º | 0.54% | 0.66% | - |
| HSV(B) | 273.55º | 0.43% | 0.85% | - |
| XYZ | 37.16 | 28.24 | 68.46 | - |
| YUV | 149.15 | 165.73 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 216 | 0.19 | 0.43 | 0 | 0.15 | 273.55 | 0.54 | 0.66 |
| Hex | AF | 7B | D8 | 13 | 2B | 0 | F | 112 | 36 | 42 |
| Octal | 257 | 173 | 330 | 23 | 53 | 0 | 17 | 422 | 66 | 102 |
| Binary | 10101111 | 1111011 | 11011000 | 10011 | 101011 | 0 | 1111 | 100010010 | 110110 | 1000010 |
Color Harmonies of #AF7BD8
Complementary color
Monochromatic Colors of #AF7BD8
Black with #AF7BD8
Text Example
Text Example
White with #AF7BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7BD8; }
p { color: rgb(175,123,216); }
H1.HeaderClassName
{
color: #AF7BD8;
}
.AnyTagClassName
{
color: #AF7BD8;
}
</style>
background-color css
<style>
a { background-color: #AF7BD8; }
a { background-color: rgb(175,123,216); }
div.DivClassName
{
background-color: #AF7BD8;
}
.BgClassName
{
background-color: #AF7BD8;
}
</style>
border-color css
<style>
span { border-color: #AF7BD8; }
span { border-color: rgb(175,123,216); }
td.TdClassName
{
border-color: #AF7BD8;
}
.TagClassName
{
border-color: #AF7BD8;
}
</style>