Shades of Medium Purple #A481F8
Tints of Medium Purple #A481F8
RGB
CMYK
RGB Variations
Color information
#A481F8 (or 0xA481F8) is known color: Medium Purple. HEX triplet: A4, 81 and F8. RGB value is (164,129,248). Sum of RGB (Red+Green+Blue) = 164+129+248=541 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.31% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 248 (97.27% from 255 or 45.84% from 541); Max value from RGB is 248 - color contains mainly: blue. Hex color #A481F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A481F8 is #5B7E07. Grayscale: #989898. Windows color (decimal): -5996040 or 16286116. OLE color: 16286116.
HSL color Cylindrical-coordinate representation of color #A481F8: hue angle of 257.65º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A481F8 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 129 | 248 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.03 |
| HSL | 257.65º | 0.89% | 0.74% | - |
| HSV(B) | 257.65º | 0.48% | 0.97% | - |
| XYZ | 40.1 | 30.37 | 92.56 | - |
| YUV | 153.03 | 181.6 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 129 | 248 | 0.34 | 0.48 | 0 | 0.03 | 257.65 | 0.89 | 0.74 |
| Hex | A4 | 81 | F8 | 22 | 30 | 0 | 3 | 102 | 59 | 4A |
| Octal | 244 | 201 | 370 | 42 | 60 | 0 | 3 | 402 | 131 | 112 |
| Binary | 10100100 | 10000001 | 11111000 | 100010 | 110000 | 0 | 11 | 100000010 | 1011001 | 1001010 |
Color Harmonies of #A481F8
Complementary color
Monochromatic Colors of #A481F8
Black with #A481F8
Text Example
Text Example
White with #A481F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A481F8; }
p { color: rgb(164,129,248); }
H1.HeaderClassName
{
color: #A481F8;
}
.AnyTagClassName
{
color: #A481F8;
}
</style>
background-color css
<style>
a { background-color: #A481F8; }
a { background-color: rgb(164,129,248); }
div.DivClassName
{
background-color: #A481F8;
}
.BgClassName
{
background-color: #A481F8;
}
</style>
border-color css
<style>
span { border-color: #A481F8; }
span { border-color: rgb(164,129,248); }
td.TdClassName
{
border-color: #A481F8;
}
.TagClassName
{
border-color: #A481F8;
}
</style>