Shades of Medium Purple #A483F6
Tints of Medium Purple #A483F6
RGB
CMYK
RGB Variations
Color information
#A483F6 (or 0xA483F6) is known color: Medium Purple. HEX triplet: A4, 83 and F6. RGB value is (164,131,246). Sum of RGB (Red+Green+Blue) = 164+131+246=541 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.31% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 246 (96.48% from 255 or 45.47% from 541); Max value from RGB is 246 - color contains mainly: blue. Hex color #A483F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A483F6 is #5B7C09. Grayscale: #999999. Windows color (decimal): -5995530 or 16155556. OLE color: 16155556.
HSL color Cylindrical-coordinate representation of color #A483F6: hue angle of 257.22º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A483F6 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 131 | 246 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.04 |
| HSL | 257.22º | 0.86% | 0.74% | - |
| HSV(B) | 257.22º | 0.47% | 0.96% | - |
| XYZ | 40.06 | 30.78 | 91.02 | - |
| YUV | 153.98 | 179.93 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 131 | 246 | 0.33 | 0.47 | 0 | 0.04 | 257.22 | 0.86 | 0.74 |
| Hex | A4 | 83 | F6 | 21 | 2F | 0 | 4 | 101 | 56 | 4A |
| Octal | 244 | 203 | 366 | 41 | 57 | 0 | 4 | 401 | 126 | 112 |
| Binary | 10100100 | 10000011 | 11110110 | 100001 | 101111 | 0 | 100 | 100000001 | 1010110 | 1001010 |
Color Harmonies of #A483F6
Complementary color
Monochromatic Colors of #A483F6
Black with #A483F6
Text Example
Text Example
White with #A483F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A483F6; }
p { color: rgb(164,131,246); }
H1.HeaderClassName
{
color: #A483F6;
}
.AnyTagClassName
{
color: #A483F6;
}
</style>
background-color css
<style>
a { background-color: #A483F6; }
a { background-color: rgb(164,131,246); }
div.DivClassName
{
background-color: #A483F6;
}
.BgClassName
{
background-color: #A483F6;
}
</style>
border-color css
<style>
span { border-color: #A483F6; }
span { border-color: rgb(164,131,246); }
td.TdClassName
{
border-color: #A483F6;
}
.TagClassName
{
border-color: #A483F6;
}
</style>