Shades of Medium Purple #A358F3
Tints of Medium Purple #A358F3
RGB
CMYK
RGB Variations
Color information
#A358F3 (or 0xA358F3) is known color: Medium Purple. HEX triplet: A3, 58 and F3. RGB value is (163,88,243). Sum of RGB (Red+Green+Blue) = 163+88+243=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #A358F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A358F3 is #5CA70C. Grayscale: #7F7F7F. Windows color (decimal): -6072077 or 15947939. OLE color: 15947939.
HSL color Cylindrical-coordinate representation of color #A358F3: hue angle of 269.03º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A358F3 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 88 | 243 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.05 |
| HSL | 269.03º | 0.87% | 0.65% | - |
| HSV(B) | 269.03º | 0.64% | 0.95% | - |
| XYZ | 34.77 | 21.24 | 87.06 | - |
| YUV | 128.1 | 192.85 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 243 | 0.33 | 0.64 | 0 | 0.05 | 269.03 | 0.87 | 0.65 |
| Hex | A3 | 58 | F3 | 21 | 40 | 0 | 5 | 10D | 57 | 41 |
| Octal | 243 | 130 | 363 | 41 | 100 | 0 | 5 | 415 | 127 | 101 |
| Binary | 10100011 | 1011000 | 11110011 | 100001 | 1000000 | 0 | 101 | 100001101 | 1010111 | 1000001 |
Color Harmonies of #A358F3
Complementary color
Monochromatic Colors of #A358F3
Black with #A358F3
Text Example
Text Example
White with #A358F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A358F3; }
p { color: rgb(163,88,243); }
H1.HeaderClassName
{
color: #A358F3;
}
.AnyTagClassName
{
color: #A358F3;
}
</style>
background-color css
<style>
a { background-color: #A358F3; }
a { background-color: rgb(163,88,243); }
div.DivClassName
{
background-color: #A358F3;
}
.BgClassName
{
background-color: #A358F3;
}
</style>
border-color css
<style>
span { border-color: #A358F3; }
span { border-color: rgb(163,88,243); }
td.TdClassName
{
border-color: #A358F3;
}
.TagClassName
{
border-color: #A358F3;
}
</style>