Shades of Medium Purple #AD75FE
Tints of Medium Purple #AD75FE
RGB
CMYK
RGB Variations
Color information
#AD75FE (or 0xAD75FE) is known color: Medium Purple. HEX triplet: AD, 75 and FE. RGB value is (173,117,254). Sum of RGB (Red+Green+Blue) = 173+117+254=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD75FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD75FE is #528A01. Grayscale: #949494. Windows color (decimal): -5409282 or 16676269. OLE color: 16676269.
HSL color Cylindrical-coordinate representation of color #AD75FE: hue angle of 264.53º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD75FE is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 117 | 254 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.00 |
| HSL | 264.53º | 0.99% | 0.73% | - |
| HSV(B) | 264.53º | 0.54% | 1% | - |
| XYZ | 41.48 | 28.76 | 97.13 | - |
| YUV | 149.36 | 187.05 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 254 | 0.32 | 0.54 | 0 | 0.00 | 264.53 | 0.99 | 0.73 |
| Hex | AD | 75 | FE | 20 | 36 | 0 | 0 | 109 | 63 | 49 |
| Octal | 255 | 165 | 376 | 40 | 66 | 0 | 0 | 411 | 143 | 111 |
| Binary | 10101101 | 1110101 | 11111110 | 100000 | 110110 | 0 | 0 | 100001001 | 1100011 | 1001001 |
Color Harmonies of #AD75FE
Complementary color
Monochromatic Colors of #AD75FE
Black with #AD75FE
Text Example
Text Example
White with #AD75FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD75FE; }
p { color: rgb(173,117,254); }
H1.HeaderClassName
{
color: #AD75FE;
}
.AnyTagClassName
{
color: #AD75FE;
}
</style>
background-color css
<style>
a { background-color: #AD75FE; }
a { background-color: rgb(173,117,254); }
div.DivClassName
{
background-color: #AD75FE;
}
.BgClassName
{
background-color: #AD75FE;
}
</style>
border-color css
<style>
span { border-color: #AD75FE; }
span { border-color: rgb(173,117,254); }
td.TdClassName
{
border-color: #AD75FE;
}
.TagClassName
{
border-color: #AD75FE;
}
</style>