Shades of Medium Purple #A55FEF
Tints of Medium Purple #A55FEF
RGB
CMYK
RGB Variations
Color information
#A55FEF (or 0xA55FEF) is known color: Medium Purple. HEX triplet: A5, 5F and EF. RGB value is (165,95,239). Sum of RGB (Red+Green+Blue) = 165+95+239=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #A55FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55FEF is #5AA010. Grayscale: #838383. Windows color (decimal): -5939217 or 15687589. OLE color: 15687589.
HSL color Cylindrical-coordinate representation of color #A55FEF: hue angle of 269.17º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A55FEF is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 95 | 239 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.06 |
| HSL | 269.17º | 0.82% | 0.65% | - |
| HSV(B) | 269.17º | 0.6% | 0.94% | - |
| XYZ | 35.19 | 22.42 | 84.13 | - |
| YUV | 132.35 | 188.19 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 95 | 239 | 0.31 | 0.60 | 0 | 0.06 | 269.17 | 0.82 | 0.65 |
| Hex | A5 | 5F | EF | 1F | 3C | 0 | 6 | 10D | 52 | 41 |
| Octal | 245 | 137 | 357 | 37 | 74 | 0 | 6 | 415 | 122 | 101 |
| Binary | 10100101 | 1011111 | 11101111 | 11111 | 111100 | 0 | 110 | 100001101 | 1010010 | 1000001 |
Color Harmonies of #A55FEF
Complementary color
Monochromatic Colors of #A55FEF
Black with #A55FEF
Text Example
Text Example
White with #A55FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55FEF; }
p { color: rgb(165,95,239); }
H1.HeaderClassName
{
color: #A55FEF;
}
.AnyTagClassName
{
color: #A55FEF;
}
</style>
background-color css
<style>
a { background-color: #A55FEF; }
a { background-color: rgb(165,95,239); }
div.DivClassName
{
background-color: #A55FEF;
}
.BgClassName
{
background-color: #A55FEF;
}
</style>
border-color css
<style>
span { border-color: #A55FEF; }
span { border-color: rgb(165,95,239); }
td.TdClassName
{
border-color: #A55FEF;
}
.TagClassName
{
border-color: #A55FEF;
}
</style>