Shades of Medium Purple #AD7EFC
Tints of Medium Purple #AD7EFC
RGB
CMYK
RGB Variations
Color information
#AD7EFC (or 0xAD7EFC) is known color: Medium Purple. HEX triplet: AD, 7E and FC. RGB value is (173,126,252). Sum of RGB (Red+Green+Blue) = 173+126+252=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 126 (49.61% from 255 or 22.87% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD7EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7EFC is #528103. Grayscale: #999999. Windows color (decimal): -5406980 or 16547501. OLE color: 16547501.
HSL color Cylindrical-coordinate representation of color #AD7EFC: hue angle of 262.38º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD7EFC is Cyan = 0.31, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 126 | 252 | - |
| CMYK | 0.31 | 0.5 | 0 | 0.01 |
| HSL | 262.38º | 0.95% | 0.74% | - |
| HSV(B) | 262.38º | 0.5% | 0.99% | - |
| XYZ | 42.27 | 30.83 | 95.82 | - |
| YUV | 154.42 | 183.07 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 252 | 0.31 | 0.5 | 0 | 0.01 | 262.38 | 0.95 | 0.74 |
| Hex | AD | 7E | FC | 1F | 32 | 0 | 1 | 106 | 5F | 4A |
| Octal | 255 | 176 | 374 | 37 | 62 | 0 | 1 | 406 | 137 | 112 |
| Binary | 10101101 | 1111110 | 11111100 | 11111 | 110010 | 0 | 1 | 100000110 | 1011111 | 1001010 |
Color Harmonies of #AD7EFC
Complementary color
Monochromatic Colors of #AD7EFC
Black with #AD7EFC
Text Example
Text Example
White with #AD7EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7EFC; }
p { color: rgb(173,126,252); }
H1.HeaderClassName
{
color: #AD7EFC;
}
.AnyTagClassName
{
color: #AD7EFC;
}
</style>
background-color css
<style>
a { background-color: #AD7EFC; }
a { background-color: rgb(173,126,252); }
div.DivClassName
{
background-color: #AD7EFC;
}
.BgClassName
{
background-color: #AD7EFC;
}
</style>
border-color css
<style>
span { border-color: #AD7EFC; }
span { border-color: rgb(173,126,252); }
td.TdClassName
{
border-color: #AD7EFC;
}
.TagClassName
{
border-color: #AD7EFC;
}
</style>