Shades of Medium Purple #A55FEB
Tints of Medium Purple #A55FEB
RGB
CMYK
RGB Variations
Color information
#A55FEB (or 0xA55FEB) is known color: Medium Purple. HEX triplet: A5, 5F and EB. RGB value is (165,95,235). Sum of RGB (Red+Green+Blue) = 165+95+235=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #A55FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55FEB is #5AA014. Grayscale: #838383. Windows color (decimal): -5939221 or 15425445. OLE color: 15425445.
HSL color Cylindrical-coordinate representation of color #A55FEB: hue angle of 270º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A55FEB is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 95 | 235 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.08 |
| HSL | 270º | 0.78% | 0.65% | - |
| HSV(B) | 270º | 0.6% | 0.92% | - |
| XYZ | 34.6 | 22.18 | 81.05 | - |
| YUV | 131.89 | 186.19 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 95 | 235 | 0.30 | 0.60 | 0 | 0.08 | 270 | 0.78 | 0.65 |
| Hex | A5 | 5F | EB | 1E | 3C | 0 | 8 | 10E | 4E | 41 |
| Octal | 245 | 137 | 353 | 36 | 74 | 0 | 10 | 416 | 116 | 101 |
| Binary | 10100101 | 1011111 | 11101011 | 11110 | 111100 | 0 | 1000 | 100001110 | 1001110 | 1000001 |
Color Harmonies of #A55FEB
Complementary color
Monochromatic Colors of #A55FEB
Black with #A55FEB
Text Example
Text Example
White with #A55FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55FEB; }
p { color: rgb(165,95,235); }
H1.HeaderClassName
{
color: #A55FEB;
}
.AnyTagClassName
{
color: #A55FEB;
}
</style>
background-color css
<style>
a { background-color: #A55FEB; }
a { background-color: rgb(165,95,235); }
div.DivClassName
{
background-color: #A55FEB;
}
.BgClassName
{
background-color: #A55FEB;
}
</style>
border-color css
<style>
span { border-color: #A55FEB; }
span { border-color: rgb(165,95,235); }
td.TdClassName
{
border-color: #A55FEB;
}
.TagClassName
{
border-color: #A55FEB;
}
</style>