Shades of Medium Purple #A17EEA
Tints of Medium Purple #A17EEA
RGB
CMYK
RGB Variations
Color information
#A17EEA (or 0xA17EEA) is known color: Medium Purple. HEX triplet: A1, 7E and EA. RGB value is (161,126,234). Sum of RGB (Red+Green+Blue) = 161+126+234=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #A17EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17EEA is #5E8115. Grayscale: #949494. Windows color (decimal): -6193430 or 15367841. OLE color: 15367841.
HSL color Cylindrical-coordinate representation of color #A17EEA: hue angle of 259.44º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A17EEA is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 126 | 234 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.08 |
| HSL | 259.44º | 0.72% | 0.71% | - |
| HSV(B) | 259.44º | 0.46% | 0.92% | - |
| XYZ | 37.01 | 28.44 | 81.38 | - |
| YUV | 148.78 | 176.1 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 234 | 0.31 | 0.46 | 0 | 0.08 | 259.44 | 0.72 | 0.71 |
| Hex | A1 | 7E | EA | 1F | 2E | 0 | 8 | 103 | 48 | 47 |
| Octal | 241 | 176 | 352 | 37 | 56 | 0 | 10 | 403 | 110 | 107 |
| Binary | 10100001 | 1111110 | 11101010 | 11111 | 101110 | 0 | 1000 | 100000011 | 1001000 | 1000111 |
Color Harmonies of #A17EEA
Complementary color
Monochromatic Colors of #A17EEA
Black with #A17EEA
Text Example
Text Example
White with #A17EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17EEA; }
p { color: rgb(161,126,234); }
H1.HeaderClassName
{
color: #A17EEA;
}
.AnyTagClassName
{
color: #A17EEA;
}
</style>
background-color css
<style>
a { background-color: #A17EEA; }
a { background-color: rgb(161,126,234); }
div.DivClassName
{
background-color: #A17EEA;
}
.BgClassName
{
background-color: #A17EEA;
}
</style>
border-color css
<style>
span { border-color: #A17EEA; }
span { border-color: rgb(161,126,234); }
td.TdClassName
{
border-color: #A17EEA;
}
.TagClassName
{
border-color: #A17EEA;
}
</style>