Shades of Medium Purple #AD69EF
Tints of Medium Purple #AD69EF
RGB
CMYK
RGB Variations
Color information
#AD69EF (or 0xAD69EF) is known color: Medium Purple. HEX triplet: AD, 69 and EF. RGB value is (173,105,239). Sum of RGB (Red+Green+Blue) = 173+105+239=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD69EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD69EF is #529610. Grayscale: #8C8C8C. Windows color (decimal): -5412369 or 15690157. OLE color: 15690157.
HSL color Cylindrical-coordinate representation of color #AD69EF: hue angle of 270.45º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD69EF is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 105 | 239 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.06 |
| HSL | 270.45º | 0.81% | 0.67% | - |
| HSV(B) | 270.45º | 0.56% | 0.94% | - |
| XYZ | 37.87 | 25.22 | 84.53 | - |
| YUV | 140.61 | 183.53 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 239 | 0.28 | 0.56 | 0 | 0.06 | 270.45 | 0.81 | 0.67 |
| Hex | AD | 69 | EF | 1C | 38 | 0 | 6 | 10E | 51 | 43 |
| Octal | 255 | 151 | 357 | 34 | 70 | 0 | 6 | 416 | 121 | 103 |
| Binary | 10101101 | 1101001 | 11101111 | 11100 | 111000 | 0 | 110 | 100001110 | 1010001 | 1000011 |
Color Harmonies of #AD69EF
Complementary color
Monochromatic Colors of #AD69EF
Black with #AD69EF
Text Example
Text Example
White with #AD69EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD69EF; }
p { color: rgb(173,105,239); }
H1.HeaderClassName
{
color: #AD69EF;
}
.AnyTagClassName
{
color: #AD69EF;
}
</style>
background-color css
<style>
a { background-color: #AD69EF; }
a { background-color: rgb(173,105,239); }
div.DivClassName
{
background-color: #AD69EF;
}
.BgClassName
{
background-color: #AD69EF;
}
</style>
border-color css
<style>
span { border-color: #AD69EF; }
span { border-color: rgb(173,105,239); }
td.TdClassName
{
border-color: #AD69EF;
}
.TagClassName
{
border-color: #AD69EF;
}
</style>