Shades of Amethyst #AF78D5
Tints of Amethyst #AF78D5
RGB
CMYK
RGB Variations
Color information
#AF78D5 (or 0xAF78D5) is known color: Amethyst. HEX triplet: AF, 78 and D5. RGB value is (175,120,213). Sum of RGB (Red+Green+Blue) = 175+120+213=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 213 (83.59% from 255 or 41.93% from 508); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF78D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF78D5 is #50872A. Grayscale: #929292. Windows color (decimal): -5277483 or 13990063. OLE color: 13990063.
HSL color Cylindrical-coordinate representation of color #AF78D5: hue angle of 275.48º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF78D5 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 120 | 213 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.16 |
| HSL | 275.48º | 0.53% | 0.65% | - |
| HSV(B) | 275.48º | 0.44% | 0.84% | - |
| XYZ | 36.41 | 27.35 | 66.31 | - |
| YUV | 147.05 | 165.22 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 213 | 0.18 | 0.44 | 0 | 0.16 | 275.48 | 0.53 | 0.65 |
| Hex | AF | 78 | D5 | 12 | 2C | 0 | 10 | 113 | 35 | 41 |
| Octal | 257 | 170 | 325 | 22 | 54 | 0 | 20 | 423 | 65 | 101 |
| Binary | 10101111 | 1111000 | 11010101 | 10010 | 101100 | 0 | 10000 | 100010011 | 110101 | 1000001 |
Color Harmonies of #AF78D5
Complementary color
Monochromatic Colors of #AF78D5
Black with #AF78D5
Text Example
Text Example
White with #AF78D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF78D5; }
p { color: rgb(175,120,213); }
H1.HeaderClassName
{
color: #AF78D5;
}
.AnyTagClassName
{
color: #AF78D5;
}
</style>
background-color css
<style>
a { background-color: #AF78D5; }
a { background-color: rgb(175,120,213); }
div.DivClassName
{
background-color: #AF78D5;
}
.BgClassName
{
background-color: #AF78D5;
}
</style>
border-color css
<style>
span { border-color: #AF78D5; }
span { border-color: rgb(175,120,213); }
td.TdClassName
{
border-color: #AF78D5;
}
.TagClassName
{
border-color: #AF78D5;
}
</style>