Shades of Medium Purple #A481E7
Tints of Medium Purple #A481E7
RGB
CMYK
RGB Variations
Color information
#A481E7 (or 0xA481E7) is known color: Medium Purple. HEX triplet: A4, 81 and E7. RGB value is (164,129,231). Sum of RGB (Red+Green+Blue) = 164+129+231=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #A481E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A481E7 is #5B7E18. Grayscale: #969696. Windows color (decimal): -5996057 or 15172004. OLE color: 15172004.
HSL color Cylindrical-coordinate representation of color #A481E7: hue angle of 260.59º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A481E7 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 129 | 231 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.09 |
| HSL | 260.59º | 0.68% | 0.71% | - |
| HSV(B) | 260.59º | 0.44% | 0.91% | - |
| XYZ | 37.58 | 29.36 | 79.29 | - |
| YUV | 151.09 | 173.1 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 129 | 231 | 0.29 | 0.44 | 0 | 0.09 | 260.59 | 0.68 | 0.71 |
| Hex | A4 | 81 | E7 | 1D | 2C | 0 | 9 | 105 | 44 | 47 |
| Octal | 244 | 201 | 347 | 35 | 54 | 0 | 11 | 405 | 104 | 107 |
| Binary | 10100100 | 10000001 | 11100111 | 11101 | 101100 | 0 | 1001 | 100000101 | 1000100 | 1000111 |
Color Harmonies of #A481E7
Complementary color
Monochromatic Colors of #A481E7
Black with #A481E7
Text Example
Text Example
White with #A481E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A481E7; }
p { color: rgb(164,129,231); }
H1.HeaderClassName
{
color: #A481E7;
}
.AnyTagClassName
{
color: #A481E7;
}
</style>
background-color css
<style>
a { background-color: #A481E7; }
a { background-color: rgb(164,129,231); }
div.DivClassName
{
background-color: #A481E7;
}
.BgClassName
{
background-color: #A481E7;
}
</style>
border-color css
<style>
span { border-color: #A481E7; }
span { border-color: rgb(164,129,231); }
td.TdClassName
{
border-color: #A481E7;
}
.TagClassName
{
border-color: #A481E7;
}
</style>