Shades of Medium Purple #A565FC
Tints of Medium Purple #A565FC
RGB
CMYK
RGB Variations
Color information
#A565FC (or 0xA565FC) is known color: Medium Purple. HEX triplet: A5, 65 and FC. RGB value is (165,101,252). Sum of RGB (Red+Green+Blue) = 165+101+252=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #A565FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A565FC is #5A9A03. Grayscale: #888888. Windows color (decimal): -5937668 or 16541093. OLE color: 16541093.
HSL color Cylindrical-coordinate representation of color #A565FC: hue angle of 265.43º degrees, saturation: 0.96, 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 #A565FC is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 101 | 252 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.01 |
| HSL | 265.43º | 0.96% | 0.69% | - |
| HSV(B) | 265.43º | 0.6% | 0.99% | - |
| XYZ | 37.74 | 24.33 | 94.8 | - |
| YUV | 137.35 | 192.7 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 101 | 252 | 0.35 | 0.60 | 0 | 0.01 | 265.43 | 0.96 | 0.69 |
| Hex | A5 | 65 | FC | 23 | 3C | 0 | 1 | 109 | 60 | 45 |
| Octal | 245 | 145 | 374 | 43 | 74 | 0 | 1 | 411 | 140 | 105 |
| Binary | 10100101 | 1100101 | 11111100 | 100011 | 111100 | 0 | 1 | 100001001 | 1100000 | 1000101 |
Color Harmonies of #A565FC
Complementary color
Monochromatic Colors of #A565FC
Black with #A565FC
Text Example
Text Example
White with #A565FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A565FC; }
p { color: rgb(165,101,252); }
H1.HeaderClassName
{
color: #A565FC;
}
.AnyTagClassName
{
color: #A565FC;
}
</style>
background-color css
<style>
a { background-color: #A565FC; }
a { background-color: rgb(165,101,252); }
div.DivClassName
{
background-color: #A565FC;
}
.BgClassName
{
background-color: #A565FC;
}
</style>
border-color css
<style>
span { border-color: #A565FC; }
span { border-color: rgb(165,101,252); }
td.TdClassName
{
border-color: #A565FC;
}
.TagClassName
{
border-color: #A565FC;
}
</style>