Shades of Medium Purple #AD6FE8
Tints of Medium Purple #AD6FE8
RGB
CMYK
RGB Variations
Color information
#AD6FE8 (or 0xAD6FE8) is known color: Medium Purple. HEX triplet: AD, 6F and E8. RGB value is (173,111,232). Sum of RGB (Red+Green+Blue) = 173+111+232=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD6FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6FE8 is #529017. Grayscale: #8E8E8E. Windows color (decimal): -5410840 or 15232941. OLE color: 15232941.
HSL color Cylindrical-coordinate representation of color #AD6FE8: hue angle of 270.74º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD6FE8 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 111 | 232 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.09 |
| HSL | 270.74º | 0.72% | 0.67% | - |
| HSV(B) | 270.74º | 0.52% | 0.91% | - |
| XYZ | 37.48 | 26.08 | 79.4 | - |
| YUV | 143.33 | 178.04 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 232 | 0.25 | 0.52 | 0 | 0.09 | 270.74 | 0.72 | 0.67 |
| Hex | AD | 6F | E8 | 19 | 34 | 0 | 9 | 10F | 48 | 43 |
| Octal | 255 | 157 | 350 | 31 | 64 | 0 | 11 | 417 | 110 | 103 |
| Binary | 10101101 | 1101111 | 11101000 | 11001 | 110100 | 0 | 1001 | 100001111 | 1001000 | 1000011 |
Color Harmonies of #AD6FE8
Complementary color
Monochromatic Colors of #AD6FE8
Black with #AD6FE8
Text Example
Text Example
White with #AD6FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6FE8; }
p { color: rgb(173,111,232); }
H1.HeaderClassName
{
color: #AD6FE8;
}
.AnyTagClassName
{
color: #AD6FE8;
}
</style>
background-color css
<style>
a { background-color: #AD6FE8; }
a { background-color: rgb(173,111,232); }
div.DivClassName
{
background-color: #AD6FE8;
}
.BgClassName
{
background-color: #AD6FE8;
}
</style>
border-color css
<style>
span { border-color: #AD6FE8; }
span { border-color: rgb(173,111,232); }
td.TdClassName
{
border-color: #AD6FE8;
}
.TagClassName
{
border-color: #AD6FE8;
}
</style>