Shades of Amethyst #AF6CCF
Tints of Amethyst #AF6CCF
RGB
CMYK
RGB Variations
Color information
#AF6CCF (or 0xAF6CCF) is known color: Amethyst. HEX triplet: AF, 6C and CF. RGB value is (175,108,207). Sum of RGB (Red+Green+Blue) = 175+108+207=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF6CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6CCF is #509330. Grayscale: #8A8A8A. Windows color (decimal): -5280561 or 13593775. OLE color: 13593775.
HSL color Cylindrical-coordinate representation of color #AF6CCF: hue angle of 280.61º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF6CCF is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 108 | 207 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.19 |
| HSL | 280.61º | 0.51% | 0.62% | - |
| HSV(B) | 280.61º | 0.48% | 0.81% | - |
| XYZ | 34.3 | 24.34 | 61.92 | - |
| YUV | 139.32 | 166.2 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 207 | 0.15 | 0.48 | 0 | 0.19 | 280.61 | 0.51 | 0.62 |
| Hex | AF | 6C | CF | F | 30 | 0 | 13 | 119 | 33 | 3E |
| Octal | 257 | 154 | 317 | 17 | 60 | 0 | 23 | 431 | 63 | 76 |
| Binary | 10101111 | 1101100 | 11001111 | 1111 | 110000 | 0 | 10011 | 100011001 | 110011 | 111110 |
Color Harmonies of #AF6CCF
Complementary color
Monochromatic Colors of #AF6CCF
Black with #AF6CCF
Text Example
Text Example
White with #AF6CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6CCF; }
p { color: rgb(175,108,207); }
H1.HeaderClassName
{
color: #AF6CCF;
}
.AnyTagClassName
{
color: #AF6CCF;
}
</style>
background-color css
<style>
a { background-color: #AF6CCF; }
a { background-color: rgb(175,108,207); }
div.DivClassName
{
background-color: #AF6CCF;
}
.BgClassName
{
background-color: #AF6CCF;
}
</style>
border-color css
<style>
span { border-color: #AF6CCF; }
span { border-color: rgb(175,108,207); }
td.TdClassName
{
border-color: #AF6CCF;
}
.TagClassName
{
border-color: #AF6CCF;
}
</style>