Shades of Amethyst #AF6EDC
Tints of Amethyst #AF6EDC
RGB
CMYK
RGB Variations
Color information
#AF6EDC (or 0xAF6EDC) is known color: Amethyst. HEX triplet: AF, 6E and DC. RGB value is (175,110,220). Sum of RGB (Red+Green+Blue) = 175+110+220=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF6EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6EDC is #509123. Grayscale: #8D8D8D. Windows color (decimal): -5280036 or 14446255. OLE color: 14446255.
HSL color Cylindrical-coordinate representation of color #AF6EDC: hue angle of 275.45º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF6EDC is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 110 | 220 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.14 |
| HSL | 275.45º | 0.61% | 0.65% | - |
| HSV(B) | 275.45º | 0.5% | 0.86% | - |
| XYZ | 36.17 | 25.43 | 70.71 | - |
| YUV | 141.98 | 172.03 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 220 | 0.20 | 0.50 | 0 | 0.14 | 275.45 | 0.61 | 0.65 |
| Hex | AF | 6E | DC | 14 | 32 | 0 | E | 113 | 3D | 41 |
| Octal | 257 | 156 | 334 | 24 | 62 | 0 | 16 | 423 | 75 | 101 |
| Binary | 10101111 | 1101110 | 11011100 | 10100 | 110010 | 0 | 1110 | 100010011 | 111101 | 1000001 |
Color Harmonies of #AF6EDC
Complementary color
Monochromatic Colors of #AF6EDC
Black with #AF6EDC
Text Example
Text Example
White with #AF6EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6EDC; }
p { color: rgb(175,110,220); }
H1.HeaderClassName
{
color: #AF6EDC;
}
.AnyTagClassName
{
color: #AF6EDC;
}
</style>
background-color css
<style>
a { background-color: #AF6EDC; }
a { background-color: rgb(175,110,220); }
div.DivClassName
{
background-color: #AF6EDC;
}
.BgClassName
{
background-color: #AF6EDC;
}
</style>
border-color css
<style>
span { border-color: #AF6EDC; }
span { border-color: rgb(175,110,220); }
td.TdClassName
{
border-color: #AF6EDC;
}
.TagClassName
{
border-color: #AF6EDC;
}
</style>