Shades of Amethyst #AF6CDD
Tints of Amethyst #AF6CDD
RGB
CMYK
RGB Variations
Color information
#AF6CDD (or 0xAF6CDD) is known color: Amethyst. HEX triplet: AF, 6C and DD. RGB value is (175,108,221). Sum of RGB (Red+Green+Blue) = 175+108+221=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF6CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6CDD is #509322. Grayscale: #8C8C8C. Windows color (decimal): -5280547 or 14511279. OLE color: 14511279.
HSL color Cylindrical-coordinate representation of color #AF6CDD: hue angle of 275.58º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF6CDD is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 108 | 221 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.13 |
| HSL | 275.58º | 0.62% | 0.65% | - |
| HSV(B) | 275.58º | 0.51% | 0.87% | - |
| XYZ | 36.09 | 25.06 | 71.34 | - |
| YUV | 140.92 | 173.2 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 221 | 0.21 | 0.51 | 0 | 0.13 | 275.58 | 0.62 | 0.65 |
| Hex | AF | 6C | DD | 15 | 33 | 0 | D | 114 | 3E | 41 |
| Octal | 257 | 154 | 335 | 25 | 63 | 0 | 15 | 424 | 76 | 101 |
| Binary | 10101111 | 1101100 | 11011101 | 10101 | 110011 | 0 | 1101 | 100010100 | 111110 | 1000001 |
Color Harmonies of #AF6CDD
Complementary color
Monochromatic Colors of #AF6CDD
Black with #AF6CDD
Text Example
Text Example
White with #AF6CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6CDD; }
p { color: rgb(175,108,221); }
H1.HeaderClassName
{
color: #AF6CDD;
}
.AnyTagClassName
{
color: #AF6CDD;
}
</style>
background-color css
<style>
a { background-color: #AF6CDD; }
a { background-color: rgb(175,108,221); }
div.DivClassName
{
background-color: #AF6CDD;
}
.BgClassName
{
background-color: #AF6CDD;
}
</style>
border-color css
<style>
span { border-color: #AF6CDD; }
span { border-color: rgb(175,108,221); }
td.TdClassName
{
border-color: #AF6CDD;
}
.TagClassName
{
border-color: #AF6CDD;
}
</style>