Shades of Medium Purple #AD5AFE
Tints of Medium Purple #AD5AFE
RGB
CMYK
RGB Variations
Color information
#AD5AFE (or 0xAD5AFE) is known color: Medium Purple. HEX triplet: AD, 5A and FE. RGB value is (173,90,254). Sum of RGB (Red+Green+Blue) = 173+90+254=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD5AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5AFE is #52A501. Grayscale: #848484. Windows color (decimal): -5416194 or 16669357. OLE color: 16669357.
HSL color Cylindrical-coordinate representation of color #AD5AFE: hue angle of 270.37º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD5AFE is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 90 | 254 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.00 |
| HSL | 270.37º | 0.99% | 0.67% | - |
| HSV(B) | 270.37º | 0.65% | 1% | - |
| XYZ | 38.78 | 23.35 | 96.23 | - |
| YUV | 133.51 | 196 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 254 | 0.32 | 0.65 | 0 | 0.00 | 270.37 | 0.99 | 0.67 |
| Hex | AD | 5A | FE | 20 | 41 | 0 | 0 | 10E | 63 | 43 |
| Octal | 255 | 132 | 376 | 40 | 101 | 0 | 0 | 416 | 143 | 103 |
| Binary | 10101101 | 1011010 | 11111110 | 100000 | 1000001 | 0 | 0 | 100001110 | 1100011 | 1000011 |
Color Harmonies of #AD5AFE
Complementary color
Monochromatic Colors of #AD5AFE
Black with #AD5AFE
Text Example
Text Example
White with #AD5AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5AFE; }
p { color: rgb(173,90,254); }
H1.HeaderClassName
{
color: #AD5AFE;
}
.AnyTagClassName
{
color: #AD5AFE;
}
</style>
background-color css
<style>
a { background-color: #AD5AFE; }
a { background-color: rgb(173,90,254); }
div.DivClassName
{
background-color: #AD5AFE;
}
.BgClassName
{
background-color: #AD5AFE;
}
</style>
border-color css
<style>
span { border-color: #AD5AFE; }
span { border-color: rgb(173,90,254); }
td.TdClassName
{
border-color: #AD5AFE;
}
.TagClassName
{
border-color: #AD5AFE;
}
</style>