Shades of Medium Purple #AD67F8
Tints of Medium Purple #AD67F8
RGB
CMYK
RGB Variations
Color information
#AD67F8 (or 0xAD67F8) is known color: Medium Purple. HEX triplet: AD, 67 and F8. RGB value is (173,103,248). Sum of RGB (Red+Green+Blue) = 173+103+248=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 248 (97.27% from 255 or 47.33% from 524); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD67F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD67F8 is #529807. Grayscale: #8B8B8B. Windows color (decimal): -5412872 or 16279469. OLE color: 16279469.
HSL color Cylindrical-coordinate representation of color #AD67F8: hue angle of 268.97º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD67F8 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 103 | 248 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.03 |
| HSL | 268.97º | 0.91% | 0.69% | - |
| HSV(B) | 268.97º | 0.58% | 0.97% | - |
| XYZ | 39.03 | 25.36 | 91.65 | - |
| YUV | 140.46 | 188.69 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 248 | 0.30 | 0.58 | 0 | 0.03 | 268.97 | 0.91 | 0.69 |
| Hex | AD | 67 | F8 | 1E | 3A | 0 | 3 | 10D | 5B | 45 |
| Octal | 255 | 147 | 370 | 36 | 72 | 0 | 3 | 415 | 133 | 105 |
| Binary | 10101101 | 1100111 | 11111000 | 11110 | 111010 | 0 | 11 | 100001101 | 1011011 | 1000101 |
Color Harmonies of #AD67F8
Complementary color
Monochromatic Colors of #AD67F8
Black with #AD67F8
Text Example
Text Example
White with #AD67F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD67F8; }
p { color: rgb(173,103,248); }
H1.HeaderClassName
{
color: #AD67F8;
}
.AnyTagClassName
{
color: #AD67F8;
}
</style>
background-color css
<style>
a { background-color: #AD67F8; }
a { background-color: rgb(173,103,248); }
div.DivClassName
{
background-color: #AD67F8;
}
.BgClassName
{
background-color: #AD67F8;
}
</style>
border-color css
<style>
span { border-color: #AD67F8; }
span { border-color: rgb(173,103,248); }
td.TdClassName
{
border-color: #AD67F8;
}
.TagClassName
{
border-color: #AD67F8;
}
</style>