Shades of Medium Purple #A56CFB
Tints of Medium Purple #A56CFB
RGB
CMYK
RGB Variations
Color information
#A56CFB (or 0xA56CFB) is known color: Medium Purple. HEX triplet: A5, 6C and FB. RGB value is (165,108,251). Sum of RGB (Red+Green+Blue) = 165+108+251=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #A56CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56CFB is #5A9304. Grayscale: #8C8C8C. Windows color (decimal): -5935877 or 16477349. OLE color: 16477349.
HSL color Cylindrical-coordinate representation of color #A56CFB: hue angle of 263.92º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A56CFB is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 108 | 251 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.02 |
| HSL | 263.92º | 0.95% | 0.7% | - |
| HSV(B) | 263.92º | 0.57% | 0.98% | - |
| XYZ | 38.29 | 25.69 | 94.21 | - |
| YUV | 141.35 | 189.88 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 108 | 251 | 0.34 | 0.57 | 0 | 0.02 | 263.92 | 0.95 | 0.7 |
| Hex | A5 | 6C | FB | 22 | 39 | 0 | 2 | 108 | 5F | 46 |
| Octal | 245 | 154 | 373 | 42 | 71 | 0 | 2 | 410 | 137 | 106 |
| Binary | 10100101 | 1101100 | 11111011 | 100010 | 111001 | 0 | 10 | 100001000 | 1011111 | 1000110 |
Color Harmonies of #A56CFB
Complementary color
Monochromatic Colors of #A56CFB
Black with #A56CFB
Text Example
Text Example
White with #A56CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56CFB; }
p { color: rgb(165,108,251); }
H1.HeaderClassName
{
color: #A56CFB;
}
.AnyTagClassName
{
color: #A56CFB;
}
</style>
background-color css
<style>
a { background-color: #A56CFB; }
a { background-color: rgb(165,108,251); }
div.DivClassName
{
background-color: #A56CFB;
}
.BgClassName
{
background-color: #A56CFB;
}
</style>
border-color css
<style>
span { border-color: #A56CFB; }
span { border-color: rgb(165,108,251); }
td.TdClassName
{
border-color: #A56CFB;
}
.TagClassName
{
border-color: #A56CFB;
}
</style>