Shades of Amethyst #AF6FDD
Tints of Amethyst #AF6FDD
RGB
CMYK
RGB Variations
Color information
#AF6FDD (or 0xAF6FDD) is known color: Amethyst. HEX triplet: AF, 6F and DD. RGB value is (175,111,221). Sum of RGB (Red+Green+Blue) = 175+111+221=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF6FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6FDD is #509022. Grayscale: #8E8E8E. Windows color (decimal): -5279779 or 14512047. OLE color: 14512047.
HSL color Cylindrical-coordinate representation of color #AF6FDD: hue angle of 274.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF6FDD is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 111 | 221 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.13 |
| HSL | 274.91º | 0.62% | 0.65% | - |
| HSV(B) | 274.91º | 0.5% | 0.87% | - |
| XYZ | 36.41 | 25.7 | 71.45 | - |
| YUV | 142.68 | 172.2 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 221 | 0.21 | 0.50 | 0 | 0.13 | 274.91 | 0.62 | 0.65 |
| Hex | AF | 6F | DD | 15 | 32 | 0 | D | 113 | 3E | 41 |
| Octal | 257 | 157 | 335 | 25 | 62 | 0 | 15 | 423 | 76 | 101 |
| Binary | 10101111 | 1101111 | 11011101 | 10101 | 110010 | 0 | 1101 | 100010011 | 111110 | 1000001 |
Color Harmonies of #AF6FDD
Complementary color
Monochromatic Colors of #AF6FDD
Black with #AF6FDD
Text Example
Text Example
White with #AF6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6FDD; }
p { color: rgb(175,111,221); }
H1.HeaderClassName
{
color: #AF6FDD;
}
.AnyTagClassName
{
color: #AF6FDD;
}
</style>
background-color css
<style>
a { background-color: #AF6FDD; }
a { background-color: rgb(175,111,221); }
div.DivClassName
{
background-color: #AF6FDD;
}
.BgClassName
{
background-color: #AF6FDD;
}
</style>
border-color css
<style>
span { border-color: #AF6FDD; }
span { border-color: rgb(175,111,221); }
td.TdClassName
{
border-color: #AF6FDD;
}
.TagClassName
{
border-color: #AF6FDD;
}
</style>