Shades of Medium Purple #AB72F2
Tints of Medium Purple #AB72F2
RGB
CMYK
RGB Variations
Color information
#AB72F2 (or 0xAB72F2) is known color: Medium Purple. HEX triplet: AB, 72 and F2. RGB value is (171,114,242). Sum of RGB (Red+Green+Blue) = 171+114+242=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB72F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB72F2 is #548D0D. Grayscale: #919191. Windows color (decimal): -5541134 or 15889067. OLE color: 15889067.
HSL color Cylindrical-coordinate representation of color #AB72F2: hue angle of 266.72º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB72F2 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 114 | 242 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.05 |
| HSL | 266.72º | 0.83% | 0.7% | - |
| HSV(B) | 266.72º | 0.53% | 0.95% | - |
| XYZ | 38.84 | 27.1 | 87.19 | - |
| YUV | 145.64 | 182.38 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 242 | 0.29 | 0.53 | 0 | 0.05 | 266.72 | 0.83 | 0.7 |
| Hex | AB | 72 | F2 | 1D | 35 | 0 | 5 | 10B | 53 | 46 |
| Octal | 253 | 162 | 362 | 35 | 65 | 0 | 5 | 413 | 123 | 106 |
| Binary | 10101011 | 1110010 | 11110010 | 11101 | 110101 | 0 | 101 | 100001011 | 1010011 | 1000110 |
Color Harmonies of #AB72F2
Complementary color
Monochromatic Colors of #AB72F2
Black with #AB72F2
Text Example
Text Example
White with #AB72F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB72F2; }
p { color: rgb(171,114,242); }
H1.HeaderClassName
{
color: #AB72F2;
}
.AnyTagClassName
{
color: #AB72F2;
}
</style>
background-color css
<style>
a { background-color: #AB72F2; }
a { background-color: rgb(171,114,242); }
div.DivClassName
{
background-color: #AB72F2;
}
.BgClassName
{
background-color: #AB72F2;
}
</style>
border-color css
<style>
span { border-color: #AB72F2; }
span { border-color: rgb(171,114,242); }
td.TdClassName
{
border-color: #AB72F2;
}
.TagClassName
{
border-color: #AB72F2;
}
</style>