Shades of Amethyst #AF6CE1
Tints of Amethyst #AF6CE1
RGB
CMYK
RGB Variations
Color information
#AF6CE1 (or 0xAF6CE1) is known color: Amethyst. HEX triplet: AF, 6C and E1. RGB value is (175,108,225). Sum of RGB (Red+Green+Blue) = 175+108+225=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 225 (88.28% from 255 or 44.29% from 508); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF6CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6CE1 is #50931E. Grayscale: #8C8C8C. Windows color (decimal): -5280543 or 14773423. OLE color: 14773423.
HSL color Cylindrical-coordinate representation of color #AF6CE1: hue angle of 274.36º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF6CE1 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 108 | 225 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.12 |
| HSL | 274.36º | 0.66% | 0.65% | - |
| HSV(B) | 274.36º | 0.52% | 0.88% | - |
| XYZ | 36.63 | 25.28 | 74.18 | - |
| YUV | 141.37 | 175.2 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 225 | 0.22 | 0.52 | 0 | 0.12 | 274.36 | 0.66 | 0.65 |
| Hex | AF | 6C | E1 | 16 | 34 | 0 | C | 112 | 42 | 41 |
| Octal | 257 | 154 | 341 | 26 | 64 | 0 | 14 | 422 | 102 | 101 |
| Binary | 10101111 | 1101100 | 11100001 | 10110 | 110100 | 0 | 1100 | 100010010 | 1000010 | 1000001 |
Color Harmonies of #AF6CE1
Complementary color
Monochromatic Colors of #AF6CE1
Black with #AF6CE1
Text Example
Text Example
White with #AF6CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6CE1; }
p { color: rgb(175,108,225); }
H1.HeaderClassName
{
color: #AF6CE1;
}
.AnyTagClassName
{
color: #AF6CE1;
}
</style>
background-color css
<style>
a { background-color: #AF6CE1; }
a { background-color: rgb(175,108,225); }
div.DivClassName
{
background-color: #AF6CE1;
}
.BgClassName
{
background-color: #AF6CE1;
}
</style>
border-color css
<style>
span { border-color: #AF6CE1; }
span { border-color: rgb(175,108,225); }
td.TdClassName
{
border-color: #AF6CE1;
}
.TagClassName
{
border-color: #AF6CE1;
}
</style>