Shades of Medium Purple #A55DFB
Tints of Medium Purple #A55DFB
RGB
CMYK
RGB Variations
Color information
#A55DFB (or 0xA55DFB) is known color: Medium Purple. HEX triplet: A5, 5D and FB. RGB value is (165,93,251). Sum of RGB (Red+Green+Blue) = 165+93+251=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #A55DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55DFB is #5AA204. Grayscale: #838383. Windows color (decimal): -5939717 or 16473509. OLE color: 16473509.
HSL color Cylindrical-coordinate representation of color #A55DFB: hue angle of 267.34º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A55DFB is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 93 | 251 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.02 |
| HSL | 267.34º | 0.95% | 0.67% | - |
| HSV(B) | 267.34º | 0.63% | 0.98% | - |
| XYZ | 36.84 | 22.79 | 93.72 | - |
| YUV | 132.54 | 194.85 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 93 | 251 | 0.34 | 0.63 | 0 | 0.02 | 267.34 | 0.95 | 0.67 |
| Hex | A5 | 5D | FB | 22 | 3F | 0 | 2 | 10B | 5F | 43 |
| Octal | 245 | 135 | 373 | 42 | 77 | 0 | 2 | 413 | 137 | 103 |
| Binary | 10100101 | 1011101 | 11111011 | 100010 | 111111 | 0 | 10 | 100001011 | 1011111 | 1000011 |
Color Harmonies of #A55DFB
Complementary color
Monochromatic Colors of #A55DFB
Black with #A55DFB
Text Example
Text Example
White with #A55DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55DFB; }
p { color: rgb(165,93,251); }
H1.HeaderClassName
{
color: #A55DFB;
}
.AnyTagClassName
{
color: #A55DFB;
}
</style>
background-color css
<style>
a { background-color: #A55DFB; }
a { background-color: rgb(165,93,251); }
div.DivClassName
{
background-color: #A55DFB;
}
.BgClassName
{
background-color: #A55DFB;
}
</style>
border-color css
<style>
span { border-color: #A55DFB; }
span { border-color: rgb(165,93,251); }
td.TdClassName
{
border-color: #A55DFB;
}
.TagClassName
{
border-color: #A55DFB;
}
</style>