Shades of Medium Purple #AD7FF8
Tints of Medium Purple #AD7FF8
RGB
CMYK
RGB Variations
Color information
#AD7FF8 (or 0xAD7FF8) is known color: Medium Purple. HEX triplet: AD, 7F and F8. RGB value is (173,127,248). Sum of RGB (Red+Green+Blue) = 173+127+248=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 248 (97.27% from 255 or 45.26% from 548); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD7FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7FF8 is #528007. Grayscale: #9A9A9A. Windows color (decimal): -5406728 or 16285613. OLE color: 16285613.
HSL color Cylindrical-coordinate representation of color #AD7FF8: hue angle of 262.81º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD7FF8 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 127 | 248 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.03 |
| HSL | 262.81º | 0.9% | 0.74% | - |
| HSV(B) | 262.81º | 0.49% | 0.97% | - |
| XYZ | 41.77 | 30.84 | 92.56 | - |
| YUV | 154.55 | 180.74 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 248 | 0.30 | 0.49 | 0 | 0.03 | 262.81 | 0.9 | 0.74 |
| Hex | AD | 7F | F8 | 1E | 31 | 0 | 3 | 107 | 5A | 4A |
| Octal | 255 | 177 | 370 | 36 | 61 | 0 | 3 | 407 | 132 | 112 |
| Binary | 10101101 | 1111111 | 11111000 | 11110 | 110001 | 0 | 11 | 100000111 | 1011010 | 1001010 |
Color Harmonies of #AD7FF8
Complementary color
Monochromatic Colors of #AD7FF8
Black with #AD7FF8
Text Example
Text Example
White with #AD7FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7FF8; }
p { color: rgb(173,127,248); }
H1.HeaderClassName
{
color: #AD7FF8;
}
.AnyTagClassName
{
color: #AD7FF8;
}
</style>
background-color css
<style>
a { background-color: #AD7FF8; }
a { background-color: rgb(173,127,248); }
div.DivClassName
{
background-color: #AD7FF8;
}
.BgClassName
{
background-color: #AD7FF8;
}
</style>
border-color css
<style>
span { border-color: #AD7FF8; }
span { border-color: rgb(173,127,248); }
td.TdClassName
{
border-color: #AD7FF8;
}
.TagClassName
{
border-color: #AD7FF8;
}
</style>