Shades of Medium Purple #AD6FFB
Tints of Medium Purple #AD6FFB
RGB
CMYK
RGB Variations
Color information
#AD6FFB (or 0xAD6FFB) is known color: Medium Purple. HEX triplet: AD, 6F and FB. RGB value is (173,111,251). Sum of RGB (Red+Green+Blue) = 173+111+251=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD6FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6FFB is #529004. Grayscale: #919191. Windows color (decimal): -5410821 or 16478125. OLE color: 16478125.
HSL color Cylindrical-coordinate representation of color #AD6FFB: hue angle of 266.57º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD6FFB is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 111 | 251 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.02 |
| HSL | 266.57º | 0.95% | 0.71% | - |
| HSV(B) | 266.57º | 0.56% | 0.98% | - |
| XYZ | 40.33 | 27.22 | 94.39 | - |
| YUV | 145.5 | 187.54 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 251 | 0.31 | 0.56 | 0 | 0.02 | 266.57 | 0.95 | 0.71 |
| Hex | AD | 6F | FB | 1F | 38 | 0 | 2 | 10B | 5F | 47 |
| Octal | 255 | 157 | 373 | 37 | 70 | 0 | 2 | 413 | 137 | 107 |
| Binary | 10101101 | 1101111 | 11111011 | 11111 | 111000 | 0 | 10 | 100001011 | 1011111 | 1000111 |
Color Harmonies of #AD6FFB
Complementary color
Monochromatic Colors of #AD6FFB
Black with #AD6FFB
Text Example
Text Example
White with #AD6FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6FFB; }
p { color: rgb(173,111,251); }
H1.HeaderClassName
{
color: #AD6FFB;
}
.AnyTagClassName
{
color: #AD6FFB;
}
</style>
background-color css
<style>
a { background-color: #AD6FFB; }
a { background-color: rgb(173,111,251); }
div.DivClassName
{
background-color: #AD6FFB;
}
.BgClassName
{
background-color: #AD6FFB;
}
</style>
border-color css
<style>
span { border-color: #AD6FFB; }
span { border-color: rgb(173,111,251); }
td.TdClassName
{
border-color: #AD6FFB;
}
.TagClassName
{
border-color: #AD6FFB;
}
</style>