Shades of Medium Purple #A17AD5
Tints of Medium Purple #A17AD5
RGB
CMYK
RGB Variations
Color information
#A17AD5 (or 0xA17AD5) is known color: Medium Purple. HEX triplet: A1, 7A and D5. RGB value is (161,122,213). Sum of RGB (Red+Green+Blue) = 161+122+213=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 213 - color contains mainly: blue. Hex color #A17AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17AD5 is #5E852A. Grayscale: #8F8F8F. Windows color (decimal): -6194475 or 13990561. OLE color: 13990561.
HSL color Cylindrical-coordinate representation of color #A17AD5: hue angle of 265.71º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A17AD5 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 122 | 213 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.16 |
| HSL | 265.71º | 0.52% | 0.66% | - |
| HSV(B) | 265.71º | 0.43% | 0.84% | - |
| XYZ | 33.67 | 26.3 | 66.25 | - |
| YUV | 144.04 | 166.92 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 213 | 0.24 | 0.43 | 0 | 0.16 | 265.71 | 0.52 | 0.66 |
| Hex | A1 | 7A | D5 | 18 | 2B | 0 | 10 | 10A | 34 | 42 |
| Octal | 241 | 172 | 325 | 30 | 53 | 0 | 20 | 412 | 64 | 102 |
| Binary | 10100001 | 1111010 | 11010101 | 11000 | 101011 | 0 | 10000 | 100001010 | 110100 | 1000010 |
Color Harmonies of #A17AD5
Complementary color
Monochromatic Colors of #A17AD5
Black with #A17AD5
Text Example
Text Example
White with #A17AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17AD5; }
p { color: rgb(161,122,213); }
H1.HeaderClassName
{
color: #A17AD5;
}
.AnyTagClassName
{
color: #A17AD5;
}
</style>
background-color css
<style>
a { background-color: #A17AD5; }
a { background-color: rgb(161,122,213); }
div.DivClassName
{
background-color: #A17AD5;
}
.BgClassName
{
background-color: #A17AD5;
}
</style>
border-color css
<style>
span { border-color: #A17AD5; }
span { border-color: rgb(161,122,213); }
td.TdClassName
{
border-color: #A17AD5;
}
.TagClassName
{
border-color: #A17AD5;
}
</style>