Shades of Medium Purple #AD7BF0
Tints of Medium Purple #AD7BF0
RGB
CMYK
RGB Variations
Color information
#AD7BF0 (or 0xAD7BF0) is known color: Medium Purple. HEX triplet: AD, 7B and F0. RGB value is (173,123,240). Sum of RGB (Red+Green+Blue) = 173+123+240=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD7BF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7BF0 is #52840F. Grayscale: #969696. Windows color (decimal): -5407760 or 15760301. OLE color: 15760301.
HSL color Cylindrical-coordinate representation of color #AD7BF0: hue angle of 265.64º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD7BF0 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 123 | 240 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.06 |
| HSL | 265.64º | 0.8% | 0.71% | - |
| HSV(B) | 265.64º | 0.49% | 0.94% | - |
| XYZ | 40.04 | 29.34 | 85.99 | - |
| YUV | 151.29 | 178.07 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 240 | 0.28 | 0.49 | 0 | 0.06 | 265.64 | 0.8 | 0.71 |
| Hex | AD | 7B | F0 | 1C | 31 | 0 | 6 | 10A | 50 | 47 |
| Octal | 255 | 173 | 360 | 34 | 61 | 0 | 6 | 412 | 120 | 107 |
| Binary | 10101101 | 1111011 | 11110000 | 11100 | 110001 | 0 | 110 | 100001010 | 1010000 | 1000111 |
Color Harmonies of #AD7BF0
Complementary color
Monochromatic Colors of #AD7BF0
Black with #AD7BF0
Text Example
Text Example
White with #AD7BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7BF0; }
p { color: rgb(173,123,240); }
H1.HeaderClassName
{
color: #AD7BF0;
}
.AnyTagClassName
{
color: #AD7BF0;
}
</style>
background-color css
<style>
a { background-color: #AD7BF0; }
a { background-color: rgb(173,123,240); }
div.DivClassName
{
background-color: #AD7BF0;
}
.BgClassName
{
background-color: #AD7BF0;
}
</style>
border-color css
<style>
span { border-color: #AD7BF0; }
span { border-color: rgb(173,123,240); }
td.TdClassName
{
border-color: #AD7BF0;
}
.TagClassName
{
border-color: #AD7BF0;
}
</style>