Shades of Medium Purple #AB7BF2
Tints of Medium Purple #AB7BF2
RGB
CMYK
RGB Variations
Color information
#AB7BF2 (or 0xAB7BF2) is known color: Medium Purple. HEX triplet: AB, 7B and F2. RGB value is (171,123,242). Sum of RGB (Red+Green+Blue) = 171+123+242=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 242 (94.92% from 255 or 45.15% from 536); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB7BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7BF2 is #54840D. Grayscale: #969696. Windows color (decimal): -5538830 or 15891371. OLE color: 15891371.
HSL color Cylindrical-coordinate representation of color #AB7BF2: hue angle of 264.2º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB7BF2 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 123 | 242 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.05 |
| HSL | 264.2º | 0.82% | 0.72% | - |
| HSV(B) | 264.2º | 0.49% | 0.95% | - |
| XYZ | 39.9 | 29.23 | 87.54 | - |
| YUV | 150.92 | 179.4 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 242 | 0.29 | 0.49 | 0 | 0.05 | 264.2 | 0.82 | 0.72 |
| Hex | AB | 7B | F2 | 1D | 31 | 0 | 5 | 108 | 52 | 48 |
| Octal | 253 | 173 | 362 | 35 | 61 | 0 | 5 | 410 | 122 | 110 |
| Binary | 10101011 | 1111011 | 11110010 | 11101 | 110001 | 0 | 101 | 100001000 | 1010010 | 1001000 |
Color Harmonies of #AB7BF2
Complementary color
Monochromatic Colors of #AB7BF2
Black with #AB7BF2
Text Example
Text Example
White with #AB7BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7BF2; }
p { color: rgb(171,123,242); }
H1.HeaderClassName
{
color: #AB7BF2;
}
.AnyTagClassName
{
color: #AB7BF2;
}
</style>
background-color css
<style>
a { background-color: #AB7BF2; }
a { background-color: rgb(171,123,242); }
div.DivClassName
{
background-color: #AB7BF2;
}
.BgClassName
{
background-color: #AB7BF2;
}
</style>
border-color css
<style>
span { border-color: #AB7BF2; }
span { border-color: rgb(171,123,242); }
td.TdClassName
{
border-color: #AB7BF2;
}
.TagClassName
{
border-color: #AB7BF2;
}
</style>