Shades of Medium Purple #AD78F2
Tints of Medium Purple #AD78F2
RGB
CMYK
RGB Variations
Color information
#AD78F2 (or 0xAD78F2) is known color: Medium Purple. HEX triplet: AD, 78 and F2. RGB value is (173,120,242). Sum of RGB (Red+Green+Blue) = 173+120+242=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD78F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD78F2 is #52870D. Grayscale: #959595. Windows color (decimal): -5408526 or 15890605. OLE color: 15890605.
HSL color Cylindrical-coordinate representation of color #AD78F2: hue angle of 266.07º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD78F2 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 120 | 242 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.05 |
| HSL | 266.07º | 0.82% | 0.71% | - |
| HSV(B) | 266.07º | 0.5% | 0.95% | - |
| XYZ | 39.98 | 28.73 | 87.44 | - |
| YUV | 149.76 | 180.06 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 242 | 0.29 | 0.50 | 0 | 0.05 | 266.07 | 0.82 | 0.71 |
| Hex | AD | 78 | F2 | 1D | 32 | 0 | 5 | 10A | 52 | 47 |
| Octal | 255 | 170 | 362 | 35 | 62 | 0 | 5 | 412 | 122 | 107 |
| Binary | 10101101 | 1111000 | 11110010 | 11101 | 110010 | 0 | 101 | 100001010 | 1010010 | 1000111 |
Color Harmonies of #AD78F2
Complementary color
Monochromatic Colors of #AD78F2
Black with #AD78F2
Text Example
Text Example
White with #AD78F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD78F2; }
p { color: rgb(173,120,242); }
H1.HeaderClassName
{
color: #AD78F2;
}
.AnyTagClassName
{
color: #AD78F2;
}
</style>
background-color css
<style>
a { background-color: #AD78F2; }
a { background-color: rgb(173,120,242); }
div.DivClassName
{
background-color: #AD78F2;
}
.BgClassName
{
background-color: #AD78F2;
}
</style>
border-color css
<style>
span { border-color: #AD78F2; }
span { border-color: rgb(173,120,242); }
td.TdClassName
{
border-color: #AD78F2;
}
.TagClassName
{
border-color: #AD78F2;
}
</style>