Shades of Medium Purple #A481D8
Tints of Medium Purple #A481D8
RGB
CMYK
RGB Variations
Color information
#A481D8 (or 0xA481D8) is known color: Medium Purple. HEX triplet: A4, 81 and D8. RGB value is (164,129,216). Sum of RGB (Red+Green+Blue) = 164+129+216=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 216 - color contains mainly: blue. Hex color #A481D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A481D8 is #5B7E27. Grayscale: #959595. Windows color (decimal): -5996072 or 14188964. OLE color: 14188964.
HSL color Cylindrical-coordinate representation of color #A481D8: hue angle of 264.14º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A481D8 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 129 | 216 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.15 |
| HSL | 264.14º | 0.53% | 0.68% | - |
| HSV(B) | 264.14º | 0.4% | 0.85% | - |
| XYZ | 35.55 | 28.55 | 68.6 | - |
| YUV | 149.38 | 165.6 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 129 | 216 | 0.24 | 0.40 | 0 | 0.15 | 264.14 | 0.53 | 0.68 |
| Hex | A4 | 81 | D8 | 18 | 28 | 0 | F | 108 | 35 | 44 |
| Octal | 244 | 201 | 330 | 30 | 50 | 0 | 17 | 410 | 65 | 104 |
| Binary | 10100100 | 10000001 | 11011000 | 11000 | 101000 | 0 | 1111 | 100001000 | 110101 | 1000100 |
Color Harmonies of #A481D8
Complementary color
Monochromatic Colors of #A481D8
Black with #A481D8
Text Example
Text Example
White with #A481D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A481D8; }
p { color: rgb(164,129,216); }
H1.HeaderClassName
{
color: #A481D8;
}
.AnyTagClassName
{
color: #A481D8;
}
</style>
background-color css
<style>
a { background-color: #A481D8; }
a { background-color: rgb(164,129,216); }
div.DivClassName
{
background-color: #A481D8;
}
.BgClassName
{
background-color: #A481D8;
}
</style>
border-color css
<style>
span { border-color: #A481D8; }
span { border-color: rgb(164,129,216); }
td.TdClassName
{
border-color: #A481D8;
}
.TagClassName
{
border-color: #A481D8;
}
</style>