Shades of Medium Purple #AD6BEE
Tints of Medium Purple #AD6BEE
RGB
CMYK
RGB Variations
Color information
#AD6BEE (or 0xAD6BEE) is known color: Medium Purple. HEX triplet: AD, 6B and EE. RGB value is (173,107,238). Sum of RGB (Red+Green+Blue) = 173+107+238=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD6BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6BEE is #529411. Grayscale: #8D8D8D. Windows color (decimal): -5411858 or 15625133. OLE color: 15625133.
HSL color Cylindrical-coordinate representation of color #AD6BEE: hue angle of 270.23º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD6BEE is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 107 | 238 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.07 |
| HSL | 270.23º | 0.79% | 0.68% | - |
| HSV(B) | 270.23º | 0.55% | 0.93% | - |
| XYZ | 37.92 | 25.57 | 83.83 | - |
| YUV | 141.67 | 182.37 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 238 | 0.27 | 0.55 | 0 | 0.07 | 270.23 | 0.79 | 0.68 |
| Hex | AD | 6B | EE | 1B | 37 | 0 | 7 | 10E | 4F | 44 |
| Octal | 255 | 153 | 356 | 33 | 67 | 0 | 7 | 416 | 117 | 104 |
| Binary | 10101101 | 1101011 | 11101110 | 11011 | 110111 | 0 | 111 | 100001110 | 1001111 | 1000100 |
Color Harmonies of #AD6BEE
Complementary color
Monochromatic Colors of #AD6BEE
Black with #AD6BEE
Text Example
Text Example
White with #AD6BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6BEE; }
p { color: rgb(173,107,238); }
H1.HeaderClassName
{
color: #AD6BEE;
}
.AnyTagClassName
{
color: #AD6BEE;
}
</style>
background-color css
<style>
a { background-color: #AD6BEE; }
a { background-color: rgb(173,107,238); }
div.DivClassName
{
background-color: #AD6BEE;
}
.BgClassName
{
background-color: #AD6BEE;
}
</style>
border-color css
<style>
span { border-color: #AD6BEE; }
span { border-color: rgb(173,107,238); }
td.TdClassName
{
border-color: #AD6BEE;
}
.TagClassName
{
border-color: #AD6BEE;
}
</style>