Shades of Amethyst #AD69CB
Tints of Amethyst #AD69CB
RGB
CMYK
RGB Variations
Color information
#AD69CB (or 0xAD69CB) is known color: Amethyst. HEX triplet: AD, 69 and CB. RGB value is (173,105,203). Sum of RGB (Red+Green+Blue) = 173+105+203=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD69CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD69CB is #529634. Grayscale: #888888. Windows color (decimal): -5412405 or 13330861. OLE color: 13330861.
HSL color Cylindrical-coordinate representation of color #AD69CB: hue angle of 281.63º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD69CB is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 105 | 203 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.20 |
| HSL | 281.63º | 0.49% | 0.6% | - |
| HSV(B) | 281.63º | 0.48% | 0.8% | - |
| XYZ | 33.06 | 23.3 | 59.25 | - |
| YUV | 136.5 | 165.53 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 203 | 0.15 | 0.48 | 0 | 0.20 | 281.63 | 0.49 | 0.6 |
| Hex | AD | 69 | CB | F | 30 | 0 | 14 | 11A | 31 | 3C |
| Octal | 255 | 151 | 313 | 17 | 60 | 0 | 24 | 432 | 61 | 74 |
| Binary | 10101101 | 1101001 | 11001011 | 1111 | 110000 | 0 | 10100 | 100011010 | 110001 | 111100 |
Color Harmonies of #AD69CB
Complementary color
Monochromatic Colors of #AD69CB
Black with #AD69CB
Text Example
Text Example
White with #AD69CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD69CB; }
p { color: rgb(173,105,203); }
H1.HeaderClassName
{
color: #AD69CB;
}
.AnyTagClassName
{
color: #AD69CB;
}
</style>
background-color css
<style>
a { background-color: #AD69CB; }
a { background-color: rgb(173,105,203); }
div.DivClassName
{
background-color: #AD69CB;
}
.BgClassName
{
background-color: #AD69CB;
}
</style>
border-color css
<style>
span { border-color: #AD69CB; }
span { border-color: rgb(173,105,203); }
td.TdClassName
{
border-color: #AD69CB;
}
.TagClassName
{
border-color: #AD69CB;
}
</style>