Shades of Medium Purple #A583F3
Tints of Medium Purple #A583F3
RGB
CMYK
RGB Variations
Color information
#A583F3 (or 0xA583F3) is known color: Medium Purple. HEX triplet: A5, 83 and F3. RGB value is (165,131,243). Sum of RGB (Red+Green+Blue) = 165+131+243=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 243 (95.31% from 255 or 45.08% from 539); Max value from RGB is 243 - color contains mainly: blue. Hex color #A583F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A583F3 is #5A7C0C. Grayscale: #999999. Windows color (decimal): -5929997 or 15958949. OLE color: 15958949.
HSL color Cylindrical-coordinate representation of color #A583F3: hue angle of 258.21º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A583F3 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 131 | 243 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.05 |
| HSL | 258.21º | 0.82% | 0.73% | - |
| HSV(B) | 258.21º | 0.46% | 0.95% | - |
| XYZ | 39.81 | 30.7 | 88.62 | - |
| YUV | 153.93 | 178.26 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 131 | 243 | 0.32 | 0.46 | 0 | 0.05 | 258.21 | 0.82 | 0.73 |
| Hex | A5 | 83 | F3 | 20 | 2E | 0 | 5 | 102 | 52 | 49 |
| Octal | 245 | 203 | 363 | 40 | 56 | 0 | 5 | 402 | 122 | 111 |
| Binary | 10100101 | 10000011 | 11110011 | 100000 | 101110 | 0 | 101 | 100000010 | 1010010 | 1001001 |
Color Harmonies of #A583F3
Complementary color
Monochromatic Colors of #A583F3
Black with #A583F3
Text Example
Text Example
White with #A583F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A583F3; }
p { color: rgb(165,131,243); }
H1.HeaderClassName
{
color: #A583F3;
}
.AnyTagClassName
{
color: #A583F3;
}
</style>
background-color css
<style>
a { background-color: #A583F3; }
a { background-color: rgb(165,131,243); }
div.DivClassName
{
background-color: #A583F3;
}
.BgClassName
{
background-color: #A583F3;
}
</style>
border-color css
<style>
span { border-color: #A583F3; }
span { border-color: rgb(165,131,243); }
td.TdClassName
{
border-color: #A583F3;
}
.TagClassName
{
border-color: #A583F3;
}
</style>