Shades of Medium Purple #A561FE
Tints of Medium Purple #A561FE
RGB
CMYK
RGB Variations
Color information
#A561FE (or 0xA561FE) is known color: Medium Purple. HEX triplet: A5, 61 and FE. RGB value is (165,97,254). Sum of RGB (Red+Green+Blue) = 165+97+254=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 97 (38.28% from 255 or 18.80% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #A561FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A561FE is #5A9E01. Grayscale: #868686. Windows color (decimal): -5938690 or 16671141. OLE color: 16671141.
HSL color Cylindrical-coordinate representation of color #A561FE: hue angle of 265.99º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A561FE is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 97 | 254 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.00 |
| HSL | 265.99º | 0.99% | 0.69% | - |
| HSV(B) | 265.99º | 0.62% | 1% | - |
| XYZ | 37.68 | 23.7 | 96.36 | - |
| YUV | 135.23 | 195.03 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 97 | 254 | 0.35 | 0.62 | 0 | 0.00 | 265.99 | 0.99 | 0.69 |
| Hex | A5 | 61 | FE | 23 | 3E | 0 | 0 | 10A | 63 | 45 |
| Octal | 245 | 141 | 376 | 43 | 76 | 0 | 0 | 412 | 143 | 105 |
| Binary | 10100101 | 1100001 | 11111110 | 100011 | 111110 | 0 | 0 | 100001010 | 1100011 | 1000101 |
Color Harmonies of #A561FE
Complementary color
Monochromatic Colors of #A561FE
Black with #A561FE
Text Example
Text Example
White with #A561FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A561FE; }
p { color: rgb(165,97,254); }
H1.HeaderClassName
{
color: #A561FE;
}
.AnyTagClassName
{
color: #A561FE;
}
</style>
background-color css
<style>
a { background-color: #A561FE; }
a { background-color: rgb(165,97,254); }
div.DivClassName
{
background-color: #A561FE;
}
.BgClassName
{
background-color: #A561FE;
}
</style>
border-color css
<style>
span { border-color: #A561FE; }
span { border-color: rgb(165,97,254); }
td.TdClassName
{
border-color: #A561FE;
}
.TagClassName
{
border-color: #A561FE;
}
</style>