Shades of Amethyst #AF7AD7
Tints of Amethyst #AF7AD7
RGB
CMYK
RGB Variations
Color information
#AF7AD7 (or 0xAF7AD7) is known color: Amethyst. HEX triplet: AF, 7A and D7. RGB value is (175,122,215). Sum of RGB (Red+Green+Blue) = 175+122+215=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF7AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7AD7 is #508528. Grayscale: #949494. Windows color (decimal): -5276969 or 14121647. OLE color: 14121647.
HSL color Cylindrical-coordinate representation of color #AF7AD7: hue angle of 274.19º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF7AD7 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 122 | 215 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.16 |
| HSL | 274.19º | 0.54% | 0.66% | - |
| HSV(B) | 274.19º | 0.43% | 0.84% | - |
| XYZ | 36.9 | 27.94 | 67.74 | - |
| YUV | 148.45 | 165.56 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 122 | 215 | 0.19 | 0.43 | 0 | 0.16 | 274.19 | 0.54 | 0.66 |
| Hex | AF | 7A | D7 | 13 | 2B | 0 | 10 | 112 | 36 | 42 |
| Octal | 257 | 172 | 327 | 23 | 53 | 0 | 20 | 422 | 66 | 102 |
| Binary | 10101111 | 1111010 | 11010111 | 10011 | 101011 | 0 | 10000 | 100010010 | 110110 | 1000010 |
Color Harmonies of #AF7AD7
Complementary color
Monochromatic Colors of #AF7AD7
Black with #AF7AD7
Text Example
Text Example
White with #AF7AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7AD7; }
p { color: rgb(175,122,215); }
H1.HeaderClassName
{
color: #AF7AD7;
}
.AnyTagClassName
{
color: #AF7AD7;
}
</style>
background-color css
<style>
a { background-color: #AF7AD7; }
a { background-color: rgb(175,122,215); }
div.DivClassName
{
background-color: #AF7AD7;
}
.BgClassName
{
background-color: #AF7AD7;
}
</style>
border-color css
<style>
span { border-color: #AF7AD7; }
span { border-color: rgb(175,122,215); }
td.TdClassName
{
border-color: #AF7AD7;
}
.TagClassName
{
border-color: #AF7AD7;
}
</style>