Shades of Medium Purple #AB7FF2
Tints of Medium Purple #AB7FF2
RGB
CMYK
RGB Variations
Color information
#AB7FF2 (or 0xAB7FF2) is known color: Medium Purple. HEX triplet: AB, 7F and F2. RGB value is (171,127,242). Sum of RGB (Red+Green+Blue) = 171+127+242=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB7FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7FF2 is #54800D. Grayscale: #989898. Windows color (decimal): -5537806 or 15892395. OLE color: 15892395.
HSL color Cylindrical-coordinate representation of color #AB7FF2: hue angle of 262.96º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB7FF2 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 127 | 242 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.05 |
| HSL | 262.96º | 0.82% | 0.72% | - |
| HSV(B) | 262.96º | 0.48% | 0.95% | - |
| XYZ | 40.41 | 30.25 | 87.71 | - |
| YUV | 153.27 | 178.08 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 242 | 0.29 | 0.48 | 0 | 0.05 | 262.96 | 0.82 | 0.72 |
| Hex | AB | 7F | F2 | 1D | 30 | 0 | 5 | 107 | 52 | 48 |
| Octal | 253 | 177 | 362 | 35 | 60 | 0 | 5 | 407 | 122 | 110 |
| Binary | 10101011 | 1111111 | 11110010 | 11101 | 110000 | 0 | 101 | 100000111 | 1010010 | 1001000 |
Color Harmonies of #AB7FF2
Complementary color
Monochromatic Colors of #AB7FF2
Black with #AB7FF2
Text Example
Text Example
White with #AB7FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7FF2; }
p { color: rgb(171,127,242); }
H1.HeaderClassName
{
color: #AB7FF2;
}
.AnyTagClassName
{
color: #AB7FF2;
}
</style>
background-color css
<style>
a { background-color: #AB7FF2; }
a { background-color: rgb(171,127,242); }
div.DivClassName
{
background-color: #AB7FF2;
}
.BgClassName
{
background-color: #AB7FF2;
}
</style>
border-color css
<style>
span { border-color: #AB7FF2; }
span { border-color: rgb(171,127,242); }
td.TdClassName
{
border-color: #AB7FF2;
}
.TagClassName
{
border-color: #AB7FF2;
}
</style>