Shades of Medium Purple #AD5FFD
Tints of Medium Purple #AD5FFD
RGB
CMYK
RGB Variations
Color information
#AD5FFD (or 0xAD5FFD) is known color: Medium Purple. HEX triplet: AD, 5F and FD. RGB value is (173,95,253). Sum of RGB (Red+Green+Blue) = 173+95+253=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD5FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5FFD is #52A002. Grayscale: #878787. Windows color (decimal): -5414915 or 16605101. OLE color: 16605101.
HSL color Cylindrical-coordinate representation of color #AD5FFD: hue angle of 269.62º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD5FFD is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 95 | 253 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.01 |
| HSL | 269.62º | 0.98% | 0.68% | - |
| HSV(B) | 269.62º | 0.62% | 0.99% | - |
| XYZ | 39.06 | 24.16 | 95.53 | - |
| YUV | 136.33 | 193.84 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 95 | 253 | 0.32 | 0.62 | 0 | 0.01 | 269.62 | 0.98 | 0.68 |
| Hex | AD | 5F | FD | 20 | 3E | 0 | 1 | 10E | 62 | 44 |
| Octal | 255 | 137 | 375 | 40 | 76 | 0 | 1 | 416 | 142 | 104 |
| Binary | 10101101 | 1011111 | 11111101 | 100000 | 111110 | 0 | 1 | 100001110 | 1100010 | 1000100 |
Color Harmonies of #AD5FFD
Complementary color
Monochromatic Colors of #AD5FFD
Black with #AD5FFD
Text Example
Text Example
White with #AD5FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5FFD; }
p { color: rgb(173,95,253); }
H1.HeaderClassName
{
color: #AD5FFD;
}
.AnyTagClassName
{
color: #AD5FFD;
}
</style>
background-color css
<style>
a { background-color: #AD5FFD; }
a { background-color: rgb(173,95,253); }
div.DivClassName
{
background-color: #AD5FFD;
}
.BgClassName
{
background-color: #AD5FFD;
}
</style>
border-color css
<style>
span { border-color: #AD5FFD; }
span { border-color: rgb(173,95,253); }
td.TdClassName
{
border-color: #AD5FFD;
}
.TagClassName
{
border-color: #AD5FFD;
}
</style>