Shades of Medium Purple #A353FD
Tints of Medium Purple #A353FD
RGB
CMYK
RGB Variations
Color information
#A353FD (or 0xA353FD) is known color: Medium Purple. HEX triplet: A3, 53 and FD. RGB value is (163,83,253). Sum of RGB (Red+Green+Blue) = 163+83+253=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #A353FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A353FD is #5CAC02. Grayscale: #7D7D7D. Windows color (decimal): -6073347 or 16602019. OLE color: 16602019.
HSL color Cylindrical-coordinate representation of color #A353FD: hue angle of 268.24º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A353FD is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 83 | 253 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.01 |
| HSL | 268.24º | 0.98% | 0.66% | - |
| HSV(B) | 268.24º | 0.67% | 0.99% | - |
| XYZ | 35.93 | 21.06 | 95.1 | - |
| YUV | 126.3 | 199.5 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 83 | 253 | 0.36 | 0.67 | 0 | 0.01 | 268.24 | 0.98 | 0.66 |
| Hex | A3 | 53 | FD | 24 | 43 | 0 | 1 | 10C | 62 | 42 |
| Octal | 243 | 123 | 375 | 44 | 103 | 0 | 1 | 414 | 142 | 102 |
| Binary | 10100011 | 1010011 | 11111101 | 100100 | 1000011 | 0 | 1 | 100001100 | 1100010 | 1000010 |
Color Harmonies of #A353FD
Complementary color
Monochromatic Colors of #A353FD
Black with #A353FD
Text Example
Text Example
White with #A353FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A353FD; }
p { color: rgb(163,83,253); }
H1.HeaderClassName
{
color: #A353FD;
}
.AnyTagClassName
{
color: #A353FD;
}
</style>
background-color css
<style>
a { background-color: #A353FD; }
a { background-color: rgb(163,83,253); }
div.DivClassName
{
background-color: #A353FD;
}
.BgClassName
{
background-color: #A353FD;
}
</style>
border-color css
<style>
span { border-color: #A353FD; }
span { border-color: rgb(163,83,253); }
td.TdClassName
{
border-color: #A353FD;
}
.TagClassName
{
border-color: #A353FD;
}
</style>