Shades of Medium Purple #AD5CFF
Tints of Medium Purple #AD5CFF
RGB
CMYK
RGB Variations
Color information
#AD5CFF (or 0xAD5CFF) is known color: Medium Purple. HEX triplet: AD, 5C and FF. RGB value is (173,92,255). Sum of RGB (Red+Green+Blue) = 173+92+255=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 92 (36.33% from 255 or 17.69% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD5CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5CFF is #52A300. Grayscale: #868686. Windows color (decimal): -5415681 or 16735405. OLE color: 16735405.
HSL color Cylindrical-coordinate representation of color #AD5CFF: hue angle of 269.82º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD5CFF is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 92 | 255 | - |
| CMYK | 0.32 | 0.64 | 0 | 0 |
| HSL | 269.82º | 1% | 0.68% | - |
| HSV(B) | 269.82º | 0.64% | 1% | - |
| XYZ | 39.11 | 23.76 | 97.13 | - |
| YUV | 134.8 | 195.84 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 255 | 0.32 | 0.64 | 0 | 0 | 269.82 | 1 | 0.68 |
| Hex | AD | 5C | FF | 20 | 40 | 0 | 0 | 10E | 64 | 44 |
| Octal | 255 | 134 | 377 | 40 | 100 | 0 | 0 | 416 | 144 | 104 |
| Binary | 10101101 | 1011100 | 11111111 | 100000 | 1000000 | 0 | 0 | 100001110 | 1100100 | 1000100 |
Color Harmonies of #AD5CFF
Complementary color
Monochromatic Colors of #AD5CFF
Black with #AD5CFF
Text Example
Text Example
White with #AD5CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5CFF; }
p { color: rgb(173,92,255); }
H1.HeaderClassName
{
color: #AD5CFF;
}
.AnyTagClassName
{
color: #AD5CFF;
}
</style>
background-color css
<style>
a { background-color: #AD5CFF; }
a { background-color: rgb(173,92,255); }
div.DivClassName
{
background-color: #AD5CFF;
}
.BgClassName
{
background-color: #AD5CFF;
}
</style>
border-color css
<style>
span { border-color: #AD5CFF; }
span { border-color: rgb(173,92,255); }
td.TdClassName
{
border-color: #AD5CFF;
}
.TagClassName
{
border-color: #AD5CFF;
}
</style>