Shades of Medium Purple #A481DA
Tints of Medium Purple #A481DA
RGB
CMYK
RGB Variations
Color information
#A481DA (or 0xA481DA) is known color: Medium Purple. HEX triplet: A4, 81 and DA. RGB value is (164,129,218). Sum of RGB (Red+Green+Blue) = 164+129+218=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #A481DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A481DA is #5B7E25. Grayscale: #959595. Windows color (decimal): -5996070 or 14320036. OLE color: 14320036.
HSL color Cylindrical-coordinate representation of color #A481DA: hue angle of 263.6º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A481DA is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 129 | 218 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.15 |
| HSL | 263.6º | 0.55% | 0.68% | - |
| HSV(B) | 263.6º | 0.41% | 0.85% | - |
| XYZ | 35.81 | 28.65 | 69.97 | - |
| YUV | 149.61 | 166.6 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 129 | 218 | 0.25 | 0.41 | 0 | 0.15 | 263.6 | 0.55 | 0.68 |
| Hex | A4 | 81 | DA | 19 | 29 | 0 | F | 108 | 37 | 44 |
| Octal | 244 | 201 | 332 | 31 | 51 | 0 | 17 | 410 | 67 | 104 |
| Binary | 10100100 | 10000001 | 11011010 | 11001 | 101001 | 0 | 1111 | 100001000 | 110111 | 1000100 |
Color Harmonies of #A481DA
Complementary color
Monochromatic Colors of #A481DA
Black with #A481DA
Text Example
Text Example
White with #A481DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A481DA; }
p { color: rgb(164,129,218); }
H1.HeaderClassName
{
color: #A481DA;
}
.AnyTagClassName
{
color: #A481DA;
}
</style>
background-color css
<style>
a { background-color: #A481DA; }
a { background-color: rgb(164,129,218); }
div.DivClassName
{
background-color: #A481DA;
}
.BgClassName
{
background-color: #A481DA;
}
</style>
border-color css
<style>
span { border-color: #A481DA; }
span { border-color: rgb(164,129,218); }
td.TdClassName
{
border-color: #A481DA;
}
.TagClassName
{
border-color: #A481DA;
}
</style>