Shades of Amethyst #AF6DD0
Tints of Amethyst #AF6DD0
RGB
CMYK
RGB Variations
Color information
#AF6DD0 (or 0xAF6DD0) is known color: Amethyst. HEX triplet: AF, 6D and D0. RGB value is (175,109,208). Sum of RGB (Red+Green+Blue) = 175+109+208=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF6DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DD0 is #50922F. Grayscale: #8B8B8B. Windows color (decimal): -5280304 or 13659567. OLE color: 13659567.
HSL color Cylindrical-coordinate representation of color #AF6DD0: hue angle of 280º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF6DD0 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 109 | 208 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.18 |
| HSL | 280º | 0.51% | 0.62% | - |
| HSV(B) | 280º | 0.48% | 0.82% | - |
| XYZ | 34.53 | 24.61 | 62.6 | - |
| YUV | 140.02 | 166.37 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 208 | 0.16 | 0.48 | 0 | 0.18 | 280 | 0.51 | 0.62 |
| Hex | AF | 6D | D0 | 10 | 30 | 0 | 12 | 118 | 33 | 3E |
| Octal | 257 | 155 | 320 | 20 | 60 | 0 | 22 | 430 | 63 | 76 |
| Binary | 10101111 | 1101101 | 11010000 | 10000 | 110000 | 0 | 10010 | 100011000 | 110011 | 111110 |
Color Harmonies of #AF6DD0
Complementary color
Monochromatic Colors of #AF6DD0
Black with #AF6DD0
Text Example
Text Example
White with #AF6DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6DD0; }
p { color: rgb(175,109,208); }
H1.HeaderClassName
{
color: #AF6DD0;
}
.AnyTagClassName
{
color: #AF6DD0;
}
</style>
background-color css
<style>
a { background-color: #AF6DD0; }
a { background-color: rgb(175,109,208); }
div.DivClassName
{
background-color: #AF6DD0;
}
.BgClassName
{
background-color: #AF6DD0;
}
</style>
border-color css
<style>
span { border-color: #AF6DD0; }
span { border-color: rgb(175,109,208); }
td.TdClassName
{
border-color: #AF6DD0;
}
.TagClassName
{
border-color: #AF6DD0;
}
</style>