Shades of Amethyst #AF6ADF
Tints of Amethyst #AF6ADF
RGB
CMYK
RGB Variations
Color information
#AF6ADF (or 0xAF6ADF) is known color: Amethyst. HEX triplet: AF, 6A and DF. RGB value is (175,106,223). Sum of RGB (Red+Green+Blue) = 175+106+223=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF6ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6ADF is #509520. Grayscale: #8B8B8B. Windows color (decimal): -5281057 or 14641839. OLE color: 14641839.
HSL color Cylindrical-coordinate representation of color #AF6ADF: hue angle of 275.38º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF6ADF is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 106 | 223 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.13 |
| HSL | 275.38º | 0.65% | 0.65% | - |
| HSV(B) | 275.38º | 0.52% | 0.87% | - |
| XYZ | 36.15 | 24.75 | 72.68 | - |
| YUV | 139.97 | 174.86 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 223 | 0.22 | 0.52 | 0 | 0.13 | 275.38 | 0.65 | 0.65 |
| Hex | AF | 6A | DF | 16 | 34 | 0 | D | 113 | 41 | 41 |
| Octal | 257 | 152 | 337 | 26 | 64 | 0 | 15 | 423 | 101 | 101 |
| Binary | 10101111 | 1101010 | 11011111 | 10110 | 110100 | 0 | 1101 | 100010011 | 1000001 | 1000001 |
Color Harmonies of #AF6ADF
Complementary color
Monochromatic Colors of #AF6ADF
Black with #AF6ADF
Text Example
Text Example
White with #AF6ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6ADF; }
p { color: rgb(175,106,223); }
H1.HeaderClassName
{
color: #AF6ADF;
}
.AnyTagClassName
{
color: #AF6ADF;
}
</style>
background-color css
<style>
a { background-color: #AF6ADF; }
a { background-color: rgb(175,106,223); }
div.DivClassName
{
background-color: #AF6ADF;
}
.BgClassName
{
background-color: #AF6ADF;
}
</style>
border-color css
<style>
span { border-color: #AF6ADF; }
span { border-color: rgb(175,106,223); }
td.TdClassName
{
border-color: #AF6ADF;
}
.TagClassName
{
border-color: #AF6ADF;
}
</style>