Shades of Medium Purple #A55AEE
Tints of Medium Purple #A55AEE
RGB
CMYK
RGB Variations
Color information
#A55AEE (or 0xA55AEE) is known color: Medium Purple. HEX triplet: A5, 5A and EE. RGB value is (165,90,238). Sum of RGB (Red+Green+Blue) = 165+90+238=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #A55AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55AEE is #5AA511. Grayscale: #808080. Windows color (decimal): -5940498 or 15620773. OLE color: 15620773.
HSL color Cylindrical-coordinate representation of color #A55AEE: hue angle of 270.41º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A55AEE is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 90 | 238 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.07 |
| HSL | 270.41º | 0.81% | 0.64% | - |
| HSV(B) | 270.41º | 0.62% | 0.93% | - |
| XYZ | 34.61 | 21.48 | 83.21 | - |
| YUV | 129.3 | 189.35 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 238 | 0.31 | 0.62 | 0 | 0.07 | 270.41 | 0.81 | 0.64 |
| Hex | A5 | 5A | EE | 1F | 3E | 0 | 7 | 10E | 51 | 40 |
| Octal | 245 | 132 | 356 | 37 | 76 | 0 | 7 | 416 | 121 | 100 |
| Binary | 10100101 | 1011010 | 11101110 | 11111 | 111110 | 0 | 111 | 100001110 | 1010001 | 1000000 |
Color Harmonies of #A55AEE
Complementary color
Monochromatic Colors of #A55AEE
Black with #A55AEE
Text Example
Text Example
White with #A55AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55AEE; }
p { color: rgb(165,90,238); }
H1.HeaderClassName
{
color: #A55AEE;
}
.AnyTagClassName
{
color: #A55AEE;
}
</style>
background-color css
<style>
a { background-color: #A55AEE; }
a { background-color: rgb(165,90,238); }
div.DivClassName
{
background-color: #A55AEE;
}
.BgClassName
{
background-color: #A55AEE;
}
</style>
border-color css
<style>
span { border-color: #A55AEE; }
span { border-color: rgb(165,90,238); }
td.TdClassName
{
border-color: #A55AEE;
}
.TagClassName
{
border-color: #A55AEE;
}
</style>