Shades of Medium Purple #AD7FFB
Tints of Medium Purple #AD7FFB
RGB
CMYK
RGB Variations
Color information
#AD7FFB (or 0xAD7FFB) is known color: Medium Purple. HEX triplet: AD, 7F and FB. RGB value is (173,127,251). Sum of RGB (Red+Green+Blue) = 173+127+251=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD7FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7FFB is #528004. Grayscale: #9A9A9A. Windows color (decimal): -5406725 or 16482221. OLE color: 16482221.
HSL color Cylindrical-coordinate representation of color #AD7FFB: hue angle of 262.26º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD7FFB is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 127 | 251 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.02 |
| HSL | 262.26º | 0.94% | 0.74% | - |
| HSV(B) | 262.26º | 0.49% | 0.98% | - |
| XYZ | 42.24 | 31.03 | 95.03 | - |
| YUV | 154.89 | 182.24 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 251 | 0.31 | 0.49 | 0 | 0.02 | 262.26 | 0.94 | 0.74 |
| Hex | AD | 7F | FB | 1F | 31 | 0 | 2 | 106 | 5E | 4A |
| Octal | 255 | 177 | 373 | 37 | 61 | 0 | 2 | 406 | 136 | 112 |
| Binary | 10101101 | 1111111 | 11111011 | 11111 | 110001 | 0 | 10 | 100000110 | 1011110 | 1001010 |
Color Harmonies of #AD7FFB
Complementary color
Monochromatic Colors of #AD7FFB
Black with #AD7FFB
Text Example
Text Example
White with #AD7FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7FFB; }
p { color: rgb(173,127,251); }
H1.HeaderClassName
{
color: #AD7FFB;
}
.AnyTagClassName
{
color: #AD7FFB;
}
</style>
background-color css
<style>
a { background-color: #AD7FFB; }
a { background-color: rgb(173,127,251); }
div.DivClassName
{
background-color: #AD7FFB;
}
.BgClassName
{
background-color: #AD7FFB;
}
</style>
border-color css
<style>
span { border-color: #AD7FFB; }
span { border-color: rgb(173,127,251); }
td.TdClassName
{
border-color: #AD7FFB;
}
.TagClassName
{
border-color: #AD7FFB;
}
</style>