Shades of Amethyst #AF6FCC
Tints of Amethyst #AF6FCC
RGB
CMYK
RGB Variations
Color information
#AF6FCC (or 0xAF6FCC) is known color: Amethyst. HEX triplet: AF, 6F and CC. RGB value is (175,111,204). Sum of RGB (Red+Green+Blue) = 175+111+204=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF6FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6FCC is #509033. Grayscale: #8C8C8C. Windows color (decimal): -5279796 or 13397935. OLE color: 13397935.
HSL color Cylindrical-coordinate representation of color #AF6FCC: hue angle of 281.29º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF6FCC is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 111 | 204 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.2 |
| HSL | 281.29º | 0.48% | 0.62% | - |
| HSV(B) | 281.29º | 0.46% | 0.8% | - |
| XYZ | 34.26 | 24.84 | 60.12 | - |
| YUV | 140.74 | 163.7 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 204 | 0.14 | 0.46 | 0 | 0.2 | 281.29 | 0.48 | 0.62 |
| Hex | AF | 6F | CC | E | 2E | 0 | 14 | 119 | 30 | 3E |
| Octal | 257 | 157 | 314 | 16 | 56 | 0 | 24 | 431 | 60 | 76 |
| Binary | 10101111 | 1101111 | 11001100 | 1110 | 101110 | 0 | 10100 | 100011001 | 110000 | 111110 |
Color Harmonies of #AF6FCC
Complementary color
Monochromatic Colors of #AF6FCC
Black with #AF6FCC
Text Example
Text Example
White with #AF6FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6FCC; }
p { color: rgb(175,111,204); }
H1.HeaderClassName
{
color: #AF6FCC;
}
.AnyTagClassName
{
color: #AF6FCC;
}
</style>
background-color css
<style>
a { background-color: #AF6FCC; }
a { background-color: rgb(175,111,204); }
div.DivClassName
{
background-color: #AF6FCC;
}
.BgClassName
{
background-color: #AF6FCC;
}
</style>
border-color css
<style>
span { border-color: #AF6FCC; }
span { border-color: rgb(175,111,204); }
td.TdClassName
{
border-color: #AF6FCC;
}
.TagClassName
{
border-color: #AF6FCC;
}
</style>