Shades of Medium Purple #AD6AF1
Tints of Medium Purple #AD6AF1
RGB
CMYK
RGB Variations
Color information
#AD6AF1 (or 0xAD6AF1) is known color: Medium Purple. HEX triplet: AD, 6A and F1. RGB value is (173,106,241). Sum of RGB (Red+Green+Blue) = 173+106+241=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD6AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6AF1 is #52950E. Grayscale: #8C8C8C. Windows color (decimal): -5412111 or 15821485. OLE color: 15821485.
HSL color Cylindrical-coordinate representation of color #AD6AF1: hue angle of 269.78º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD6AF1 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 106 | 241 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.05 |
| HSL | 269.78º | 0.83% | 0.68% | - |
| HSV(B) | 269.78º | 0.56% | 0.95% | - |
| XYZ | 38.26 | 25.54 | 86.13 | - |
| YUV | 141.42 | 184.2 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 241 | 0.28 | 0.56 | 0 | 0.05 | 269.78 | 0.83 | 0.68 |
| Hex | AD | 6A | F1 | 1C | 38 | 0 | 5 | 10E | 53 | 44 |
| Octal | 255 | 152 | 361 | 34 | 70 | 0 | 5 | 416 | 123 | 104 |
| Binary | 10101101 | 1101010 | 11110001 | 11100 | 111000 | 0 | 101 | 100001110 | 1010011 | 1000100 |
Color Harmonies of #AD6AF1
Complementary color
Monochromatic Colors of #AD6AF1
Black with #AD6AF1
Text Example
Text Example
White with #AD6AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6AF1; }
p { color: rgb(173,106,241); }
H1.HeaderClassName
{
color: #AD6AF1;
}
.AnyTagClassName
{
color: #AD6AF1;
}
</style>
background-color css
<style>
a { background-color: #AD6AF1; }
a { background-color: rgb(173,106,241); }
div.DivClassName
{
background-color: #AD6AF1;
}
.BgClassName
{
background-color: #AD6AF1;
}
</style>
border-color css
<style>
span { border-color: #AD6AF1; }
span { border-color: rgb(173,106,241); }
td.TdClassName
{
border-color: #AD6AF1;
}
.TagClassName
{
border-color: #AD6AF1;
}
</style>