Shades of Medium Purple #AD7AFC
Tints of Medium Purple #AD7AFC
RGB
CMYK
RGB Variations
Color information
#AD7AFC (or 0xAD7AFC) is known color: Medium Purple. HEX triplet: AD, 7A and FC. RGB value is (173,122,252). Sum of RGB (Red+Green+Blue) = 173+122+252=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD7AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7AFC is #528503. Grayscale: #979797. Windows color (decimal): -5408004 or 16546477. OLE color: 16546477.
HSL color Cylindrical-coordinate representation of color #AD7AFC: hue angle of 263.54º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD7AFC is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 122 | 252 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.01 |
| HSL | 263.54º | 0.96% | 0.73% | - |
| HSV(B) | 263.54º | 0.52% | 0.99% | - |
| XYZ | 41.76 | 29.83 | 95.65 | - |
| YUV | 152.07 | 184.4 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 252 | 0.31 | 0.52 | 0 | 0.01 | 263.54 | 0.96 | 0.73 |
| Hex | AD | 7A | FC | 1F | 34 | 0 | 1 | 108 | 60 | 49 |
| Octal | 255 | 172 | 374 | 37 | 64 | 0 | 1 | 410 | 140 | 111 |
| Binary | 10101101 | 1111010 | 11111100 | 11111 | 110100 | 0 | 1 | 100001000 | 1100000 | 1001001 |
Color Harmonies of #AD7AFC
Complementary color
Monochromatic Colors of #AD7AFC
Black with #AD7AFC
Text Example
Text Example
White with #AD7AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7AFC; }
p { color: rgb(173,122,252); }
H1.HeaderClassName
{
color: #AD7AFC;
}
.AnyTagClassName
{
color: #AD7AFC;
}
</style>
background-color css
<style>
a { background-color: #AD7AFC; }
a { background-color: rgb(173,122,252); }
div.DivClassName
{
background-color: #AD7AFC;
}
.BgClassName
{
background-color: #AD7AFC;
}
</style>
border-color css
<style>
span { border-color: #AD7AFC; }
span { border-color: rgb(173,122,252); }
td.TdClassName
{
border-color: #AD7AFC;
}
.TagClassName
{
border-color: #AD7AFC;
}
</style>