Shades of Medium Purple #AD67FE
Tints of Medium Purple #AD67FE
RGB
CMYK
RGB Variations
Color information
#AD67FE (or 0xAD67FE) is known color: Medium Purple. HEX triplet: AD, 67 and FE. RGB value is (173,103,254). Sum of RGB (Red+Green+Blue) = 173+103+254=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 103 (40.62% from 255 or 19.43% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD67FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD67FE is #529801. Grayscale: #8C8C8C. Windows color (decimal): -5412866 or 16672685. OLE color: 16672685.
HSL color Cylindrical-coordinate representation of color #AD67FE: hue angle of 267.81º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD67FE is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 103 | 254 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.00 |
| HSL | 267.81º | 0.99% | 0.7% | - |
| HSV(B) | 267.81º | 0.59% | 1% | - |
| XYZ | 39.97 | 25.74 | 96.63 | - |
| YUV | 141.14 | 191.69 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 254 | 0.32 | 0.59 | 0 | 0.00 | 267.81 | 0.99 | 0.7 |
| Hex | AD | 67 | FE | 20 | 3B | 0 | 0 | 10C | 63 | 46 |
| Octal | 255 | 147 | 376 | 40 | 73 | 0 | 0 | 414 | 143 | 106 |
| Binary | 10101101 | 1100111 | 11111110 | 100000 | 111011 | 0 | 0 | 100001100 | 1100011 | 1000110 |
Color Harmonies of #AD67FE
Complementary color
Monochromatic Colors of #AD67FE
Black with #AD67FE
Text Example
Text Example
White with #AD67FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD67FE; }
p { color: rgb(173,103,254); }
H1.HeaderClassName
{
color: #AD67FE;
}
.AnyTagClassName
{
color: #AD67FE;
}
</style>
background-color css
<style>
a { background-color: #AD67FE; }
a { background-color: rgb(173,103,254); }
div.DivClassName
{
background-color: #AD67FE;
}
.BgClassName
{
background-color: #AD67FE;
}
</style>
border-color css
<style>
span { border-color: #AD67FE; }
span { border-color: rgb(173,103,254); }
td.TdClassName
{
border-color: #AD67FE;
}
.TagClassName
{
border-color: #AD67FE;
}
</style>