Shades of Medium Purple #AD6CFA
Tints of Medium Purple #AD6CFA
RGB
CMYK
RGB Variations
Color information
#AD6CFA (or 0xAD6CFA) is known color: Medium Purple. HEX triplet: AD, 6C and FA. RGB value is (173,108,250). Sum of RGB (Red+Green+Blue) = 173+108+250=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD6CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6CFA is #529305. Grayscale: #8F8F8F. Windows color (decimal): -5411590 or 16411821. OLE color: 16411821.
HSL color Cylindrical-coordinate representation of color #AD6CFA: hue angle of 267.46º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD6CFA is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 108 | 250 | - |
| CMYK | 0.31 | 0.57 | 0 | 0.02 |
| HSL | 267.46º | 0.93% | 0.7% | - |
| HSV(B) | 267.46º | 0.57% | 0.98% | - |
| XYZ | 39.85 | 26.51 | 93.46 | - |
| YUV | 143.62 | 188.03 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 108 | 250 | 0.31 | 0.57 | 0 | 0.02 | 267.46 | 0.93 | 0.7 |
| Hex | AD | 6C | FA | 1F | 39 | 0 | 2 | 10B | 5D | 46 |
| Octal | 255 | 154 | 372 | 37 | 71 | 0 | 2 | 413 | 135 | 106 |
| Binary | 10101101 | 1101100 | 11111010 | 11111 | 111001 | 0 | 10 | 100001011 | 1011101 | 1000110 |
Color Harmonies of #AD6CFA
Complementary color
Monochromatic Colors of #AD6CFA
Black with #AD6CFA
Text Example
Text Example
White with #AD6CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6CFA; }
p { color: rgb(173,108,250); }
H1.HeaderClassName
{
color: #AD6CFA;
}
.AnyTagClassName
{
color: #AD6CFA;
}
</style>
background-color css
<style>
a { background-color: #AD6CFA; }
a { background-color: rgb(173,108,250); }
div.DivClassName
{
background-color: #AD6CFA;
}
.BgClassName
{
background-color: #AD6CFA;
}
</style>
border-color css
<style>
span { border-color: #AD6CFA; }
span { border-color: rgb(173,108,250); }
td.TdClassName
{
border-color: #AD6CFA;
}
.TagClassName
{
border-color: #AD6CFA;
}
</style>