Shades of Medium Purple #AD7BF2
Tints of Medium Purple #AD7BF2
RGB
CMYK
RGB Variations
Color information
#AD7BF2 (or 0xAD7BF2) is known color: Medium Purple. HEX triplet: AD, 7B and F2. RGB value is (173,123,242). Sum of RGB (Red+Green+Blue) = 173+123+242=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD7BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7BF2 is #52840D. Grayscale: #979797. Windows color (decimal): -5407758 or 15891373. OLE color: 15891373.
HSL color Cylindrical-coordinate representation of color #AD7BF2: hue angle of 265.21º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD7BF2 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 123 | 242 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.05 |
| HSL | 265.21º | 0.82% | 0.72% | - |
| HSV(B) | 265.21º | 0.49% | 0.95% | - |
| XYZ | 40.34 | 29.46 | 87.56 | - |
| YUV | 151.52 | 179.07 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 242 | 0.29 | 0.49 | 0 | 0.05 | 265.21 | 0.82 | 0.72 |
| Hex | AD | 7B | F2 | 1D | 31 | 0 | 5 | 109 | 52 | 48 |
| Octal | 255 | 173 | 362 | 35 | 61 | 0 | 5 | 411 | 122 | 110 |
| Binary | 10101101 | 1111011 | 11110010 | 11101 | 110001 | 0 | 101 | 100001001 | 1010010 | 1001000 |
Color Harmonies of #AD7BF2
Complementary color
Monochromatic Colors of #AD7BF2
Black with #AD7BF2
Text Example
Text Example
White with #AD7BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7BF2; }
p { color: rgb(173,123,242); }
H1.HeaderClassName
{
color: #AD7BF2;
}
.AnyTagClassName
{
color: #AD7BF2;
}
</style>
background-color css
<style>
a { background-color: #AD7BF2; }
a { background-color: rgb(173,123,242); }
div.DivClassName
{
background-color: #AD7BF2;
}
.BgClassName
{
background-color: #AD7BF2;
}
</style>
border-color css
<style>
span { border-color: #AD7BF2; }
span { border-color: rgb(173,123,242); }
td.TdClassName
{
border-color: #AD7BF2;
}
.TagClassName
{
border-color: #AD7BF2;
}
</style>