Shades of Amethyst #AD6FCB
Tints of Amethyst #AD6FCB
RGB
CMYK
RGB Variations
Color information
#AD6FCB (or 0xAD6FCB) is known color: Amethyst. HEX triplet: AD, 6F and CB. RGB value is (173,111,203). Sum of RGB (Red+Green+Blue) = 173+111+203=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD6FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6FCB is #529034. Grayscale: #8B8B8B. Windows color (decimal): -5410869 or 13332397. OLE color: 13332397.
HSL color Cylindrical-coordinate representation of color #AD6FCB: hue angle of 280.43º 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 #AD6FCB is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 111 | 203 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.20 |
| HSL | 280.43º | 0.47% | 0.62% | - |
| HSV(B) | 280.43º | 0.45% | 0.8% | - |
| XYZ | 33.7 | 24.56 | 59.47 | - |
| YUV | 140.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 203 | 0.15 | 0.45 | 0 | 0.20 | 280.43 | 0.47 | 0.62 |
| Hex | AD | 6F | CB | F | 2D | 0 | 14 | 118 | 2F | 3E |
| Octal | 255 | 157 | 313 | 17 | 55 | 0 | 24 | 430 | 57 | 76 |
| Binary | 10101101 | 1101111 | 11001011 | 1111 | 101101 | 0 | 10100 | 100011000 | 101111 | 111110 |
Color Harmonies of #AD6FCB
Complementary color
Monochromatic Colors of #AD6FCB
Black with #AD6FCB
Text Example
Text Example
White with #AD6FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6FCB; }
p { color: rgb(173,111,203); }
H1.HeaderClassName
{
color: #AD6FCB;
}
.AnyTagClassName
{
color: #AD6FCB;
}
</style>
background-color css
<style>
a { background-color: #AD6FCB; }
a { background-color: rgb(173,111,203); }
div.DivClassName
{
background-color: #AD6FCB;
}
.BgClassName
{
background-color: #AD6FCB;
}
</style>
border-color css
<style>
span { border-color: #AD6FCB; }
span { border-color: rgb(173,111,203); }
td.TdClassName
{
border-color: #AD6FCB;
}
.TagClassName
{
border-color: #AD6FCB;
}
</style>