Shades of Medium Purple #A481EF
Tints of Medium Purple #A481EF
RGB
CMYK
RGB Variations
Color information
#A481EF (or 0xA481EF) is known color: Medium Purple. HEX triplet: A4, 81 and EF. RGB value is (164,129,239). Sum of RGB (Red+Green+Blue) = 164+129+239=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #A481EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A481EF is #5B7E10. Grayscale: #979797. Windows color (decimal): -5996049 or 15696292. OLE color: 15696292.
HSL color Cylindrical-coordinate representation of color #A481EF: hue angle of 259.09º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A481EF is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 129 | 239 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.06 |
| HSL | 259.09º | 0.77% | 0.72% | - |
| HSV(B) | 259.09º | 0.46% | 0.94% | - |
| XYZ | 38.74 | 29.83 | 85.38 | - |
| YUV | 152.01 | 177.1 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 129 | 239 | 0.31 | 0.46 | 0 | 0.06 | 259.09 | 0.77 | 0.72 |
| Hex | A4 | 81 | EF | 1F | 2E | 0 | 6 | 103 | 4D | 48 |
| Octal | 244 | 201 | 357 | 37 | 56 | 0 | 6 | 403 | 115 | 110 |
| Binary | 10100100 | 10000001 | 11101111 | 11111 | 101110 | 0 | 110 | 100000011 | 1001101 | 1001000 |
Color Harmonies of #A481EF
Complementary color
Monochromatic Colors of #A481EF
Black with #A481EF
Text Example
Text Example
White with #A481EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A481EF; }
p { color: rgb(164,129,239); }
H1.HeaderClassName
{
color: #A481EF;
}
.AnyTagClassName
{
color: #A481EF;
}
</style>
background-color css
<style>
a { background-color: #A481EF; }
a { background-color: rgb(164,129,239); }
div.DivClassName
{
background-color: #A481EF;
}
.BgClassName
{
background-color: #A481EF;
}
</style>
border-color css
<style>
span { border-color: #A481EF; }
span { border-color: rgb(164,129,239); }
td.TdClassName
{
border-color: #A481EF;
}
.TagClassName
{
border-color: #A481EF;
}
</style>