Shades of Medium Purple #A365FD
Tints of Medium Purple #A365FD
RGB
CMYK
RGB Variations
Color information
#A365FD (or 0xA365FD) is known color: Medium Purple. HEX triplet: A3, 65 and FD. RGB value is (163,101,253). Sum of RGB (Red+Green+Blue) = 163+101+253=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #A365FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A365FD is #5C9A02. Grayscale: #888888. Windows color (decimal): -6068739 or 16606627. OLE color: 16606627.
HSL color Cylindrical-coordinate representation of color #A365FD: hue angle of 264.47º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A365FD is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 101 | 253 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.01 |
| HSL | 264.47º | 0.97% | 0.69% | - |
| HSV(B) | 264.47º | 0.6% | 0.99% | - |
| XYZ | 37.49 | 24.19 | 95.62 | - |
| YUV | 136.87 | 193.54 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 253 | 0.36 | 0.60 | 0 | 0.01 | 264.47 | 0.97 | 0.69 |
| Hex | A3 | 65 | FD | 24 | 3C | 0 | 1 | 108 | 61 | 45 |
| Octal | 243 | 145 | 375 | 44 | 74 | 0 | 1 | 410 | 141 | 105 |
| Binary | 10100011 | 1100101 | 11111101 | 100100 | 111100 | 0 | 1 | 100001000 | 1100001 | 1000101 |
Color Harmonies of #A365FD
Complementary color
Monochromatic Colors of #A365FD
Black with #A365FD
Text Example
Text Example
White with #A365FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A365FD; }
p { color: rgb(163,101,253); }
H1.HeaderClassName
{
color: #A365FD;
}
.AnyTagClassName
{
color: #A365FD;
}
</style>
background-color css
<style>
a { background-color: #A365FD; }
a { background-color: rgb(163,101,253); }
div.DivClassName
{
background-color: #A365FD;
}
.BgClassName
{
background-color: #A365FD;
}
</style>
border-color css
<style>
span { border-color: #A365FD; }
span { border-color: rgb(163,101,253); }
td.TdClassName
{
border-color: #A365FD;
}
.TagClassName
{
border-color: #A365FD;
}
</style>