Shades of Medium Purple #AB85FC
Tints of Medium Purple #AB85FC
RGB
CMYK
RGB Variations
Color information
#AB85FC (or 0xAB85FC) is known color: Medium Purple. HEX triplet: AB, 85 and FC. RGB value is (171,133,252). Sum of RGB (Red+Green+Blue) = 171+133+252=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB85FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB85FC is #547A03. Grayscale: #9D9D9D. Windows color (decimal): -5536260 or 16549291. OLE color: 16549291.
HSL color Cylindrical-coordinate representation of color #AB85FC: hue angle of 259.16º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB85FC is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 133 | 252 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.01 |
| HSL | 259.16º | 0.95% | 0.75% | - |
| HSV(B) | 259.16º | 0.47% | 0.99% | - |
| XYZ | 42.75 | 32.46 | 96.11 | - |
| YUV | 157.93 | 181.09 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 252 | 0.32 | 0.47 | 0 | 0.01 | 259.16 | 0.95 | 0.75 |
| Hex | AB | 85 | FC | 20 | 2F | 0 | 1 | 103 | 5F | 4B |
| Octal | 253 | 205 | 374 | 40 | 57 | 0 | 1 | 403 | 137 | 113 |
| Binary | 10101011 | 10000101 | 11111100 | 100000 | 101111 | 0 | 1 | 100000011 | 1011111 | 1001011 |
Color Harmonies of #AB85FC
Complementary color
Monochromatic Colors of #AB85FC
Black with #AB85FC
Text Example
Text Example
White with #AB85FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB85FC; }
p { color: rgb(171,133,252); }
H1.HeaderClassName
{
color: #AB85FC;
}
.AnyTagClassName
{
color: #AB85FC;
}
</style>
background-color css
<style>
a { background-color: #AB85FC; }
a { background-color: rgb(171,133,252); }
div.DivClassName
{
background-color: #AB85FC;
}
.BgClassName
{
background-color: #AB85FC;
}
</style>
border-color css
<style>
span { border-color: #AB85FC; }
span { border-color: rgb(171,133,252); }
td.TdClassName
{
border-color: #AB85FC;
}
.TagClassName
{
border-color: #AB85FC;
}
</style>