Shades of Amethyst #AF77DC
Tints of Amethyst #AF77DC
RGB
CMYK
RGB Variations
Color information
#AF77DC (or 0xAF77DC) is known color: Amethyst. HEX triplet: AF, 77 and DC. RGB value is (175,119,220). Sum of RGB (Red+Green+Blue) = 175+119+220=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF77DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF77DC is #508823. Grayscale: #929292. Windows color (decimal): -5277732 or 14448559. OLE color: 14448559.
HSL color Cylindrical-coordinate representation of color #AF77DC: hue angle of 273.27º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF77DC is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 119 | 220 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.14 |
| HSL | 273.27º | 0.59% | 0.66% | - |
| HSV(B) | 273.27º | 0.46% | 0.86% | - |
| XYZ | 37.19 | 27.47 | 71.05 | - |
| YUV | 147.26 | 169.05 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 220 | 0.20 | 0.46 | 0 | 0.14 | 273.27 | 0.59 | 0.66 |
| Hex | AF | 77 | DC | 14 | 2E | 0 | E | 111 | 3B | 42 |
| Octal | 257 | 167 | 334 | 24 | 56 | 0 | 16 | 421 | 73 | 102 |
| Binary | 10101111 | 1110111 | 11011100 | 10100 | 101110 | 0 | 1110 | 100010001 | 111011 | 1000010 |
Color Harmonies of #AF77DC
Complementary color
Monochromatic Colors of #AF77DC
Black with #AF77DC
Text Example
Text Example
White with #AF77DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF77DC; }
p { color: rgb(175,119,220); }
H1.HeaderClassName
{
color: #AF77DC;
}
.AnyTagClassName
{
color: #AF77DC;
}
</style>
background-color css
<style>
a { background-color: #AF77DC; }
a { background-color: rgb(175,119,220); }
div.DivClassName
{
background-color: #AF77DC;
}
.BgClassName
{
background-color: #AF77DC;
}
</style>
border-color css
<style>
span { border-color: #AF77DC; }
span { border-color: rgb(175,119,220); }
td.TdClassName
{
border-color: #AF77DC;
}
.TagClassName
{
border-color: #AF77DC;
}
</style>