Shades of Medium Purple #A563FE
Tints of Medium Purple #A563FE
RGB
CMYK
RGB Variations
Color information
#A563FE (or 0xA563FE) is known color: Medium Purple. HEX triplet: A5, 63 and FE. RGB value is (165,99,254). Sum of RGB (Red+Green+Blue) = 165+99+254=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #A563FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A563FE is #5A9C01. Grayscale: #878787. Windows color (decimal): -5938178 or 16671653. OLE color: 16671653.
HSL color Cylindrical-coordinate representation of color #A563FE: hue angle of 265.55º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A563FE is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 99 | 254 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.00 |
| HSL | 265.55º | 0.99% | 0.69% | - |
| HSV(B) | 265.55º | 0.61% | 1% | - |
| XYZ | 37.87 | 24.08 | 96.42 | - |
| YUV | 136.4 | 194.37 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 99 | 254 | 0.35 | 0.61 | 0 | 0.00 | 265.55 | 0.99 | 0.69 |
| Hex | A5 | 63 | FE | 23 | 3D | 0 | 0 | 10A | 63 | 45 |
| Octal | 245 | 143 | 376 | 43 | 75 | 0 | 0 | 412 | 143 | 105 |
| Binary | 10100101 | 1100011 | 11111110 | 100011 | 111101 | 0 | 0 | 100001010 | 1100011 | 1000101 |
Color Harmonies of #A563FE
Complementary color
Monochromatic Colors of #A563FE
Black with #A563FE
Text Example
Text Example
White with #A563FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A563FE; }
p { color: rgb(165,99,254); }
H1.HeaderClassName
{
color: #A563FE;
}
.AnyTagClassName
{
color: #A563FE;
}
</style>
background-color css
<style>
a { background-color: #A563FE; }
a { background-color: rgb(165,99,254); }
div.DivClassName
{
background-color: #A563FE;
}
.BgClassName
{
background-color: #A563FE;
}
</style>
border-color css
<style>
span { border-color: #A563FE; }
span { border-color: rgb(165,99,254); }
td.TdClassName
{
border-color: #A563FE;
}
.TagClassName
{
border-color: #A563FE;
}
</style>