Shades of Medium Purple #A564FE
Tints of Medium Purple #A564FE
RGB
CMYK
RGB Variations
Color information
#A564FE (or 0xA564FE) is known color: Medium Purple. HEX triplet: A5, 64 and FE. RGB value is (165,100,254). Sum of RGB (Red+Green+Blue) = 165+100+254=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #A564FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A564FE is #5A9B01. Grayscale: #888888. Windows color (decimal): -5937922 or 16671909. OLE color: 16671909.
HSL color Cylindrical-coordinate representation of color #A564FE: hue angle of 265.32º 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 #A564FE is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 100 | 254 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.00 |
| HSL | 265.32º | 0.99% | 0.69% | - |
| HSV(B) | 265.32º | 0.61% | 1% | - |
| XYZ | 37.96 | 24.27 | 96.45 | - |
| YUV | 136.99 | 194.03 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 100 | 254 | 0.35 | 0.61 | 0 | 0.00 | 265.32 | 0.99 | 0.69 |
| Hex | A5 | 64 | FE | 23 | 3D | 0 | 0 | 109 | 63 | 45 |
| Octal | 245 | 144 | 376 | 43 | 75 | 0 | 0 | 411 | 143 | 105 |
| Binary | 10100101 | 1100100 | 11111110 | 100011 | 111101 | 0 | 0 | 100001001 | 1100011 | 1000101 |
Color Harmonies of #A564FE
Complementary color
Monochromatic Colors of #A564FE
Black with #A564FE
Text Example
Text Example
White with #A564FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A564FE; }
p { color: rgb(165,100,254); }
H1.HeaderClassName
{
color: #A564FE;
}
.AnyTagClassName
{
color: #A564FE;
}
</style>
background-color css
<style>
a { background-color: #A564FE; }
a { background-color: rgb(165,100,254); }
div.DivClassName
{
background-color: #A564FE;
}
.BgClassName
{
background-color: #A564FE;
}
</style>
border-color css
<style>
span { border-color: #A564FE; }
span { border-color: rgb(165,100,254); }
td.TdClassName
{
border-color: #A564FE;
}
.TagClassName
{
border-color: #A564FE;
}
</style>