Shades of Amethyst #AF75CF
Tints of Amethyst #AF75CF
RGB
CMYK
RGB Variations
Color information
#AF75CF (or 0xAF75CF) is known color: Amethyst. HEX triplet: AF, 75 and CF. RGB value is (175,117,207). Sum of RGB (Red+Green+Blue) = 175+117+207=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF75CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF75CF is #508A30. Grayscale: #909090. Windows color (decimal): -5278257 or 13596079. OLE color: 13596079.
HSL color Cylindrical-coordinate representation of color #AF75CF: hue angle of 278.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF75CF is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 117 | 207 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.19 |
| HSL | 278.67º | 0.48% | 0.64% | - |
| HSV(B) | 278.67º | 0.43% | 0.81% | - |
| XYZ | 35.3 | 26.34 | 62.26 | - |
| YUV | 144.6 | 163.22 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 117 | 207 | 0.15 | 0.43 | 0 | 0.19 | 278.67 | 0.48 | 0.64 |
| Hex | AF | 75 | CF | F | 2B | 0 | 13 | 117 | 30 | 40 |
| Octal | 257 | 165 | 317 | 17 | 53 | 0 | 23 | 427 | 60 | 100 |
| Binary | 10101111 | 1110101 | 11001111 | 1111 | 101011 | 0 | 10011 | 100010111 | 110000 | 1000000 |
Color Harmonies of #AF75CF
Complementary color
Monochromatic Colors of #AF75CF
Black with #AF75CF
Text Example
Text Example
White with #AF75CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF75CF; }
p { color: rgb(175,117,207); }
H1.HeaderClassName
{
color: #AF75CF;
}
.AnyTagClassName
{
color: #AF75CF;
}
</style>
background-color css
<style>
a { background-color: #AF75CF; }
a { background-color: rgb(175,117,207); }
div.DivClassName
{
background-color: #AF75CF;
}
.BgClassName
{
background-color: #AF75CF;
}
</style>
border-color css
<style>
span { border-color: #AF75CF; }
span { border-color: rgb(175,117,207); }
td.TdClassName
{
border-color: #AF75CF;
}
.TagClassName
{
border-color: #AF75CF;
}
</style>