Shades of Amethyst #AF6FCB
Tints of Amethyst #AF6FCB
RGB
CMYK
RGB Variations
Color information
#AF6FCB (or 0xAF6FCB) is known color: Amethyst. HEX triplet: AF, 6F and CB. RGB value is (175,111,203). Sum of RGB (Red+Green+Blue) = 175+111+203=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF6FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6FCB is #509034. Grayscale: #8C8C8C. Windows color (decimal): -5279797 or 13332399. OLE color: 13332399.
HSL color Cylindrical-coordinate representation of color #AF6FCB: hue angle of 281.74º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF6FCB is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 111 | 203 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.20 |
| HSL | 281.74º | 0.47% | 0.62% | - |
| HSV(B) | 281.74º | 0.45% | 0.8% | - |
| XYZ | 34.14 | 24.79 | 59.49 | - |
| YUV | 140.62 | 163.2 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 203 | 0.14 | 0.45 | 0 | 0.20 | 281.74 | 0.47 | 0.62 |
| Hex | AF | 6F | CB | E | 2D | 0 | 14 | 11A | 2F | 3E |
| Octal | 257 | 157 | 313 | 16 | 55 | 0 | 24 | 432 | 57 | 76 |
| Binary | 10101111 | 1101111 | 11001011 | 1110 | 101101 | 0 | 10100 | 100011010 | 101111 | 111110 |
Color Harmonies of #AF6FCB
Complementary color
Monochromatic Colors of #AF6FCB
Black with #AF6FCB
Text Example
Text Example
White with #AF6FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6FCB; }
p { color: rgb(175,111,203); }
H1.HeaderClassName
{
color: #AF6FCB;
}
.AnyTagClassName
{
color: #AF6FCB;
}
</style>
background-color css
<style>
a { background-color: #AF6FCB; }
a { background-color: rgb(175,111,203); }
div.DivClassName
{
background-color: #AF6FCB;
}
.BgClassName
{
background-color: #AF6FCB;
}
</style>
border-color css
<style>
span { border-color: #AF6FCB; }
span { border-color: rgb(175,111,203); }
td.TdClassName
{
border-color: #AF6FCB;
}
.TagClassName
{
border-color: #AF6FCB;
}
</style>