Shades of Medium Purple #A17BE6
Tints of Medium Purple #A17BE6
RGB
CMYK
RGB Variations
Color information
#A17BE6 (or 0xA17BE6) is known color: Medium Purple. HEX triplet: A1, 7B and E6. RGB value is (161,123,230). Sum of RGB (Red+Green+Blue) = 161+123+230=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 230 (90.23% from 255 or 44.75% from 514); Max value from RGB is 230 - color contains mainly: blue. Hex color #A17BE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17BE6 is #5E8419. Grayscale: #929292. Windows color (decimal): -6194202 or 15104929. OLE color: 15104929.
HSL color Cylindrical-coordinate representation of color #A17BE6: hue angle of 261.31º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A17BE6 is Cyan = 0.3, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 123 | 230 | - |
| CMYK | 0.3 | 0.47 | 0 | 0.10 |
| HSL | 261.31º | 0.68% | 0.69% | - |
| HSV(B) | 261.31º | 0.47% | 0.9% | - |
| XYZ | 36.06 | 27.46 | 78.26 | - |
| YUV | 146.56 | 175.09 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 123 | 230 | 0.3 | 0.47 | 0 | 0.10 | 261.31 | 0.68 | 0.69 |
| Hex | A1 | 7B | E6 | 1E | 2F | 0 | A | 105 | 44 | 45 |
| Octal | 241 | 173 | 346 | 36 | 57 | 0 | 12 | 405 | 104 | 105 |
| Binary | 10100001 | 1111011 | 11100110 | 11110 | 101111 | 0 | 1010 | 100000101 | 1000100 | 1000101 |
Color Harmonies of #A17BE6
Complementary color
Monochromatic Colors of #A17BE6
Black with #A17BE6
Text Example
Text Example
White with #A17BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17BE6; }
p { color: rgb(161,123,230); }
H1.HeaderClassName
{
color: #A17BE6;
}
.AnyTagClassName
{
color: #A17BE6;
}
</style>
background-color css
<style>
a { background-color: #A17BE6; }
a { background-color: rgb(161,123,230); }
div.DivClassName
{
background-color: #A17BE6;
}
.BgClassName
{
background-color: #A17BE6;
}
</style>
border-color css
<style>
span { border-color: #A17BE6; }
span { border-color: rgb(161,123,230); }
td.TdClassName
{
border-color: #A17BE6;
}
.TagClassName
{
border-color: #A17BE6;
}
</style>