Shades of Medium Purple #AD67EF
Tints of Medium Purple #AD67EF
RGB
CMYK
RGB Variations
Color information
#AD67EF (or 0xAD67EF) is known color: Medium Purple. HEX triplet: AD, 67 and EF. RGB value is (173,103,239). Sum of RGB (Red+Green+Blue) = 173+103+239=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 103 (40.62% from 255 or 20% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD67EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD67EF is #529810. Grayscale: #8A8A8A. Windows color (decimal): -5412881 or 15689645. OLE color: 15689645.
HSL color Cylindrical-coordinate representation of color #AD67EF: hue angle of 270.88º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD67EF is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 103 | 239 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.06 |
| HSL | 270.88º | 0.81% | 0.67% | - |
| HSV(B) | 270.88º | 0.57% | 0.94% | - |
| XYZ | 37.66 | 24.82 | 84.47 | - |
| YUV | 139.43 | 184.19 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 239 | 0.28 | 0.57 | 0 | 0.06 | 270.88 | 0.81 | 0.67 |
| Hex | AD | 67 | EF | 1C | 39 | 0 | 6 | 10F | 51 | 43 |
| Octal | 255 | 147 | 357 | 34 | 71 | 0 | 6 | 417 | 121 | 103 |
| Binary | 10101101 | 1100111 | 11101111 | 11100 | 111001 | 0 | 110 | 100001111 | 1010001 | 1000011 |
Color Harmonies of #AD67EF
Complementary color
Monochromatic Colors of #AD67EF
Black with #AD67EF
Text Example
Text Example
White with #AD67EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD67EF; }
p { color: rgb(173,103,239); }
H1.HeaderClassName
{
color: #AD67EF;
}
.AnyTagClassName
{
color: #AD67EF;
}
</style>
background-color css
<style>
a { background-color: #AD67EF; }
a { background-color: rgb(173,103,239); }
div.DivClassName
{
background-color: #AD67EF;
}
.BgClassName
{
background-color: #AD67EF;
}
</style>
border-color css
<style>
span { border-color: #AD67EF; }
span { border-color: rgb(173,103,239); }
td.TdClassName
{
border-color: #AD67EF;
}
.TagClassName
{
border-color: #AD67EF;
}
</style>