Shades of Medium Purple #AD72FA
Tints of Medium Purple #AD72FA
RGB
CMYK
RGB Variations
Color information
#AD72FA (or 0xAD72FA) is known color: Medium Purple. HEX triplet: AD, 72 and FA. RGB value is (173,114,250). Sum of RGB (Red+Green+Blue) = 173+114+250=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 114 (44.92% from 255 or 21.23% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD72FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD72FA is #528D05. Grayscale: #929292. Windows color (decimal): -5410054 or 16413357. OLE color: 16413357.
HSL color Cylindrical-coordinate representation of color #AD72FA: hue angle of 266.03º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD72FA is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 114 | 250 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.02 |
| HSL | 266.03º | 0.93% | 0.71% | - |
| HSV(B) | 266.03º | 0.54% | 0.98% | - |
| XYZ | 40.51 | 27.82 | 93.68 | - |
| YUV | 147.15 | 186.05 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 114 | 250 | 0.31 | 0.54 | 0 | 0.02 | 266.03 | 0.93 | 0.71 |
| Hex | AD | 72 | FA | 1F | 36 | 0 | 2 | 10A | 5D | 47 |
| Octal | 255 | 162 | 372 | 37 | 66 | 0 | 2 | 412 | 135 | 107 |
| Binary | 10101101 | 1110010 | 11111010 | 11111 | 110110 | 0 | 10 | 100001010 | 1011101 | 1000111 |
Color Harmonies of #AD72FA
Complementary color
Monochromatic Colors of #AD72FA
Black with #AD72FA
Text Example
Text Example
White with #AD72FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD72FA; }
p { color: rgb(173,114,250); }
H1.HeaderClassName
{
color: #AD72FA;
}
.AnyTagClassName
{
color: #AD72FA;
}
</style>
background-color css
<style>
a { background-color: #AD72FA; }
a { background-color: rgb(173,114,250); }
div.DivClassName
{
background-color: #AD72FA;
}
.BgClassName
{
background-color: #AD72FA;
}
</style>
border-color css
<style>
span { border-color: #AD72FA; }
span { border-color: rgb(173,114,250); }
td.TdClassName
{
border-color: #AD72FA;
}
.TagClassName
{
border-color: #AD72FA;
}
</style>