Shades of Medium Purple #AD7CFD
Tints of Medium Purple #AD7CFD
RGB
CMYK
RGB Variations
Color information
#AD7CFD (or 0xAD7CFD) is known color: Medium Purple. HEX triplet: AD, 7C and FD. RGB value is (173,124,253). Sum of RGB (Red+Green+Blue) = 173+124+253=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD7CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7CFD is #528302. Grayscale: #989898. Windows color (decimal): -5407491 or 16612525. OLE color: 16612525.
HSL color Cylindrical-coordinate representation of color #AD7CFD: hue angle of 262.79º 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 #AD7CFD is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 124 | 253 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.01 |
| HSL | 262.79º | 0.97% | 0.74% | - |
| HSV(B) | 262.79º | 0.51% | 0.99% | - |
| XYZ | 42.17 | 30.39 | 96.57 | - |
| YUV | 153.36 | 184.23 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 124 | 253 | 0.32 | 0.51 | 0 | 0.01 | 262.79 | 0.97 | 0.74 |
| Hex | AD | 7C | FD | 20 | 33 | 0 | 1 | 107 | 61 | 4A |
| Octal | 255 | 174 | 375 | 40 | 63 | 0 | 1 | 407 | 141 | 112 |
| Binary | 10101101 | 1111100 | 11111101 | 100000 | 110011 | 0 | 1 | 100000111 | 1100001 | 1001010 |
Color Harmonies of #AD7CFD
Complementary color
Monochromatic Colors of #AD7CFD
Black with #AD7CFD
Text Example
Text Example
White with #AD7CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7CFD; }
p { color: rgb(173,124,253); }
H1.HeaderClassName
{
color: #AD7CFD;
}
.AnyTagClassName
{
color: #AD7CFD;
}
</style>
background-color css
<style>
a { background-color: #AD7CFD; }
a { background-color: rgb(173,124,253); }
div.DivClassName
{
background-color: #AD7CFD;
}
.BgClassName
{
background-color: #AD7CFD;
}
</style>
border-color css
<style>
span { border-color: #AD7CFD; }
span { border-color: rgb(173,124,253); }
td.TdClassName
{
border-color: #AD7CFD;
}
.TagClassName
{
border-color: #AD7CFD;
}
</style>