Shades of Medium Purple #AD75F0
Tints of Medium Purple #AD75F0
RGB
CMYK
RGB Variations
Color information
#AD75F0 (or 0xAD75F0) is known color: Medium Purple. HEX triplet: AD, 75 and F0. RGB value is (173,117,240). Sum of RGB (Red+Green+Blue) = 173+117+240=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD75F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD75F0 is #528A0F. Grayscale: #939393. Windows color (decimal): -5409296 or 15758765. OLE color: 15758765.
HSL color Cylindrical-coordinate representation of color #AD75F0: hue angle of 267.32º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD75F0 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 117 | 240 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.06 |
| HSL | 267.32º | 0.8% | 0.7% | - |
| HSV(B) | 267.32º | 0.51% | 0.94% | - |
| XYZ | 39.32 | 27.9 | 85.75 | - |
| YUV | 147.77 | 180.05 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 240 | 0.28 | 0.51 | 0 | 0.06 | 267.32 | 0.8 | 0.7 |
| Hex | AD | 75 | F0 | 1C | 33 | 0 | 6 | 10B | 50 | 46 |
| Octal | 255 | 165 | 360 | 34 | 63 | 0 | 6 | 413 | 120 | 106 |
| Binary | 10101101 | 1110101 | 11110000 | 11100 | 110011 | 0 | 110 | 100001011 | 1010000 | 1000110 |
Color Harmonies of #AD75F0
Complementary color
Monochromatic Colors of #AD75F0
Black with #AD75F0
Text Example
Text Example
White with #AD75F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD75F0; }
p { color: rgb(173,117,240); }
H1.HeaderClassName
{
color: #AD75F0;
}
.AnyTagClassName
{
color: #AD75F0;
}
</style>
background-color css
<style>
a { background-color: #AD75F0; }
a { background-color: rgb(173,117,240); }
div.DivClassName
{
background-color: #AD75F0;
}
.BgClassName
{
background-color: #AD75F0;
}
</style>
border-color css
<style>
span { border-color: #AD75F0; }
span { border-color: rgb(173,117,240); }
td.TdClassName
{
border-color: #AD75F0;
}
.TagClassName
{
border-color: #AD75F0;
}
</style>