Shades of Medium Purple #AD6CFD
Tints of Medium Purple #AD6CFD
RGB
CMYK
RGB Variations
Color information
#AD6CFD (or 0xAD6CFD) is known color: Medium Purple. HEX triplet: AD, 6C and FD. RGB value is (173,108,253). Sum of RGB (Red+Green+Blue) = 173+108+253=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 108 (42.58% from 255 or 20.22% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD6CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6CFD is #529302. Grayscale: #8F8F8F. Windows color (decimal): -5411587 or 16608429. OLE color: 16608429.
HSL color Cylindrical-coordinate representation of color #AD6CFD: hue angle of 266.9º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD6CFD is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 108 | 253 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.01 |
| HSL | 266.9º | 0.97% | 0.71% | - |
| HSV(B) | 266.9º | 0.57% | 0.99% | - |
| XYZ | 40.33 | 26.7 | 95.96 | - |
| YUV | 143.97 | 189.53 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 108 | 253 | 0.32 | 0.57 | 0 | 0.01 | 266.9 | 0.97 | 0.71 |
| Hex | AD | 6C | FD | 20 | 39 | 0 | 1 | 10B | 61 | 47 |
| Octal | 255 | 154 | 375 | 40 | 71 | 0 | 1 | 413 | 141 | 107 |
| Binary | 10101101 | 1101100 | 11111101 | 100000 | 111001 | 0 | 1 | 100001011 | 1100001 | 1000111 |
Color Harmonies of #AD6CFD
Complementary color
Monochromatic Colors of #AD6CFD
Black with #AD6CFD
Text Example
Text Example
White with #AD6CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6CFD; }
p { color: rgb(173,108,253); }
H1.HeaderClassName
{
color: #AD6CFD;
}
.AnyTagClassName
{
color: #AD6CFD;
}
</style>
background-color css
<style>
a { background-color: #AD6CFD; }
a { background-color: rgb(173,108,253); }
div.DivClassName
{
background-color: #AD6CFD;
}
.BgClassName
{
background-color: #AD6CFD;
}
</style>
border-color css
<style>
span { border-color: #AD6CFD; }
span { border-color: rgb(173,108,253); }
td.TdClassName
{
border-color: #AD6CFD;
}
.TagClassName
{
border-color: #AD6CFD;
}
</style>