Shades of Medium Purple #AD65FC
Tints of Medium Purple #AD65FC
RGB
CMYK
RGB Variations
Color information
#AD65FC (or 0xAD65FC) is known color: Medium Purple. HEX triplet: AD, 65 and FC. RGB value is (173,101,252). Sum of RGB (Red+Green+Blue) = 173+101+252=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 101 (39.84% from 255 or 19.20% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD65FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD65FC is #529A03. Grayscale: #8B8B8B. Windows color (decimal): -5413380 or 16541101. OLE color: 16541101.
HSL color Cylindrical-coordinate representation of color #AD65FC: hue angle of 268.61º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD65FC is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 101 | 252 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.01 |
| HSL | 268.61º | 0.96% | 0.69% | - |
| HSV(B) | 268.61º | 0.6% | 0.99% | - |
| XYZ | 39.46 | 25.22 | 94.88 | - |
| YUV | 139.74 | 191.35 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 252 | 0.31 | 0.60 | 0 | 0.01 | 268.61 | 0.96 | 0.69 |
| Hex | AD | 65 | FC | 1F | 3C | 0 | 1 | 10D | 60 | 45 |
| Octal | 255 | 145 | 374 | 37 | 74 | 0 | 1 | 415 | 140 | 105 |
| Binary | 10101101 | 1100101 | 11111100 | 11111 | 111100 | 0 | 1 | 100001101 | 1100000 | 1000101 |
Color Harmonies of #AD65FC
Complementary color
Monochromatic Colors of #AD65FC
Black with #AD65FC
Text Example
Text Example
White with #AD65FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD65FC; }
p { color: rgb(173,101,252); }
H1.HeaderClassName
{
color: #AD65FC;
}
.AnyTagClassName
{
color: #AD65FC;
}
</style>
background-color css
<style>
a { background-color: #AD65FC; }
a { background-color: rgb(173,101,252); }
div.DivClassName
{
background-color: #AD65FC;
}
.BgClassName
{
background-color: #AD65FC;
}
</style>
border-color css
<style>
span { border-color: #AD65FC; }
span { border-color: rgb(173,101,252); }
td.TdClassName
{
border-color: #AD65FC;
}
.TagClassName
{
border-color: #AD65FC;
}
</style>