Shades of Medium Purple #A565FE
Tints of Medium Purple #A565FE
RGB
CMYK
RGB Variations
Color information
#A565FE (or 0xA565FE) is known color: Medium Purple. HEX triplet: A5, 65 and FE. RGB value is (165,101,254). Sum of RGB (Red+Green+Blue) = 165+101+254=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #A565FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A565FE is #5A9A01. Grayscale: #898989. Windows color (decimal): -5937666 or 16672165. OLE color: 16672165.
HSL color Cylindrical-coordinate representation of color #A565FE: hue angle of 265.1º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A565FE is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 101 | 254 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.00 |
| HSL | 265.1º | 0.99% | 0.7% | - |
| HSV(B) | 265.1º | 0.6% | 1% | - |
| XYZ | 38.06 | 24.46 | 96.48 | - |
| YUV | 137.58 | 193.7 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 101 | 254 | 0.35 | 0.60 | 0 | 0.00 | 265.1 | 0.99 | 0.7 |
| Hex | A5 | 65 | FE | 23 | 3C | 0 | 0 | 109 | 63 | 46 |
| Octal | 245 | 145 | 376 | 43 | 74 | 0 | 0 | 411 | 143 | 106 |
| Binary | 10100101 | 1100101 | 11111110 | 100011 | 111100 | 0 | 0 | 100001001 | 1100011 | 1000110 |
Color Harmonies of #A565FE
Complementary color
Monochromatic Colors of #A565FE
Black with #A565FE
Text Example
Text Example
White with #A565FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A565FE; }
p { color: rgb(165,101,254); }
H1.HeaderClassName
{
color: #A565FE;
}
.AnyTagClassName
{
color: #A565FE;
}
</style>
background-color css
<style>
a { background-color: #A565FE; }
a { background-color: rgb(165,101,254); }
div.DivClassName
{
background-color: #A565FE;
}
.BgClassName
{
background-color: #A565FE;
}
</style>
border-color css
<style>
span { border-color: #A565FE; }
span { border-color: rgb(165,101,254); }
td.TdClassName
{
border-color: #A565FE;
}
.TagClassName
{
border-color: #A565FE;
}
</style>