Shades of Medium Purple #A55FEA
Tints of Medium Purple #A55FEA
RGB
CMYK
RGB Variations
Color information
#A55FEA (or 0xA55FEA) is known color: Medium Purple. HEX triplet: A5, 5F and EA. RGB value is (165,95,234). Sum of RGB (Red+Green+Blue) = 165+95+234=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 95 (37.5% from 255 or 19.23% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #A55FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55FEA is #5AA015. Grayscale: #838383. Windows color (decimal): -5939222 or 15359909. OLE color: 15359909.
HSL color Cylindrical-coordinate representation of color #A55FEA: hue angle of 270.22º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A55FEA is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 95 | 234 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.08 |
| HSL | 270.22º | 0.77% | 0.65% | - |
| HSV(B) | 270.22º | 0.59% | 0.92% | - |
| XYZ | 34.46 | 22.12 | 80.3 | - |
| YUV | 131.78 | 185.69 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 95 | 234 | 0.29 | 0.59 | 0 | 0.08 | 270.22 | 0.77 | 0.65 |
| Hex | A5 | 5F | EA | 1D | 3B | 0 | 8 | 10E | 4D | 41 |
| Octal | 245 | 137 | 352 | 35 | 73 | 0 | 10 | 416 | 115 | 101 |
| Binary | 10100101 | 1011111 | 11101010 | 11101 | 111011 | 0 | 1000 | 100001110 | 1001101 | 1000001 |
Color Harmonies of #A55FEA
Complementary color
Monochromatic Colors of #A55FEA
Black with #A55FEA
Text Example
Text Example
White with #A55FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55FEA; }
p { color: rgb(165,95,234); }
H1.HeaderClassName
{
color: #A55FEA;
}
.AnyTagClassName
{
color: #A55FEA;
}
</style>
background-color css
<style>
a { background-color: #A55FEA; }
a { background-color: rgb(165,95,234); }
div.DivClassName
{
background-color: #A55FEA;
}
.BgClassName
{
background-color: #A55FEA;
}
</style>
border-color css
<style>
span { border-color: #A55FEA; }
span { border-color: rgb(165,95,234); }
td.TdClassName
{
border-color: #A55FEA;
}
.TagClassName
{
border-color: #A55FEA;
}
</style>