Shades of Medium Purple #A17DF2
Tints of Medium Purple #A17DF2
RGB
CMYK
RGB Variations
Color information
#A17DF2 (or 0xA17DF2) is known color: Medium Purple. HEX triplet: A1, 7D and F2. RGB value is (161,125,242). Sum of RGB (Red+Green+Blue) = 161+125+242=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #A17DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17DF2 is #5E820D. Grayscale: #949494. Windows color (decimal): -6193678 or 15891873. OLE color: 15891873.
HSL color Cylindrical-coordinate representation of color #A17DF2: hue angle of 258.46º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A17DF2 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 125 | 242 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.05 |
| HSL | 258.46º | 0.82% | 0.72% | - |
| HSV(B) | 258.46º | 0.48% | 0.95% | - |
| XYZ | 38.06 | 28.66 | 87.53 | - |
| YUV | 149.1 | 180.43 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 242 | 0.33 | 0.48 | 0 | 0.05 | 258.46 | 0.82 | 0.72 |
| Hex | A1 | 7D | F2 | 21 | 30 | 0 | 5 | 102 | 52 | 48 |
| Octal | 241 | 175 | 362 | 41 | 60 | 0 | 5 | 402 | 122 | 110 |
| Binary | 10100001 | 1111101 | 11110010 | 100001 | 110000 | 0 | 101 | 100000010 | 1010010 | 1001000 |
Color Harmonies of #A17DF2
Complementary color
Monochromatic Colors of #A17DF2
Black with #A17DF2
Text Example
Text Example
White with #A17DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17DF2; }
p { color: rgb(161,125,242); }
H1.HeaderClassName
{
color: #A17DF2;
}
.AnyTagClassName
{
color: #A17DF2;
}
</style>
background-color css
<style>
a { background-color: #A17DF2; }
a { background-color: rgb(161,125,242); }
div.DivClassName
{
background-color: #A17DF2;
}
.BgClassName
{
background-color: #A17DF2;
}
</style>
border-color css
<style>
span { border-color: #A17DF2; }
span { border-color: rgb(161,125,242); }
td.TdClassName
{
border-color: #A17DF2;
}
.TagClassName
{
border-color: #A17DF2;
}
</style>