Shades of Medium Purple #AD6EFA
Tints of Medium Purple #AD6EFA
RGB
CMYK
RGB Variations
Color information
#AD6EFA (or 0xAD6EFA) is known color: Medium Purple. HEX triplet: AD, 6E and FA. RGB value is (173,110,250). Sum of RGB (Red+Green+Blue) = 173+110+250=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD6EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6EFA is #529105. Grayscale: #909090. Windows color (decimal): -5411078 or 16412333. OLE color: 16412333.
HSL color Cylindrical-coordinate representation of color #AD6EFA: hue angle of 267º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD6EFA is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 110 | 250 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.02 |
| HSL | 267º | 0.93% | 0.71% | - |
| HSV(B) | 267º | 0.56% | 0.98% | - |
| XYZ | 40.06 | 26.94 | 93.53 | - |
| YUV | 144.8 | 187.37 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 250 | 0.31 | 0.56 | 0 | 0.02 | 267 | 0.93 | 0.71 |
| Hex | AD | 6E | FA | 1F | 38 | 0 | 2 | 10B | 5D | 47 |
| Octal | 255 | 156 | 372 | 37 | 70 | 0 | 2 | 413 | 135 | 107 |
| Binary | 10101101 | 1101110 | 11111010 | 11111 | 111000 | 0 | 10 | 100001011 | 1011101 | 1000111 |
Color Harmonies of #AD6EFA
Complementary color
Monochromatic Colors of #AD6EFA
Black with #AD6EFA
Text Example
Text Example
White with #AD6EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6EFA; }
p { color: rgb(173,110,250); }
H1.HeaderClassName
{
color: #AD6EFA;
}
.AnyTagClassName
{
color: #AD6EFA;
}
</style>
background-color css
<style>
a { background-color: #AD6EFA; }
a { background-color: rgb(173,110,250); }
div.DivClassName
{
background-color: #AD6EFA;
}
.BgClassName
{
background-color: #AD6EFA;
}
</style>
border-color css
<style>
span { border-color: #AD6EFA; }
span { border-color: rgb(173,110,250); }
td.TdClassName
{
border-color: #AD6EFA;
}
.TagClassName
{
border-color: #AD6EFA;
}
</style>