Shades of Medium Purple #AD7BFA
Tints of Medium Purple #AD7BFA
RGB
CMYK
RGB Variations
Color information
#AD7BFA (or 0xAD7BFA) is known color: Medium Purple. HEX triplet: AD, 7B and FA. RGB value is (173,123,250). Sum of RGB (Red+Green+Blue) = 173+123+250=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 123 (48.44% from 255 or 22.53% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD7BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7BFA is #528405. Grayscale: #979797. Windows color (decimal): -5407750 or 16415661. OLE color: 16415661.
HSL color Cylindrical-coordinate representation of color #AD7BFA: hue angle of 263.62º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD7BFA is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 123 | 250 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.02 |
| HSL | 263.62º | 0.93% | 0.73% | - |
| HSV(B) | 263.62º | 0.51% | 0.98% | - |
| XYZ | 41.57 | 29.95 | 94.03 | - |
| YUV | 152.43 | 183.07 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 250 | 0.31 | 0.51 | 0 | 0.02 | 263.62 | 0.93 | 0.73 |
| Hex | AD | 7B | FA | 1F | 33 | 0 | 2 | 108 | 5D | 49 |
| Octal | 255 | 173 | 372 | 37 | 63 | 0 | 2 | 410 | 135 | 111 |
| Binary | 10101101 | 1111011 | 11111010 | 11111 | 110011 | 0 | 10 | 100001000 | 1011101 | 1001001 |
Color Harmonies of #AD7BFA
Complementary color
Monochromatic Colors of #AD7BFA
Black with #AD7BFA
Text Example
Text Example
White with #AD7BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7BFA; }
p { color: rgb(173,123,250); }
H1.HeaderClassName
{
color: #AD7BFA;
}
.AnyTagClassName
{
color: #AD7BFA;
}
</style>
background-color css
<style>
a { background-color: #AD7BFA; }
a { background-color: rgb(173,123,250); }
div.DivClassName
{
background-color: #AD7BFA;
}
.BgClassName
{
background-color: #AD7BFA;
}
</style>
border-color css
<style>
span { border-color: #AD7BFA; }
span { border-color: rgb(173,123,250); }
td.TdClassName
{
border-color: #AD7BFA;
}
.TagClassName
{
border-color: #AD7BFA;
}
</style>