Shades of Amethyst #AF6FE0
Tints of Amethyst #AF6FE0
RGB
CMYK
RGB Variations
Color information
#AF6FE0 (or 0xAF6FE0) is known color: Amethyst. HEX triplet: AF, 6F and E0. RGB value is (175,111,224). Sum of RGB (Red+Green+Blue) = 175+111+224=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF6FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6FE0 is #50901F. Grayscale: #8E8E8E. Windows color (decimal): -5279776 or 14708655. OLE color: 14708655.
HSL color Cylindrical-coordinate representation of color #AF6FE0: hue angle of 273.98º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF6FE0 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 111 | 224 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.12 |
| HSL | 273.98º | 0.65% | 0.66% | - |
| HSV(B) | 273.98º | 0.5% | 0.88% | - |
| XYZ | 36.82 | 25.86 | 73.57 | - |
| YUV | 143.02 | 173.7 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 224 | 0.22 | 0.50 | 0 | 0.12 | 273.98 | 0.65 | 0.66 |
| Hex | AF | 6F | E0 | 16 | 32 | 0 | C | 112 | 41 | 42 |
| Octal | 257 | 157 | 340 | 26 | 62 | 0 | 14 | 422 | 101 | 102 |
| Binary | 10101111 | 1101111 | 11100000 | 10110 | 110010 | 0 | 1100 | 100010010 | 1000001 | 1000010 |
Color Harmonies of #AF6FE0
Complementary color
Monochromatic Colors of #AF6FE0
Black with #AF6FE0
Text Example
Text Example
White with #AF6FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6FE0; }
p { color: rgb(175,111,224); }
H1.HeaderClassName
{
color: #AF6FE0;
}
.AnyTagClassName
{
color: #AF6FE0;
}
</style>
background-color css
<style>
a { background-color: #AF6FE0; }
a { background-color: rgb(175,111,224); }
div.DivClassName
{
background-color: #AF6FE0;
}
.BgClassName
{
background-color: #AF6FE0;
}
</style>
border-color css
<style>
span { border-color: #AF6FE0; }
span { border-color: rgb(175,111,224); }
td.TdClassName
{
border-color: #AF6FE0;
}
.TagClassName
{
border-color: #AF6FE0;
}
</style>