Shades of Medium Purple #AD69EE
Tints of Medium Purple #AD69EE
RGB
CMYK
RGB Variations
Color information
#AD69EE (or 0xAD69EE) is known color: Medium Purple. HEX triplet: AD, 69 and EE. RGB value is (173,105,238). Sum of RGB (Red+Green+Blue) = 173+105+238=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD69EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD69EE is #529611. Grayscale: #8C8C8C. Windows color (decimal): -5412370 or 15624621. OLE color: 15624621.
HSL color Cylindrical-coordinate representation of color #AD69EE: hue angle of 270.68º degrees, saturation: 0.8, 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 #AD69EE is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 105 | 238 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.07 |
| HSL | 270.68º | 0.8% | 0.67% | - |
| HSV(B) | 270.68º | 0.56% | 0.93% | - |
| XYZ | 37.72 | 25.16 | 83.76 | - |
| YUV | 140.49 | 183.03 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 238 | 0.27 | 0.56 | 0 | 0.07 | 270.68 | 0.8 | 0.67 |
| Hex | AD | 69 | EE | 1B | 38 | 0 | 7 | 10F | 50 | 43 |
| Octal | 255 | 151 | 356 | 33 | 70 | 0 | 7 | 417 | 120 | 103 |
| Binary | 10101101 | 1101001 | 11101110 | 11011 | 111000 | 0 | 111 | 100001111 | 1010000 | 1000011 |
Color Harmonies of #AD69EE
Complementary color
Monochromatic Colors of #AD69EE
Black with #AD69EE
Text Example
Text Example
White with #AD69EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD69EE; }
p { color: rgb(173,105,238); }
H1.HeaderClassName
{
color: #AD69EE;
}
.AnyTagClassName
{
color: #AD69EE;
}
</style>
background-color css
<style>
a { background-color: #AD69EE; }
a { background-color: rgb(173,105,238); }
div.DivClassName
{
background-color: #AD69EE;
}
.BgClassName
{
background-color: #AD69EE;
}
</style>
border-color css
<style>
span { border-color: #AD69EE; }
span { border-color: rgb(173,105,238); }
td.TdClassName
{
border-color: #AD69EE;
}
.TagClassName
{
border-color: #AD69EE;
}
</style>