Shades of Medium Purple #A17BE4
Tints of Medium Purple #A17BE4
RGB
CMYK
RGB Variations
Color information
#A17BE4 (or 0xA17BE4) is known color: Medium Purple. HEX triplet: A1, 7B and E4. RGB value is (161,123,228). Sum of RGB (Red+Green+Blue) = 161+123+228=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 228 (89.45% from 255 or 44.53% from 512); Max value from RGB is 228 - color contains mainly: blue. Hex color #A17BE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17BE4 is #5E841B. Grayscale: #919191. Windows color (decimal): -6194204 or 14973857. OLE color: 14973857.
HSL color Cylindrical-coordinate representation of color #A17BE4: hue angle of 261.71º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A17BE4 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 123 | 228 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.11 |
| HSL | 261.71º | 0.66% | 0.69% | - |
| HSV(B) | 261.71º | 0.46% | 0.89% | - |
| XYZ | 35.78 | 27.34 | 76.79 | - |
| YUV | 146.33 | 174.09 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 123 | 228 | 0.29 | 0.46 | 0 | 0.11 | 261.71 | 0.66 | 0.69 |
| Hex | A1 | 7B | E4 | 1D | 2E | 0 | B | 106 | 42 | 45 |
| Octal | 241 | 173 | 344 | 35 | 56 | 0 | 13 | 406 | 102 | 105 |
| Binary | 10100001 | 1111011 | 11100100 | 11101 | 101110 | 0 | 1011 | 100000110 | 1000010 | 1000101 |
Color Harmonies of #A17BE4
Complementary color
Monochromatic Colors of #A17BE4
Black with #A17BE4
Text Example
Text Example
White with #A17BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17BE4; }
p { color: rgb(161,123,228); }
H1.HeaderClassName
{
color: #A17BE4;
}
.AnyTagClassName
{
color: #A17BE4;
}
</style>
background-color css
<style>
a { background-color: #A17BE4; }
a { background-color: rgb(161,123,228); }
div.DivClassName
{
background-color: #A17BE4;
}
.BgClassName
{
background-color: #A17BE4;
}
</style>
border-color css
<style>
span { border-color: #A17BE4; }
span { border-color: rgb(161,123,228); }
td.TdClassName
{
border-color: #A17BE4;
}
.TagClassName
{
border-color: #A17BE4;
}
</style>