Shades of Medium Purple #AD67FF
Tints of Medium Purple #AD67FF
RGB
CMYK
RGB Variations
Color information
#AD67FF (or 0xAD67FF) is known color: Medium Purple. HEX triplet: AD, 67 and FF. RGB value is (173,103,255). Sum of RGB (Red+Green+Blue) = 173+103+255=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 103 (40.62% from 255 or 19.40% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD67FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD67FF is #529800. Grayscale: #8C8C8C. Windows color (decimal): -5412865 or 16738221. OLE color: 16738221.
HSL color Cylindrical-coordinate representation of color #AD67FF: hue angle of 267.63º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD67FF is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 103 | 255 | - |
| CMYK | 0.32 | 0.60 | 0 | 0 |
| HSL | 267.63º | 1% | 0.7% | - |
| HSV(B) | 267.63º | 0.6% | 1% | - |
| XYZ | 40.13 | 25.8 | 97.47 | - |
| YUV | 141.26 | 192.19 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 255 | 0.32 | 0.60 | 0 | 0 | 267.63 | 1 | 0.7 |
| Hex | AD | 67 | FF | 20 | 3C | 0 | 0 | 10C | 64 | 46 |
| Octal | 255 | 147 | 377 | 40 | 74 | 0 | 0 | 414 | 144 | 106 |
| Binary | 10101101 | 1100111 | 11111111 | 100000 | 111100 | 0 | 0 | 100001100 | 1100100 | 1000110 |
Color Harmonies of #AD67FF
Complementary color
Monochromatic Colors of #AD67FF
Black with #AD67FF
Text Example
Text Example
White with #AD67FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD67FF; }
p { color: rgb(173,103,255); }
H1.HeaderClassName
{
color: #AD67FF;
}
.AnyTagClassName
{
color: #AD67FF;
}
</style>
background-color css
<style>
a { background-color: #AD67FF; }
a { background-color: rgb(173,103,255); }
div.DivClassName
{
background-color: #AD67FF;
}
.BgClassName
{
background-color: #AD67FF;
}
</style>
border-color css
<style>
span { border-color: #AD67FF; }
span { border-color: rgb(173,103,255); }
td.TdClassName
{
border-color: #AD67FF;
}
.TagClassName
{
border-color: #AD67FF;
}
</style>