Shades of Amethyst #AF7ADD
Tints of Amethyst #AF7ADD
RGB
CMYK
RGB Variations
Color information
#AF7ADD (or 0xAF7ADD) is known color: Amethyst. HEX triplet: AF, 7A and DD. RGB value is (175,122,221). Sum of RGB (Red+Green+Blue) = 175+122+221=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF7ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7ADD is #508522. Grayscale: #949494. Windows color (decimal): -5276963 or 14514863. OLE color: 14514863.
HSL color Cylindrical-coordinate representation of color #AF7ADD: hue angle of 272.12º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF7ADD is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 122 | 221 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.13 |
| HSL | 272.12º | 0.59% | 0.67% | - |
| HSV(B) | 272.12º | 0.45% | 0.87% | - |
| XYZ | 37.69 | 28.25 | 71.87 | - |
| YUV | 149.13 | 168.56 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 122 | 221 | 0.21 | 0.45 | 0 | 0.13 | 272.12 | 0.59 | 0.67 |
| Hex | AF | 7A | DD | 15 | 2D | 0 | D | 110 | 3B | 43 |
| Octal | 257 | 172 | 335 | 25 | 55 | 0 | 15 | 420 | 73 | 103 |
| Binary | 10101111 | 1111010 | 11011101 | 10101 | 101101 | 0 | 1101 | 100010000 | 111011 | 1000011 |
Color Harmonies of #AF7ADD
Complementary color
Monochromatic Colors of #AF7ADD
Black with #AF7ADD
Text Example
Text Example
White with #AF7ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7ADD; }
p { color: rgb(175,122,221); }
H1.HeaderClassName
{
color: #AF7ADD;
}
.AnyTagClassName
{
color: #AF7ADD;
}
</style>
background-color css
<style>
a { background-color: #AF7ADD; }
a { background-color: rgb(175,122,221); }
div.DivClassName
{
background-color: #AF7ADD;
}
.BgClassName
{
background-color: #AF7ADD;
}
</style>
border-color css
<style>
span { border-color: #AF7ADD; }
span { border-color: rgb(175,122,221); }
td.TdClassName
{
border-color: #AF7ADD;
}
.TagClassName
{
border-color: #AF7ADD;
}
</style>