Shades of Medium Purple #AB83F2
Tints of Medium Purple #AB83F2
RGB
CMYK
RGB Variations
Color information
#AB83F2 (or 0xAB83F2) is known color: Medium Purple. HEX triplet: AB, 83 and F2. RGB value is (171,131,242). Sum of RGB (Red+Green+Blue) = 171+131+242=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 131 (51.56% from 255 or 24.08% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB83F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB83F2 is #547C0D. Grayscale: #9B9B9B. Windows color (decimal): -5536782 or 15893419. OLE color: 15893419.
HSL color Cylindrical-coordinate representation of color #AB83F2: hue angle of 261.62º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB83F2 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 131 | 242 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.05 |
| HSL | 261.62º | 0.81% | 0.73% | - |
| HSV(B) | 261.62º | 0.46% | 0.95% | - |
| XYZ | 40.94 | 31.3 | 87.89 | - |
| YUV | 155.61 | 176.75 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 242 | 0.29 | 0.46 | 0 | 0.05 | 261.62 | 0.81 | 0.73 |
| Hex | AB | 83 | F2 | 1D | 2E | 0 | 5 | 106 | 51 | 49 |
| Octal | 253 | 203 | 362 | 35 | 56 | 0 | 5 | 406 | 121 | 111 |
| Binary | 10101011 | 10000011 | 11110010 | 11101 | 101110 | 0 | 101 | 100000110 | 1010001 | 1001001 |
Color Harmonies of #AB83F2
Complementary color
Monochromatic Colors of #AB83F2
Black with #AB83F2
Text Example
Text Example
White with #AB83F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB83F2; }
p { color: rgb(171,131,242); }
H1.HeaderClassName
{
color: #AB83F2;
}
.AnyTagClassName
{
color: #AB83F2;
}
</style>
background-color css
<style>
a { background-color: #AB83F2; }
a { background-color: rgb(171,131,242); }
div.DivClassName
{
background-color: #AB83F2;
}
.BgClassName
{
background-color: #AB83F2;
}
</style>
border-color css
<style>
span { border-color: #AB83F2; }
span { border-color: rgb(171,131,242); }
td.TdClassName
{
border-color: #AB83F2;
}
.TagClassName
{
border-color: #AB83F2;
}
</style>