Shades of Medium Purple #AD7AF8
Tints of Medium Purple #AD7AF8
RGB
CMYK
RGB Variations
Color information
#AD7AF8 (or 0xAD7AF8) is known color: Medium Purple. HEX triplet: AD, 7A and F8. RGB value is (173,122,248). Sum of RGB (Red+Green+Blue) = 173+122+248=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 122 (48.05% from 255 or 22.47% from 543); Blue value is 248 (97.27% from 255 or 45.67% from 543); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD7AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7AF8 is #528507. Grayscale: #979797. Windows color (decimal): -5408008 or 16284333. OLE color: 16284333.
HSL color Cylindrical-coordinate representation of color #AD7AF8: hue angle of 264.29º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD7AF8 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 122 | 248 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.03 |
| HSL | 264.29º | 0.9% | 0.73% | - |
| HSV(B) | 264.29º | 0.51% | 0.97% | - |
| XYZ | 41.14 | 29.58 | 92.35 | - |
| YUV | 151.61 | 182.4 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 248 | 0.30 | 0.51 | 0 | 0.03 | 264.29 | 0.9 | 0.73 |
| Hex | AD | 7A | F8 | 1E | 33 | 0 | 3 | 108 | 5A | 49 |
| Octal | 255 | 172 | 370 | 36 | 63 | 0 | 3 | 410 | 132 | 111 |
| Binary | 10101101 | 1111010 | 11111000 | 11110 | 110011 | 0 | 11 | 100001000 | 1011010 | 1001001 |
Color Harmonies of #AD7AF8
Complementary color
Monochromatic Colors of #AD7AF8
Black with #AD7AF8
Text Example
Text Example
White with #AD7AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7AF8; }
p { color: rgb(173,122,248); }
H1.HeaderClassName
{
color: #AD7AF8;
}
.AnyTagClassName
{
color: #AD7AF8;
}
</style>
background-color css
<style>
a { background-color: #AD7AF8; }
a { background-color: rgb(173,122,248); }
div.DivClassName
{
background-color: #AD7AF8;
}
.BgClassName
{
background-color: #AD7AF8;
}
</style>
border-color css
<style>
span { border-color: #AD7AF8; }
span { border-color: rgb(173,122,248); }
td.TdClassName
{
border-color: #AD7AF8;
}
.TagClassName
{
border-color: #AD7AF8;
}
</style>