Shades of Medium Purple #AD75FF
Tints of Medium Purple #AD75FF
RGB
CMYK
RGB Variations
Color information
#AD75FF (or 0xAD75FF) is known color: Medium Purple. HEX triplet: AD, 75 and FF. RGB value is (173,117,255). Sum of RGB (Red+Green+Blue) = 173+117+255=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 117 (46.09% from 255 or 21.47% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD75FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD75FF is #528A00. Grayscale: #949494. Windows color (decimal): -5409281 or 16741805. OLE color: 16741805.
HSL color Cylindrical-coordinate representation of color #AD75FF: hue angle of 264.35º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD75FF is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 117 | 255 | - |
| CMYK | 0.32 | 0.54 | 0 | 0 |
| HSL | 264.35º | 1% | 0.73% | - |
| HSV(B) | 264.35º | 0.54% | 1% | - |
| XYZ | 41.64 | 28.83 | 97.98 | - |
| YUV | 149.48 | 187.55 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 255 | 0.32 | 0.54 | 0 | 0 | 264.35 | 1 | 0.73 |
| Hex | AD | 75 | FF | 20 | 36 | 0 | 0 | 108 | 64 | 49 |
| Octal | 255 | 165 | 377 | 40 | 66 | 0 | 0 | 410 | 144 | 111 |
| Binary | 10101101 | 1110101 | 11111111 | 100000 | 110110 | 0 | 0 | 100001000 | 1100100 | 1001001 |
Color Harmonies of #AD75FF
Complementary color
Monochromatic Colors of #AD75FF
Black with #AD75FF
Text Example
Text Example
White with #AD75FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD75FF; }
p { color: rgb(173,117,255); }
H1.HeaderClassName
{
color: #AD75FF;
}
.AnyTagClassName
{
color: #AD75FF;
}
</style>
background-color css
<style>
a { background-color: #AD75FF; }
a { background-color: rgb(173,117,255); }
div.DivClassName
{
background-color: #AD75FF;
}
.BgClassName
{
background-color: #AD75FF;
}
</style>
border-color css
<style>
span { border-color: #AD75FF; }
span { border-color: rgb(173,117,255); }
td.TdClassName
{
border-color: #AD75FF;
}
.TagClassName
{
border-color: #AD75FF;
}
</style>