Shades of Amethyst #AF6BE4
Tints of Amethyst #AF6BE4
RGB
CMYK
RGB Variations
Color information
#AF6BE4 (or 0xAF6BE4) is known color: Amethyst. HEX triplet: AF, 6B and E4. RGB value is (175,107,228). Sum of RGB (Red+Green+Blue) = 175+107+228=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 228 (89.45% from 255 or 44.71% from 510); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF6BE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BE4 is #50941B. Grayscale: #8C8C8C. Windows color (decimal): -5280796 or 14969775. OLE color: 14969775.
HSL color Cylindrical-coordinate representation of color #AF6BE4: hue angle of 273.72º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF6BE4 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 107 | 228 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.11 |
| HSL | 273.72º | 0.69% | 0.66% | - |
| HSV(B) | 273.72º | 0.53% | 0.89% | - |
| XYZ | 36.94 | 25.23 | 76.32 | - |
| YUV | 141.13 | 177.03 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 228 | 0.23 | 0.53 | 0 | 0.11 | 273.72 | 0.69 | 0.66 |
| Hex | AF | 6B | E4 | 17 | 35 | 0 | B | 112 | 45 | 42 |
| Octal | 257 | 153 | 344 | 27 | 65 | 0 | 13 | 422 | 105 | 102 |
| Binary | 10101111 | 1101011 | 11100100 | 10111 | 110101 | 0 | 1011 | 100010010 | 1000101 | 1000010 |
Color Harmonies of #AF6BE4
Complementary color
Monochromatic Colors of #AF6BE4
Black with #AF6BE4
Text Example
Text Example
White with #AF6BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6BE4; }
p { color: rgb(175,107,228); }
H1.HeaderClassName
{
color: #AF6BE4;
}
.AnyTagClassName
{
color: #AF6BE4;
}
</style>
background-color css
<style>
a { background-color: #AF6BE4; }
a { background-color: rgb(175,107,228); }
div.DivClassName
{
background-color: #AF6BE4;
}
.BgClassName
{
background-color: #AF6BE4;
}
</style>
border-color css
<style>
span { border-color: #AF6BE4; }
span { border-color: rgb(175,107,228); }
td.TdClassName
{
border-color: #AF6BE4;
}
.TagClassName
{
border-color: #AF6BE4;
}
</style>