Shades of Medium Purple #A56BEE
Tints of Medium Purple #A56BEE
RGB
CMYK
RGB Variations
Color information
#A56BEE (or 0xA56BEE) is known color: Medium Purple. HEX triplet: A5, 6B and EE. RGB value is (165,107,238). Sum of RGB (Red+Green+Blue) = 165+107+238=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #A56BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56BEE is #5A9411. Grayscale: #8A8A8A. Windows color (decimal): -5936146 or 15625125. OLE color: 15625125.
HSL color Cylindrical-coordinate representation of color #A56BEE: hue angle of 266.56º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A56BEE is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 107 | 238 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.07 |
| HSL | 266.56º | 0.79% | 0.68% | - |
| HSV(B) | 266.56º | 0.55% | 0.93% | - |
| XYZ | 36.21 | 24.69 | 83.75 | - |
| YUV | 139.28 | 183.72 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 107 | 238 | 0.31 | 0.55 | 0 | 0.07 | 266.56 | 0.79 | 0.68 |
| Hex | A5 | 6B | EE | 1F | 37 | 0 | 7 | 10B | 4F | 44 |
| Octal | 245 | 153 | 356 | 37 | 67 | 0 | 7 | 413 | 117 | 104 |
| Binary | 10100101 | 1101011 | 11101110 | 11111 | 110111 | 0 | 111 | 100001011 | 1001111 | 1000100 |
Color Harmonies of #A56BEE
Complementary color
Monochromatic Colors of #A56BEE
Black with #A56BEE
Text Example
Text Example
White with #A56BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56BEE; }
p { color: rgb(165,107,238); }
H1.HeaderClassName
{
color: #A56BEE;
}
.AnyTagClassName
{
color: #A56BEE;
}
</style>
background-color css
<style>
a { background-color: #A56BEE; }
a { background-color: rgb(165,107,238); }
div.DivClassName
{
background-color: #A56BEE;
}
.BgClassName
{
background-color: #A56BEE;
}
</style>
border-color css
<style>
span { border-color: #A56BEE; }
span { border-color: rgb(165,107,238); }
td.TdClassName
{
border-color: #A56BEE;
}
.TagClassName
{
border-color: #A56BEE;
}
</style>