Shades of Amethyst #AF78DD
Tints of Amethyst #AF78DD
RGB
CMYK
RGB Variations
Color information
#AF78DD (or 0xAF78DD) is known color: Amethyst. HEX triplet: AF, 78 and DD. RGB value is (175,120,221). Sum of RGB (Red+Green+Blue) = 175+120+221=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF78DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF78DD is #508722. Grayscale: #939393. Windows color (decimal): -5277475 or 14514351. OLE color: 14514351.
HSL color Cylindrical-coordinate representation of color #AF78DD: hue angle of 272.67º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF78DD is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 120 | 221 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.13 |
| HSL | 272.67º | 0.6% | 0.67% | - |
| HSV(B) | 272.67º | 0.46% | 0.87% | - |
| XYZ | 37.45 | 27.77 | 71.79 | - |
| YUV | 147.96 | 169.22 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 221 | 0.21 | 0.46 | 0 | 0.13 | 272.67 | 0.6 | 0.67 |
| Hex | AF | 78 | DD | 15 | 2E | 0 | D | 111 | 3C | 43 |
| Octal | 257 | 170 | 335 | 25 | 56 | 0 | 15 | 421 | 74 | 103 |
| Binary | 10101111 | 1111000 | 11011101 | 10101 | 101110 | 0 | 1101 | 100010001 | 111100 | 1000011 |
Color Harmonies of #AF78DD
Complementary color
Monochromatic Colors of #AF78DD
Black with #AF78DD
Text Example
Text Example
White with #AF78DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF78DD; }
p { color: rgb(175,120,221); }
H1.HeaderClassName
{
color: #AF78DD;
}
.AnyTagClassName
{
color: #AF78DD;
}
</style>
background-color css
<style>
a { background-color: #AF78DD; }
a { background-color: rgb(175,120,221); }
div.DivClassName
{
background-color: #AF78DD;
}
.BgClassName
{
background-color: #AF78DD;
}
</style>
border-color css
<style>
span { border-color: #AF78DD; }
span { border-color: rgb(175,120,221); }
td.TdClassName
{
border-color: #AF78DD;
}
.TagClassName
{
border-color: #AF78DD;
}
</style>