Shades of Medium Purple #A350FD
Tints of Medium Purple #A350FD
RGB
CMYK
RGB Variations
Color information
#A350FD (or 0xA350FD) is known color: Medium Purple. HEX triplet: A3, 50 and FD. RGB value is (163,80,253). Sum of RGB (Red+Green+Blue) = 163+80+253=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #A350FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A350FD is #5CAF02. Grayscale: #7B7B7B. Windows color (decimal): -6074115 or 16601251. OLE color: 16601251.
HSL color Cylindrical-coordinate representation of color #A350FD: hue angle of 268.79º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A350FD is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 80 | 253 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.01 |
| HSL | 268.79º | 0.98% | 0.65% | - |
| HSV(B) | 268.79º | 0.68% | 0.99% | - |
| XYZ | 35.7 | 20.62 | 95.03 | - |
| YUV | 124.54 | 200.5 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 80 | 253 | 0.36 | 0.68 | 0 | 0.01 | 268.79 | 0.98 | 0.65 |
| Hex | A3 | 50 | FD | 24 | 44 | 0 | 1 | 10D | 62 | 41 |
| Octal | 243 | 120 | 375 | 44 | 104 | 0 | 1 | 415 | 142 | 101 |
| Binary | 10100011 | 1010000 | 11111101 | 100100 | 1000100 | 0 | 1 | 100001101 | 1100010 | 1000001 |
Color Harmonies of #A350FD
Complementary color
Monochromatic Colors of #A350FD
Black with #A350FD
Text Example
Text Example
White with #A350FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A350FD; }
p { color: rgb(163,80,253); }
H1.HeaderClassName
{
color: #A350FD;
}
.AnyTagClassName
{
color: #A350FD;
}
</style>
background-color css
<style>
a { background-color: #A350FD; }
a { background-color: rgb(163,80,253); }
div.DivClassName
{
background-color: #A350FD;
}
.BgClassName
{
background-color: #A350FD;
}
</style>
border-color css
<style>
span { border-color: #A350FD; }
span { border-color: rgb(163,80,253); }
td.TdClassName
{
border-color: #A350FD;
}
.TagClassName
{
border-color: #A350FD;
}
</style>