Shades of Medium Purple #AD7FFE
Tints of Medium Purple #AD7FFE
RGB
CMYK
RGB Variations
Color information
#AD7FFE (or 0xAD7FFE) is known color: Medium Purple. HEX triplet: AD, 7F and FE. RGB value is (173,127,254). Sum of RGB (Red+Green+Blue) = 173+127+254=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD7FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7FFE is #528001. Grayscale: #9A9A9A. Windows color (decimal): -5406722 or 16678829. OLE color: 16678829.
HSL color Cylindrical-coordinate representation of color #AD7FFE: hue angle of 261.73º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD7FFE is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 127 | 254 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.00 |
| HSL | 261.73º | 0.98% | 0.75% | - |
| HSV(B) | 261.73º | 0.5% | 1% | - |
| XYZ | 42.71 | 31.22 | 97.54 | - |
| YUV | 155.23 | 183.74 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 254 | 0.32 | 0.50 | 0 | 0.00 | 261.73 | 0.98 | 0.75 |
| Hex | AD | 7F | FE | 20 | 32 | 0 | 0 | 106 | 62 | 4B |
| Octal | 255 | 177 | 376 | 40 | 62 | 0 | 0 | 406 | 142 | 113 |
| Binary | 10101101 | 1111111 | 11111110 | 100000 | 110010 | 0 | 0 | 100000110 | 1100010 | 1001011 |
Color Harmonies of #AD7FFE
Complementary color
Monochromatic Colors of #AD7FFE
Black with #AD7FFE
Text Example
Text Example
White with #AD7FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7FFE; }
p { color: rgb(173,127,254); }
H1.HeaderClassName
{
color: #AD7FFE;
}
.AnyTagClassName
{
color: #AD7FFE;
}
</style>
background-color css
<style>
a { background-color: #AD7FFE; }
a { background-color: rgb(173,127,254); }
div.DivClassName
{
background-color: #AD7FFE;
}
.BgClassName
{
background-color: #AD7FFE;
}
</style>
border-color css
<style>
span { border-color: #AD7FFE; }
span { border-color: rgb(173,127,254); }
td.TdClassName
{
border-color: #AD7FFE;
}
.TagClassName
{
border-color: #AD7FFE;
}
</style>