Shades of Amethyst #AF6BDA
Tints of Amethyst #AF6BDA
RGB
CMYK
RGB Variations
Color information
#AF6BDA (or 0xAF6BDA) is known color: Amethyst. HEX triplet: AF, 6B and DA. RGB value is (175,107,218). Sum of RGB (Red+Green+Blue) = 175+107+218=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF6BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BDA is #509425. Grayscale: #8B8B8B. Windows color (decimal): -5280806 or 14314415. OLE color: 14314415.
HSL color Cylindrical-coordinate representation of color #AF6BDA: hue angle of 276.76º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF6BDA is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 107 | 218 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.15 |
| HSL | 276.76º | 0.6% | 0.64% | - |
| HSV(B) | 276.76º | 0.51% | 0.85% | - |
| XYZ | 35.59 | 24.69 | 69.22 | - |
| YUV | 139.99 | 172.03 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 218 | 0.20 | 0.51 | 0 | 0.15 | 276.76 | 0.6 | 0.64 |
| Hex | AF | 6B | DA | 14 | 33 | 0 | F | 115 | 3C | 40 |
| Octal | 257 | 153 | 332 | 24 | 63 | 0 | 17 | 425 | 74 | 100 |
| Binary | 10101111 | 1101011 | 11011010 | 10100 | 110011 | 0 | 1111 | 100010101 | 111100 | 1000000 |
Color Harmonies of #AF6BDA
Complementary color
Monochromatic Colors of #AF6BDA
Black with #AF6BDA
Text Example
Text Example
White with #AF6BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6BDA; }
p { color: rgb(175,107,218); }
H1.HeaderClassName
{
color: #AF6BDA;
}
.AnyTagClassName
{
color: #AF6BDA;
}
</style>
background-color css
<style>
a { background-color: #AF6BDA; }
a { background-color: rgb(175,107,218); }
div.DivClassName
{
background-color: #AF6BDA;
}
.BgClassName
{
background-color: #AF6BDA;
}
</style>
border-color css
<style>
span { border-color: #AF6BDA; }
span { border-color: rgb(175,107,218); }
td.TdClassName
{
border-color: #AF6BDA;
}
.TagClassName
{
border-color: #AF6BDA;
}
</style>