Shades of Amethyst #AF6CE4
Tints of Amethyst #AF6CE4
RGB
CMYK
RGB Variations
Color information
#AF6CE4 (or 0xAF6CE4) is known color: Amethyst. HEX triplet: AF, 6C and E4. RGB value is (175,108,228). Sum of RGB (Red+Green+Blue) = 175+108+228=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 228 (89.45% from 255 or 44.62% from 511); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF6CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6CE4 is #50931B. Grayscale: #8D8D8D. Windows color (decimal): -5280540 or 14970031. OLE color: 14970031.
HSL color Cylindrical-coordinate representation of color #AF6CE4: hue angle of 273.5º 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 #AF6CE4 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 108 | 228 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.11 |
| HSL | 273.5º | 0.69% | 0.66% | - |
| HSV(B) | 273.5º | 0.53% | 0.89% | - |
| XYZ | 37.05 | 25.44 | 76.36 | - |
| YUV | 141.71 | 176.7 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 228 | 0.23 | 0.53 | 0 | 0.11 | 273.5 | 0.69 | 0.66 |
| Hex | AF | 6C | E4 | 17 | 35 | 0 | B | 112 | 45 | 42 |
| Octal | 257 | 154 | 344 | 27 | 65 | 0 | 13 | 422 | 105 | 102 |
| Binary | 10101111 | 1101100 | 11100100 | 10111 | 110101 | 0 | 1011 | 100010010 | 1000101 | 1000010 |
Color Harmonies of #AF6CE4
Complementary color
Monochromatic Colors of #AF6CE4
Black with #AF6CE4
Text Example
Text Example
White with #AF6CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6CE4; }
p { color: rgb(175,108,228); }
H1.HeaderClassName
{
color: #AF6CE4;
}
.AnyTagClassName
{
color: #AF6CE4;
}
</style>
background-color css
<style>
a { background-color: #AF6CE4; }
a { background-color: rgb(175,108,228); }
div.DivClassName
{
background-color: #AF6CE4;
}
.BgClassName
{
background-color: #AF6CE4;
}
</style>
border-color css
<style>
span { border-color: #AF6CE4; }
span { border-color: rgb(175,108,228); }
td.TdClassName
{
border-color: #AF6CE4;
}
.TagClassName
{
border-color: #AF6CE4;
}
</style>