Shades of Medium Purple #AD7AFE
Tints of Medium Purple #AD7AFE
RGB
CMYK
RGB Variations
Color information
#AD7AFE (or 0xAD7AFE) is known color: Medium Purple. HEX triplet: AD, 7A and FE. RGB value is (173,122,254). Sum of RGB (Red+Green+Blue) = 173+122+254=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD7AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7AFE is #528501. Grayscale: #979797. Windows color (decimal): -5408002 or 16677549. OLE color: 16677549.
HSL color Cylindrical-coordinate representation of color #AD7AFE: hue angle of 263.18º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD7AFE is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 122 | 254 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.00 |
| HSL | 263.18º | 0.99% | 0.74% | - |
| HSV(B) | 263.18º | 0.52% | 1% | - |
| XYZ | 42.08 | 29.96 | 97.33 | - |
| YUV | 152.3 | 185.4 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 254 | 0.32 | 0.52 | 0 | 0.00 | 263.18 | 0.99 | 0.74 |
| Hex | AD | 7A | FE | 20 | 34 | 0 | 0 | 107 | 63 | 4A |
| Octal | 255 | 172 | 376 | 40 | 64 | 0 | 0 | 407 | 143 | 112 |
| Binary | 10101101 | 1111010 | 11111110 | 100000 | 110100 | 0 | 0 | 100000111 | 1100011 | 1001010 |
Color Harmonies of #AD7AFE
Complementary color
Monochromatic Colors of #AD7AFE
Black with #AD7AFE
Text Example
Text Example
White with #AD7AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7AFE; }
p { color: rgb(173,122,254); }
H1.HeaderClassName
{
color: #AD7AFE;
}
.AnyTagClassName
{
color: #AD7AFE;
}
</style>
background-color css
<style>
a { background-color: #AD7AFE; }
a { background-color: rgb(173,122,254); }
div.DivClassName
{
background-color: #AD7AFE;
}
.BgClassName
{
background-color: #AD7AFE;
}
</style>
border-color css
<style>
span { border-color: #AD7AFE; }
span { border-color: rgb(173,122,254); }
td.TdClassName
{
border-color: #AD7AFE;
}
.TagClassName
{
border-color: #AD7AFE;
}
</style>