Shades of Amethyst #AF78D3
Tints of Amethyst #AF78D3
RGB
CMYK
RGB Variations
Color information
#AF78D3 (or 0xAF78D3) is known color: Amethyst. HEX triplet: AF, 78 and D3. RGB value is (175,120,211). Sum of RGB (Red+Green+Blue) = 175+120+211=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 211 (82.81% from 255 or 41.70% from 506); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF78D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF78D3 is #50872C. Grayscale: #929292. Windows color (decimal): -5277485 or 13858991. OLE color: 13858991.
HSL color Cylindrical-coordinate representation of color #AF78D3: hue angle of 276.26º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF78D3 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 120 | 211 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.17 |
| HSL | 276.26º | 0.51% | 0.65% | - |
| HSV(B) | 276.26º | 0.43% | 0.83% | - |
| XYZ | 36.15 | 27.25 | 64.98 | - |
| YUV | 146.82 | 164.22 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 211 | 0.17 | 0.43 | 0 | 0.17 | 276.26 | 0.51 | 0.65 |
| Hex | AF | 78 | D3 | 11 | 2B | 0 | 11 | 114 | 33 | 41 |
| Octal | 257 | 170 | 323 | 21 | 53 | 0 | 21 | 424 | 63 | 101 |
| Binary | 10101111 | 1111000 | 11010011 | 10001 | 101011 | 0 | 10001 | 100010100 | 110011 | 1000001 |
Color Harmonies of #AF78D3
Complementary color
Monochromatic Colors of #AF78D3
Black with #AF78D3
Text Example
Text Example
White with #AF78D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF78D3; }
p { color: rgb(175,120,211); }
H1.HeaderClassName
{
color: #AF78D3;
}
.AnyTagClassName
{
color: #AF78D3;
}
</style>
background-color css
<style>
a { background-color: #AF78D3; }
a { background-color: rgb(175,120,211); }
div.DivClassName
{
background-color: #AF78D3;
}
.BgClassName
{
background-color: #AF78D3;
}
</style>
border-color css
<style>
span { border-color: #AF78D3; }
span { border-color: rgb(175,120,211); }
td.TdClassName
{
border-color: #AF78D3;
}
.TagClassName
{
border-color: #AF78D3;
}
</style>