Shades of Amethyst #AF6FCE
Tints of Amethyst #AF6FCE
RGB
CMYK
RGB Variations
Color information
#AF6FCE (or 0xAF6FCE) is known color: Amethyst. HEX triplet: AF, 6F and CE. RGB value is (175,111,206). Sum of RGB (Red+Green+Blue) = 175+111+206=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF6FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6FCE is #509031. Grayscale: #8C8C8C. Windows color (decimal): -5279794 or 13529007. OLE color: 13529007.
HSL color Cylindrical-coordinate representation of color #AF6FCE: hue angle of 280.42º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF6FCE is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 111 | 206 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.19 |
| HSL | 280.42º | 0.49% | 0.62% | - |
| HSV(B) | 280.42º | 0.46% | 0.81% | - |
| XYZ | 34.5 | 24.94 | 61.39 | - |
| YUV | 140.97 | 164.7 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 206 | 0.15 | 0.46 | 0 | 0.19 | 280.42 | 0.49 | 0.62 |
| Hex | AF | 6F | CE | F | 2E | 0 | 13 | 118 | 31 | 3E |
| Octal | 257 | 157 | 316 | 17 | 56 | 0 | 23 | 430 | 61 | 76 |
| Binary | 10101111 | 1101111 | 11001110 | 1111 | 101110 | 0 | 10011 | 100011000 | 110001 | 111110 |
Color Harmonies of #AF6FCE
Complementary color
Monochromatic Colors of #AF6FCE
Black with #AF6FCE
Text Example
Text Example
White with #AF6FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6FCE; }
p { color: rgb(175,111,206); }
H1.HeaderClassName
{
color: #AF6FCE;
}
.AnyTagClassName
{
color: #AF6FCE;
}
</style>
background-color css
<style>
a { background-color: #AF6FCE; }
a { background-color: rgb(175,111,206); }
div.DivClassName
{
background-color: #AF6FCE;
}
.BgClassName
{
background-color: #AF6FCE;
}
</style>
border-color css
<style>
span { border-color: #AF6FCE; }
span { border-color: rgb(175,111,206); }
td.TdClassName
{
border-color: #AF6FCE;
}
.TagClassName
{
border-color: #AF6FCE;
}
</style>