Shades of Medium Purple #AD69ED
Tints of Medium Purple #AD69ED
RGB
CMYK
RGB Variations
Color information
#AD69ED (or 0xAD69ED) is known color: Medium Purple. HEX triplet: AD, 69 and ED. RGB value is (173,105,237). Sum of RGB (Red+Green+Blue) = 173+105+237=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD69ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD69ED is #529612. Grayscale: #8B8B8B. Windows color (decimal): -5412371 or 15559085. OLE color: 15559085.
HSL color Cylindrical-coordinate representation of color #AD69ED: hue angle of 270.91º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD69ED is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 105 | 237 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.07 |
| HSL | 270.91º | 0.79% | 0.67% | - |
| HSV(B) | 270.91º | 0.56% | 0.93% | - |
| XYZ | 37.57 | 25.1 | 82.99 | - |
| YUV | 140.38 | 182.53 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 237 | 0.27 | 0.56 | 0 | 0.07 | 270.91 | 0.79 | 0.67 |
| Hex | AD | 69 | ED | 1B | 38 | 0 | 7 | 10F | 4F | 43 |
| Octal | 255 | 151 | 355 | 33 | 70 | 0 | 7 | 417 | 117 | 103 |
| Binary | 10101101 | 1101001 | 11101101 | 11011 | 111000 | 0 | 111 | 100001111 | 1001111 | 1000011 |
Color Harmonies of #AD69ED
Complementary color
Monochromatic Colors of #AD69ED
Black with #AD69ED
Text Example
Text Example
White with #AD69ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD69ED; }
p { color: rgb(173,105,237); }
H1.HeaderClassName
{
color: #AD69ED;
}
.AnyTagClassName
{
color: #AD69ED;
}
</style>
background-color css
<style>
a { background-color: #AD69ED; }
a { background-color: rgb(173,105,237); }
div.DivClassName
{
background-color: #AD69ED;
}
.BgClassName
{
background-color: #AD69ED;
}
</style>
border-color css
<style>
span { border-color: #AD69ED; }
span { border-color: rgb(173,105,237); }
td.TdClassName
{
border-color: #AD69ED;
}
.TagClassName
{
border-color: #AD69ED;
}
</style>