Shades of Medium Purple #AB85FA
Tints of Medium Purple #AB85FA
RGB
CMYK
RGB Variations
Color information
#AB85FA (or 0xAB85FA) is known color: Medium Purple. HEX triplet: AB, 85 and FA. RGB value is (171,133,250). Sum of RGB (Red+Green+Blue) = 171+133+250=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB85FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB85FA is #547A05. Grayscale: #9D9D9D. Windows color (decimal): -5536262 or 16418219. OLE color: 16418219.
HSL color Cylindrical-coordinate representation of color #AB85FA: hue angle of 259.49º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB85FA is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 133 | 250 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.02 |
| HSL | 259.49º | 0.92% | 0.75% | - |
| HSV(B) | 259.49º | 0.47% | 0.98% | - |
| XYZ | 42.44 | 32.34 | 94.45 | - |
| YUV | 157.7 | 180.09 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 250 | 0.32 | 0.47 | 0 | 0.02 | 259.49 | 0.92 | 0.75 |
| Hex | AB | 85 | FA | 20 | 2F | 0 | 2 | 103 | 5C | 4B |
| Octal | 253 | 205 | 372 | 40 | 57 | 0 | 2 | 403 | 134 | 113 |
| Binary | 10101011 | 10000101 | 11111010 | 100000 | 101111 | 0 | 10 | 100000011 | 1011100 | 1001011 |
Color Harmonies of #AB85FA
Complementary color
Monochromatic Colors of #AB85FA
Black with #AB85FA
Text Example
Text Example
White with #AB85FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB85FA; }
p { color: rgb(171,133,250); }
H1.HeaderClassName
{
color: #AB85FA;
}
.AnyTagClassName
{
color: #AB85FA;
}
</style>
background-color css
<style>
a { background-color: #AB85FA; }
a { background-color: rgb(171,133,250); }
div.DivClassName
{
background-color: #AB85FA;
}
.BgClassName
{
background-color: #AB85FA;
}
</style>
border-color css
<style>
span { border-color: #AB85FA; }
span { border-color: rgb(171,133,250); }
td.TdClassName
{
border-color: #AB85FA;
}
.TagClassName
{
border-color: #AB85FA;
}
</style>