Shades of Amethyst #AF6FE4
Tints of Amethyst #AF6FE4
RGB
CMYK
RGB Variations
Color information
#AF6FE4 (or 0xAF6FE4) is known color: Amethyst. HEX triplet: AF, 6F and E4. RGB value is (175,111,228). Sum of RGB (Red+Green+Blue) = 175+111+228=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 228 (89.45% from 255 or 44.36% from 514); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF6FE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6FE4 is #50901B. Grayscale: #8F8F8F. Windows color (decimal): -5279772 or 14970799. OLE color: 14970799.
HSL color Cylindrical-coordinate representation of color #AF6FE4: hue angle of 272.82º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF6FE4 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 111 | 228 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.11 |
| HSL | 272.82º | 0.68% | 0.66% | - |
| HSV(B) | 272.82º | 0.51% | 0.89% | - |
| XYZ | 37.37 | 26.08 | 76.46 | - |
| YUV | 143.47 | 175.7 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 228 | 0.23 | 0.51 | 0 | 0.11 | 272.82 | 0.68 | 0.66 |
| Hex | AF | 6F | E4 | 17 | 33 | 0 | B | 111 | 44 | 42 |
| Octal | 257 | 157 | 344 | 27 | 63 | 0 | 13 | 421 | 104 | 102 |
| Binary | 10101111 | 1101111 | 11100100 | 10111 | 110011 | 0 | 1011 | 100010001 | 1000100 | 1000010 |
Color Harmonies of #AF6FE4
Complementary color
Monochromatic Colors of #AF6FE4
Black with #AF6FE4
Text Example
Text Example
White with #AF6FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6FE4; }
p { color: rgb(175,111,228); }
H1.HeaderClassName
{
color: #AF6FE4;
}
.AnyTagClassName
{
color: #AF6FE4;
}
</style>
background-color css
<style>
a { background-color: #AF6FE4; }
a { background-color: rgb(175,111,228); }
div.DivClassName
{
background-color: #AF6FE4;
}
.BgClassName
{
background-color: #AF6FE4;
}
</style>
border-color css
<style>
span { border-color: #AF6FE4; }
span { border-color: rgb(175,111,228); }
td.TdClassName
{
border-color: #AF6FE4;
}
.TagClassName
{
border-color: #AF6FE4;
}
</style>