Shades of Medium Purple #A358FB
Tints of Medium Purple #A358FB
RGB
CMYK
RGB Variations
Color information
#A358FB (or 0xA358FB) is known color: Medium Purple. HEX triplet: A3, 58 and FB. RGB value is (163,88,251). Sum of RGB (Red+Green+Blue) = 163+88+251=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #A358FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A358FB is #5CA704. Grayscale: #808080. Windows color (decimal): -6072069 or 16472227. OLE color: 16472227.
HSL color Cylindrical-coordinate representation of color #A358FB: hue angle of 267.61º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A358FB is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 88 | 251 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.02 |
| HSL | 267.61º | 0.95% | 0.66% | - |
| HSV(B) | 267.61º | 0.65% | 0.98% | - |
| XYZ | 36.01 | 21.73 | 93.56 | - |
| YUV | 129.01 | 196.85 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 251 | 0.35 | 0.65 | 0 | 0.02 | 267.61 | 0.95 | 0.66 |
| Hex | A3 | 58 | FB | 23 | 41 | 0 | 2 | 10C | 5F | 42 |
| Octal | 243 | 130 | 373 | 43 | 101 | 0 | 2 | 414 | 137 | 102 |
| Binary | 10100011 | 1011000 | 11111011 | 100011 | 1000001 | 0 | 10 | 100001100 | 1011111 | 1000010 |
Color Harmonies of #A358FB
Complementary color
Monochromatic Colors of #A358FB
Black with #A358FB
Text Example
Text Example
White with #A358FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A358FB; }
p { color: rgb(163,88,251); }
H1.HeaderClassName
{
color: #A358FB;
}
.AnyTagClassName
{
color: #A358FB;
}
</style>
background-color css
<style>
a { background-color: #A358FB; }
a { background-color: rgb(163,88,251); }
div.DivClassName
{
background-color: #A358FB;
}
.BgClassName
{
background-color: #A358FB;
}
</style>
border-color css
<style>
span { border-color: #A358FB; }
span { border-color: rgb(163,88,251); }
td.TdClassName
{
border-color: #A358FB;
}
.TagClassName
{
border-color: #A358FB;
}
</style>