Shades of Medium Purple #AD5BFB
Tints of Medium Purple #AD5BFB
RGB
CMYK
RGB Variations
Color information
#AD5BFB (or 0xAD5BFB) is known color: Medium Purple. HEX triplet: AD, 5B and FB. RGB value is (173,91,251). Sum of RGB (Red+Green+Blue) = 173+91+251=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 91 (35.94% from 255 or 17.67% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD5BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5BFB is #52A404. Grayscale: #858585. Windows color (decimal): -5415941 or 16473005. OLE color: 16473005.
HSL color Cylindrical-coordinate representation of color #AD5BFB: hue angle of 270.75º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD5BFB is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 91 | 251 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.02 |
| HSL | 270.75º | 0.95% | 0.67% | - |
| HSV(B) | 270.75º | 0.64% | 0.98% | - |
| XYZ | 38.39 | 23.33 | 93.75 | - |
| YUV | 133.76 | 194.17 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 91 | 251 | 0.31 | 0.64 | 0 | 0.02 | 270.75 | 0.95 | 0.67 |
| Hex | AD | 5B | FB | 1F | 40 | 0 | 2 | 10F | 5F | 43 |
| Octal | 255 | 133 | 373 | 37 | 100 | 0 | 2 | 417 | 137 | 103 |
| Binary | 10101101 | 1011011 | 11111011 | 11111 | 1000000 | 0 | 10 | 100001111 | 1011111 | 1000011 |
Color Harmonies of #AD5BFB
Complementary color
Monochromatic Colors of #AD5BFB
Black with #AD5BFB
Text Example
Text Example
White with #AD5BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5BFB; }
p { color: rgb(173,91,251); }
H1.HeaderClassName
{
color: #AD5BFB;
}
.AnyTagClassName
{
color: #AD5BFB;
}
</style>
background-color css
<style>
a { background-color: #AD5BFB; }
a { background-color: rgb(173,91,251); }
div.DivClassName
{
background-color: #AD5BFB;
}
.BgClassName
{
background-color: #AD5BFB;
}
</style>
border-color css
<style>
span { border-color: #AD5BFB; }
span { border-color: rgb(173,91,251); }
td.TdClassName
{
border-color: #AD5BFB;
}
.TagClassName
{
border-color: #AD5BFB;
}
</style>