Shades of Amethyst #AF6FCF
Tints of Amethyst #AF6FCF
RGB
CMYK
RGB Variations
Color information
#AF6FCF (or 0xAF6FCF) is known color: Amethyst. HEX triplet: AF, 6F and CF. RGB value is (175,111,207). Sum of RGB (Red+Green+Blue) = 175+111+207=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF6FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6FCF is #509030. Grayscale: #8C8C8C. Windows color (decimal): -5279793 or 13594543. OLE color: 13594543.
HSL color Cylindrical-coordinate representation of color #AF6FCF: hue angle of 280º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF6FCF is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 111 | 207 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.19 |
| HSL | 280º | 0.5% | 0.62% | - |
| HSV(B) | 280º | 0.46% | 0.81% | - |
| XYZ | 34.63 | 24.99 | 62.03 | - |
| YUV | 141.08 | 165.2 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 207 | 0.15 | 0.46 | 0 | 0.19 | 280 | 0.5 | 0.62 |
| Hex | AF | 6F | CF | F | 2E | 0 | 13 | 118 | 32 | 3E |
| Octal | 257 | 157 | 317 | 17 | 56 | 0 | 23 | 430 | 62 | 76 |
| Binary | 10101111 | 1101111 | 11001111 | 1111 | 101110 | 0 | 10011 | 100011000 | 110010 | 111110 |
Color Harmonies of #AF6FCF
Complementary color
Monochromatic Colors of #AF6FCF
Black with #AF6FCF
Text Example
Text Example
White with #AF6FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6FCF; }
p { color: rgb(175,111,207); }
H1.HeaderClassName
{
color: #AF6FCF;
}
.AnyTagClassName
{
color: #AF6FCF;
}
</style>
background-color css
<style>
a { background-color: #AF6FCF; }
a { background-color: rgb(175,111,207); }
div.DivClassName
{
background-color: #AF6FCF;
}
.BgClassName
{
background-color: #AF6FCF;
}
</style>
border-color css
<style>
span { border-color: #AF6FCF; }
span { border-color: rgb(175,111,207); }
td.TdClassName
{
border-color: #AF6FCF;
}
.TagClassName
{
border-color: #AF6FCF;
}
</style>