Shades of Amethyst #AF6AD6
Tints of Amethyst #AF6AD6
RGB
CMYK
RGB Variations
Color information
#AF6AD6 (or 0xAF6AD6) is known color: Amethyst. HEX triplet: AF, 6A and D6. RGB value is (175,106,214). Sum of RGB (Red+Green+Blue) = 175+106+214=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 214 (83.98% from 255 or 43.23% from 495); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF6AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6AD6 is #509529. Grayscale: #8A8A8A. Windows color (decimal): -5281066 or 14052015. OLE color: 14052015.
HSL color Cylindrical-coordinate representation of color #AF6AD6: hue angle of 278.33º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF6AD6 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 106 | 214 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.16 |
| HSL | 278.33º | 0.57% | 0.63% | - |
| HSV(B) | 278.33º | 0.5% | 0.84% | - |
| XYZ | 34.97 | 24.28 | 66.46 | - |
| YUV | 138.94 | 170.36 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 106 | 214 | 0.18 | 0.50 | 0 | 0.16 | 278.33 | 0.57 | 0.63 |
| Hex | AF | 6A | D6 | 12 | 32 | 0 | 10 | 116 | 39 | 3F |
| Octal | 257 | 152 | 326 | 22 | 62 | 0 | 20 | 426 | 71 | 77 |
| Binary | 10101111 | 1101010 | 11010110 | 10010 | 110010 | 0 | 10000 | 100010110 | 111001 | 111111 |
Color Harmonies of #AF6AD6
Complementary color
Monochromatic Colors of #AF6AD6
Black with #AF6AD6
Text Example
Text Example
White with #AF6AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6AD6; }
p { color: rgb(175,106,214); }
H1.HeaderClassName
{
color: #AF6AD6;
}
.AnyTagClassName
{
color: #AF6AD6;
}
</style>
background-color css
<style>
a { background-color: #AF6AD6; }
a { background-color: rgb(175,106,214); }
div.DivClassName
{
background-color: #AF6AD6;
}
.BgClassName
{
background-color: #AF6AD6;
}
</style>
border-color css
<style>
span { border-color: #AF6AD6; }
span { border-color: rgb(175,106,214); }
td.TdClassName
{
border-color: #AF6AD6;
}
.TagClassName
{
border-color: #AF6AD6;
}
</style>