Shades of Amethyst #AF6CDC
Tints of Amethyst #AF6CDC
RGB
CMYK
RGB Variations
Color information
#AF6CDC (or 0xAF6CDC) is known color: Amethyst. HEX triplet: AF, 6C and DC. RGB value is (175,108,220). Sum of RGB (Red+Green+Blue) = 175+108+220=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF6CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6CDC is #509323. Grayscale: #8C8C8C. Windows color (decimal): -5280548 or 14445743. OLE color: 14445743.
HSL color Cylindrical-coordinate representation of color #AF6CDC: hue angle of 275.89º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF6CDC is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 108 | 220 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.14 |
| HSL | 275.89º | 0.62% | 0.64% | - |
| HSV(B) | 275.89º | 0.51% | 0.86% | - |
| XYZ | 35.96 | 25.01 | 70.64 | - |
| YUV | 140.8 | 172.7 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 220 | 0.20 | 0.51 | 0 | 0.14 | 275.89 | 0.62 | 0.64 |
| Hex | AF | 6C | DC | 14 | 33 | 0 | E | 114 | 3E | 40 |
| Octal | 257 | 154 | 334 | 24 | 63 | 0 | 16 | 424 | 76 | 100 |
| Binary | 10101111 | 1101100 | 11011100 | 10100 | 110011 | 0 | 1110 | 100010100 | 111110 | 1000000 |
Color Harmonies of #AF6CDC
Complementary color
Monochromatic Colors of #AF6CDC
Black with #AF6CDC
Text Example
Text Example
White with #AF6CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6CDC; }
p { color: rgb(175,108,220); }
H1.HeaderClassName
{
color: #AF6CDC;
}
.AnyTagClassName
{
color: #AF6CDC;
}
</style>
background-color css
<style>
a { background-color: #AF6CDC; }
a { background-color: rgb(175,108,220); }
div.DivClassName
{
background-color: #AF6CDC;
}
.BgClassName
{
background-color: #AF6CDC;
}
</style>
border-color css
<style>
span { border-color: #AF6CDC; }
span { border-color: rgb(175,108,220); }
td.TdClassName
{
border-color: #AF6CDC;
}
.TagClassName
{
border-color: #AF6CDC;
}
</style>