Shades of Medium Purple #AD6AF3
Tints of Medium Purple #AD6AF3
RGB
CMYK
RGB Variations
Color information
#AD6AF3 (or 0xAD6AF3) is known color: Medium Purple. HEX triplet: AD, 6A and F3. RGB value is (173,106,243). Sum of RGB (Red+Green+Blue) = 173+106+243=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 243 (95.31% from 255 or 46.55% from 522); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD6AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6AF3 is #52950C. Grayscale: #8D8D8D. Windows color (decimal): -5412109 or 15952557. OLE color: 15952557.
HSL color Cylindrical-coordinate representation of color #AD6AF3: hue angle of 269.34º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD6AF3 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 106 | 243 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.05 |
| HSL | 269.34º | 0.85% | 0.68% | - |
| HSV(B) | 269.34º | 0.56% | 0.95% | - |
| XYZ | 38.57 | 25.66 | 87.71 | - |
| YUV | 141.65 | 185.2 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 243 | 0.29 | 0.56 | 0 | 0.05 | 269.34 | 0.85 | 0.68 |
| Hex | AD | 6A | F3 | 1D | 38 | 0 | 5 | 10D | 55 | 44 |
| Octal | 255 | 152 | 363 | 35 | 70 | 0 | 5 | 415 | 125 | 104 |
| Binary | 10101101 | 1101010 | 11110011 | 11101 | 111000 | 0 | 101 | 100001101 | 1010101 | 1000100 |
Color Harmonies of #AD6AF3
Complementary color
Monochromatic Colors of #AD6AF3
Black with #AD6AF3
Text Example
Text Example
White with #AD6AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6AF3; }
p { color: rgb(173,106,243); }
H1.HeaderClassName
{
color: #AD6AF3;
}
.AnyTagClassName
{
color: #AD6AF3;
}
</style>
background-color css
<style>
a { background-color: #AD6AF3; }
a { background-color: rgb(173,106,243); }
div.DivClassName
{
background-color: #AD6AF3;
}
.BgClassName
{
background-color: #AD6AF3;
}
</style>
border-color css
<style>
span { border-color: #AD6AF3; }
span { border-color: rgb(173,106,243); }
td.TdClassName
{
border-color: #AD6AF3;
}
.TagClassName
{
border-color: #AD6AF3;
}
</style>