Shades of Medium Purple #AD7BFD
Tints of Medium Purple #AD7BFD
RGB
CMYK
RGB Variations
Color information
#AD7BFD (or 0xAD7BFD) is known color: Medium Purple. HEX triplet: AD, 7B and FD. RGB value is (173,123,253). Sum of RGB (Red+Green+Blue) = 173+123+253=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD7BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7BFD is #528402. Grayscale: #989898. Windows color (decimal): -5407747 or 16612269. OLE color: 16612269.
HSL color Cylindrical-coordinate representation of color #AD7BFD: hue angle of 263.08º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD7BFD is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 123 | 253 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.01 |
| HSL | 263.08º | 0.97% | 0.74% | - |
| HSV(B) | 263.08º | 0.51% | 0.99% | - |
| XYZ | 42.05 | 30.14 | 96.53 | - |
| YUV | 152.77 | 184.57 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 253 | 0.32 | 0.51 | 0 | 0.01 | 263.08 | 0.97 | 0.74 |
| Hex | AD | 7B | FD | 20 | 33 | 0 | 1 | 107 | 61 | 4A |
| Octal | 255 | 173 | 375 | 40 | 63 | 0 | 1 | 407 | 141 | 112 |
| Binary | 10101101 | 1111011 | 11111101 | 100000 | 110011 | 0 | 1 | 100000111 | 1100001 | 1001010 |
Color Harmonies of #AD7BFD
Complementary color
Monochromatic Colors of #AD7BFD
Black with #AD7BFD
Text Example
Text Example
White with #AD7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7BFD; }
p { color: rgb(173,123,253); }
H1.HeaderClassName
{
color: #AD7BFD;
}
.AnyTagClassName
{
color: #AD7BFD;
}
</style>
background-color css
<style>
a { background-color: #AD7BFD; }
a { background-color: rgb(173,123,253); }
div.DivClassName
{
background-color: #AD7BFD;
}
.BgClassName
{
background-color: #AD7BFD;
}
</style>
border-color css
<style>
span { border-color: #AD7BFD; }
span { border-color: rgb(173,123,253); }
td.TdClassName
{
border-color: #AD7BFD;
}
.TagClassName
{
border-color: #AD7BFD;
}
</style>