Shades of Medium Purple #AD7BFE
Tints of Medium Purple #AD7BFE
RGB
CMYK
RGB Variations
Color information
#AD7BFE (or 0xAD7BFE) is known color: Medium Purple. HEX triplet: AD, 7B and FE. RGB value is (173,123,254). Sum of RGB (Red+Green+Blue) = 173+123+254=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 123 (48.44% from 255 or 22.36% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD7BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7BFE is #528401. Grayscale: #989898. Windows color (decimal): -5407746 or 16677805. OLE color: 16677805.
HSL color Cylindrical-coordinate representation of color #AD7BFE: hue angle of 262.9º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD7BFE is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 123 | 254 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.00 |
| HSL | 262.9º | 0.98% | 0.74% | - |
| HSV(B) | 262.9º | 0.52% | 1% | - |
| XYZ | 42.21 | 30.21 | 97.37 | - |
| YUV | 152.88 | 185.07 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 254 | 0.32 | 0.52 | 0 | 0.00 | 262.9 | 0.98 | 0.74 |
| Hex | AD | 7B | FE | 20 | 34 | 0 | 0 | 107 | 62 | 4A |
| Octal | 255 | 173 | 376 | 40 | 64 | 0 | 0 | 407 | 142 | 112 |
| Binary | 10101101 | 1111011 | 11111110 | 100000 | 110100 | 0 | 0 | 100000111 | 1100010 | 1001010 |
Color Harmonies of #AD7BFE
Complementary color
Monochromatic Colors of #AD7BFE
Black with #AD7BFE
Text Example
Text Example
White with #AD7BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7BFE; }
p { color: rgb(173,123,254); }
H1.HeaderClassName
{
color: #AD7BFE;
}
.AnyTagClassName
{
color: #AD7BFE;
}
</style>
background-color css
<style>
a { background-color: #AD7BFE; }
a { background-color: rgb(173,123,254); }
div.DivClassName
{
background-color: #AD7BFE;
}
.BgClassName
{
background-color: #AD7BFE;
}
</style>
border-color css
<style>
span { border-color: #AD7BFE; }
span { border-color: rgb(173,123,254); }
td.TdClassName
{
border-color: #AD7BFE;
}
.TagClassName
{
border-color: #AD7BFE;
}
</style>