Shades of Medium Purple #AD67FA
Tints of Medium Purple #AD67FA
RGB
CMYK
RGB Variations
Color information
#AD67FA (or 0xAD67FA) is known color: Medium Purple. HEX triplet: AD, 67 and FA. RGB value is (173,103,250). Sum of RGB (Red+Green+Blue) = 173+103+250=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD67FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD67FA is #529805. Grayscale: #8C8C8C. Windows color (decimal): -5412870 or 16410541. OLE color: 16410541.
HSL color Cylindrical-coordinate representation of color #AD67FA: hue angle of 268.57º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD67FA is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 103 | 250 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.02 |
| HSL | 268.57º | 0.94% | 0.69% | - |
| HSV(B) | 268.57º | 0.59% | 0.98% | - |
| XYZ | 39.34 | 25.49 | 93.29 | - |
| YUV | 140.69 | 189.69 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 250 | 0.31 | 0.59 | 0 | 0.02 | 268.57 | 0.94 | 0.69 |
| Hex | AD | 67 | FA | 1F | 3B | 0 | 2 | 10D | 5E | 45 |
| Octal | 255 | 147 | 372 | 37 | 73 | 0 | 2 | 415 | 136 | 105 |
| Binary | 10101101 | 1100111 | 11111010 | 11111 | 111011 | 0 | 10 | 100001101 | 1011110 | 1000101 |
Color Harmonies of #AD67FA
Complementary color
Monochromatic Colors of #AD67FA
Black with #AD67FA
Text Example
Text Example
White with #AD67FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD67FA; }
p { color: rgb(173,103,250); }
H1.HeaderClassName
{
color: #AD67FA;
}
.AnyTagClassName
{
color: #AD67FA;
}
</style>
background-color css
<style>
a { background-color: #AD67FA; }
a { background-color: rgb(173,103,250); }
div.DivClassName
{
background-color: #AD67FA;
}
.BgClassName
{
background-color: #AD67FA;
}
</style>
border-color css
<style>
span { border-color: #AD67FA; }
span { border-color: rgb(173,103,250); }
td.TdClassName
{
border-color: #AD67FA;
}
.TagClassName
{
border-color: #AD67FA;
}
</style>