Shades of Amethyst #AF75D6
Tints of Amethyst #AF75D6
RGB
CMYK
RGB Variations
Color information
#AF75D6 (or 0xAF75D6) is known color: Amethyst. HEX triplet: AF, 75 and D6. RGB value is (175,117,214). Sum of RGB (Red+Green+Blue) = 175+117+214=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF75D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF75D6 is #508A29. Grayscale: #919191. Windows color (decimal): -5278250 or 14054831. OLE color: 14054831.
HSL color Cylindrical-coordinate representation of color #AF75D6: hue angle of 275.88º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF75D6 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 117 | 214 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.16 |
| HSL | 275.88º | 0.54% | 0.65% | - |
| HSV(B) | 275.88º | 0.45% | 0.84% | - |
| XYZ | 36.18 | 26.69 | 66.86 | - |
| YUV | 145.4 | 166.72 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 117 | 214 | 0.18 | 0.45 | 0 | 0.16 | 275.88 | 0.54 | 0.65 |
| Hex | AF | 75 | D6 | 12 | 2D | 0 | 10 | 114 | 36 | 41 |
| Octal | 257 | 165 | 326 | 22 | 55 | 0 | 20 | 424 | 66 | 101 |
| Binary | 10101111 | 1110101 | 11010110 | 10010 | 101101 | 0 | 10000 | 100010100 | 110110 | 1000001 |
Color Harmonies of #AF75D6
Complementary color
Monochromatic Colors of #AF75D6
Black with #AF75D6
Text Example
Text Example
White with #AF75D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF75D6; }
p { color: rgb(175,117,214); }
H1.HeaderClassName
{
color: #AF75D6;
}
.AnyTagClassName
{
color: #AF75D6;
}
</style>
background-color css
<style>
a { background-color: #AF75D6; }
a { background-color: rgb(175,117,214); }
div.DivClassName
{
background-color: #AF75D6;
}
.BgClassName
{
background-color: #AF75D6;
}
</style>
border-color css
<style>
span { border-color: #AF75D6; }
span { border-color: rgb(175,117,214); }
td.TdClassName
{
border-color: #AF75D6;
}
.TagClassName
{
border-color: #AF75D6;
}
</style>