Shades of Medium Purple #A560FD
Tints of Medium Purple #A560FD
RGB
CMYK
RGB Variations
Color information
#A560FD (or 0xA560FD) is known color: Medium Purple. HEX triplet: A5, 60 and FD. RGB value is (165,96,253). Sum of RGB (Red+Green+Blue) = 165+96+253=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #A560FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A560FD is #5A9F02. Grayscale: #858585. Windows color (decimal): -5938947 or 16605349. OLE color: 16605349.
HSL color Cylindrical-coordinate representation of color #A560FD: hue angle of 266.37º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A560FD is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 96 | 253 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.01 |
| HSL | 266.37º | 0.98% | 0.68% | - |
| HSV(B) | 266.37º | 0.62% | 0.99% | - |
| XYZ | 37.43 | 23.46 | 95.48 | - |
| YUV | 134.53 | 194.86 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 96 | 253 | 0.35 | 0.62 | 0 | 0.01 | 266.37 | 0.98 | 0.68 |
| Hex | A5 | 60 | FD | 23 | 3E | 0 | 1 | 10A | 62 | 44 |
| Octal | 245 | 140 | 375 | 43 | 76 | 0 | 1 | 412 | 142 | 104 |
| Binary | 10100101 | 1100000 | 11111101 | 100011 | 111110 | 0 | 1 | 100001010 | 1100010 | 1000100 |
Color Harmonies of #A560FD
Complementary color
Monochromatic Colors of #A560FD
Black with #A560FD
Text Example
Text Example
White with #A560FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A560FD; }
p { color: rgb(165,96,253); }
H1.HeaderClassName
{
color: #A560FD;
}
.AnyTagClassName
{
color: #A560FD;
}
</style>
background-color css
<style>
a { background-color: #A560FD; }
a { background-color: rgb(165,96,253); }
div.DivClassName
{
background-color: #A560FD;
}
.BgClassName
{
background-color: #A560FD;
}
</style>
border-color css
<style>
span { border-color: #A560FD; }
span { border-color: rgb(165,96,253); }
td.TdClassName
{
border-color: #A560FD;
}
.TagClassName
{
border-color: #A560FD;
}
</style>