Shades of Medium Purple #AD6FF6
Tints of Medium Purple #AD6FF6
RGB
CMYK
RGB Variations
Color information
#AD6FF6 (or 0xAD6FF6) is known color: Medium Purple. HEX triplet: AD, 6F and F6. RGB value is (173,111,246). Sum of RGB (Red+Green+Blue) = 173+111+246=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD6FF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6FF6 is #529009. Grayscale: #909090. Windows color (decimal): -5410826 or 16150445. OLE color: 16150445.
HSL color Cylindrical-coordinate representation of color #AD6FF6: hue angle of 267.56º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD6FF6 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 111 | 246 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.04 |
| HSL | 267.56º | 0.88% | 0.7% | - |
| HSV(B) | 267.56º | 0.55% | 0.96% | - |
| XYZ | 39.55 | 26.91 | 90.3 | - |
| YUV | 144.93 | 185.04 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 246 | 0.30 | 0.55 | 0 | 0.04 | 267.56 | 0.88 | 0.7 |
| Hex | AD | 6F | F6 | 1E | 37 | 0 | 4 | 10C | 58 | 46 |
| Octal | 255 | 157 | 366 | 36 | 67 | 0 | 4 | 414 | 130 | 106 |
| Binary | 10101101 | 1101111 | 11110110 | 11110 | 110111 | 0 | 100 | 100001100 | 1011000 | 1000110 |
Color Harmonies of #AD6FF6
Complementary color
Monochromatic Colors of #AD6FF6
Black with #AD6FF6
Text Example
Text Example
White with #AD6FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6FF6; }
p { color: rgb(173,111,246); }
H1.HeaderClassName
{
color: #AD6FF6;
}
.AnyTagClassName
{
color: #AD6FF6;
}
</style>
background-color css
<style>
a { background-color: #AD6FF6; }
a { background-color: rgb(173,111,246); }
div.DivClassName
{
background-color: #AD6FF6;
}
.BgClassName
{
background-color: #AD6FF6;
}
</style>
border-color css
<style>
span { border-color: #AD6FF6; }
span { border-color: rgb(173,111,246); }
td.TdClassName
{
border-color: #AD6FF6;
}
.TagClassName
{
border-color: #AD6FF6;
}
</style>