Shades of Medium Purple #A350FB
Tints of Medium Purple #A350FB
RGB
CMYK
RGB Variations
Color information
#A350FB (or 0xA350FB) is known color: Medium Purple. HEX triplet: A3, 50 and FB. RGB value is (163,80,251). Sum of RGB (Red+Green+Blue) = 163+80+251=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #A350FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A350FB is #5CAF04. Grayscale: #7B7B7B. Windows color (decimal): -6074117 or 16470179. OLE color: 16470179.
HSL color Cylindrical-coordinate representation of color #A350FB: hue angle of 269.12º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A350FB is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 80 | 251 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.02 |
| HSL | 269.12º | 0.96% | 0.65% | - |
| HSV(B) | 269.12º | 0.68% | 0.98% | - |
| XYZ | 35.39 | 20.49 | 93.36 | - |
| YUV | 124.31 | 199.5 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 251 | 0.35 | 0.68 | 0 | 0.02 | 269.12 | 0.96 | 0.65 |
| Hex | A3 | 50 | FB | 23 | 44 | 0 | 2 | 10D | 60 | 41 |
| Octal | 243 | 120 | 373 | 43 | 104 | 0 | 2 | 415 | 140 | 101 |
| Binary | 10100011 | 1010000 | 11111011 | 100011 | 1000100 | 0 | 10 | 100001101 | 1100000 | 1000001 |
Color Harmonies of #A350FB
Complementary color
Monochromatic Colors of #A350FB
Black with #A350FB
Text Example
Text Example
White with #A350FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A350FB; }
p { color: rgb(163,80,251); }
H1.HeaderClassName
{
color: #A350FB;
}
.AnyTagClassName
{
color: #A350FB;
}
</style>
background-color css
<style>
a { background-color: #A350FB; }
a { background-color: rgb(163,80,251); }
div.DivClassName
{
background-color: #A350FB;
}
.BgClassName
{
background-color: #A350FB;
}
</style>
border-color css
<style>
span { border-color: #A350FB; }
span { border-color: rgb(163,80,251); }
td.TdClassName
{
border-color: #A350FB;
}
.TagClassName
{
border-color: #A350FB;
}
</style>