Shades of Medium Purple #AB70FA
Tints of Medium Purple #AB70FA
RGB
CMYK
RGB Variations
Color information
#AB70FA (or 0xAB70FA) is known color: Medium Purple. HEX triplet: AB, 70 and FA. RGB value is (171,112,250). Sum of RGB (Red+Green+Blue) = 171+112+250=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB70FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB70FA is #548F05. Grayscale: #909090. Windows color (decimal): -5541638 or 16412843. OLE color: 16412843.
HSL color Cylindrical-coordinate representation of color #AB70FA: hue angle of 265.65º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB70FA is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 112 | 250 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.02 |
| HSL | 265.65º | 0.93% | 0.71% | - |
| HSV(B) | 265.65º | 0.55% | 0.98% | - |
| XYZ | 39.84 | 27.15 | 93.58 | - |
| YUV | 145.37 | 187.05 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 250 | 0.32 | 0.55 | 0 | 0.02 | 265.65 | 0.93 | 0.71 |
| Hex | AB | 70 | FA | 20 | 37 | 0 | 2 | 10A | 5D | 47 |
| Octal | 253 | 160 | 372 | 40 | 67 | 0 | 2 | 412 | 135 | 107 |
| Binary | 10101011 | 1110000 | 11111010 | 100000 | 110111 | 0 | 10 | 100001010 | 1011101 | 1000111 |
Color Harmonies of #AB70FA
Complementary color
Monochromatic Colors of #AB70FA
Black with #AB70FA
Text Example
Text Example
White with #AB70FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB70FA; }
p { color: rgb(171,112,250); }
H1.HeaderClassName
{
color: #AB70FA;
}
.AnyTagClassName
{
color: #AB70FA;
}
</style>
background-color css
<style>
a { background-color: #AB70FA; }
a { background-color: rgb(171,112,250); }
div.DivClassName
{
background-color: #AB70FA;
}
.BgClassName
{
background-color: #AB70FA;
}
</style>
border-color css
<style>
span { border-color: #AB70FA; }
span { border-color: rgb(171,112,250); }
td.TdClassName
{
border-color: #AB70FA;
}
.TagClassName
{
border-color: #AB70FA;
}
</style>