Shades of Medium Purple #AD7BFF
Tints of Medium Purple #AD7BFF
RGB
CMYK
RGB Variations
Color information
#AD7BFF (or 0xAD7BFF) is known color: Medium Purple. HEX triplet: AD, 7B and FF. RGB value is (173,123,255). Sum of RGB (Red+Green+Blue) = 173+123+255=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 123 (48.44% from 255 or 22.32% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD7BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7BFF is #528400. Grayscale: #989898. Windows color (decimal): -5407745 or 16743341. OLE color: 16743341.
HSL color Cylindrical-coordinate representation of color #AD7BFF: hue angle of 262.73º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD7BFF is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 123 | 255 | - |
| CMYK | 0.32 | 0.52 | 0 | 0 |
| HSL | 262.73º | 1% | 0.74% | - |
| HSV(B) | 262.73º | 0.52% | 1% | - |
| XYZ | 42.37 | 30.27 | 98.22 | - |
| YUV | 153 | 185.57 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 255 | 0.32 | 0.52 | 0 | 0 | 262.73 | 1 | 0.74 |
| Hex | AD | 7B | FF | 20 | 34 | 0 | 0 | 107 | 64 | 4A |
| Octal | 255 | 173 | 377 | 40 | 64 | 0 | 0 | 407 | 144 | 112 |
| Binary | 10101101 | 1111011 | 11111111 | 100000 | 110100 | 0 | 0 | 100000111 | 1100100 | 1001010 |
Color Harmonies of #AD7BFF
Complementary color
Monochromatic Colors of #AD7BFF
Black with #AD7BFF
Text Example
Text Example
White with #AD7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7BFF; }
p { color: rgb(173,123,255); }
H1.HeaderClassName
{
color: #AD7BFF;
}
.AnyTagClassName
{
color: #AD7BFF;
}
</style>
background-color css
<style>
a { background-color: #AD7BFF; }
a { background-color: rgb(173,123,255); }
div.DivClassName
{
background-color: #AD7BFF;
}
.BgClassName
{
background-color: #AD7BFF;
}
</style>
border-color css
<style>
span { border-color: #AD7BFF; }
span { border-color: rgb(173,123,255); }
td.TdClassName
{
border-color: #AD7BFF;
}
.TagClassName
{
border-color: #AD7BFF;
}
</style>