Shades of Medium Purple #AB65FB
Tints of Medium Purple #AB65FB
RGB
CMYK
RGB Variations
Color information
#AB65FB (or 0xAB65FB) is known color: Medium Purple. HEX triplet: AB, 65 and FB. RGB value is (171,101,251). Sum of RGB (Red+Green+Blue) = 171+101+251=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB65FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB65FB is #549A04. Grayscale: #8A8A8A. Windows color (decimal): -5544453 or 16475563. OLE color: 16475563.
HSL color Cylindrical-coordinate representation of color #AB65FB: hue angle of 268º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB65FB is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 101 | 251 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.02 |
| HSL | 268º | 0.95% | 0.69% | - |
| HSV(B) | 268º | 0.6% | 0.98% | - |
| XYZ | 38.86 | 24.93 | 94.03 | - |
| YUV | 139.03 | 191.19 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 251 | 0.32 | 0.60 | 0 | 0.02 | 268 | 0.95 | 0.69 |
| Hex | AB | 65 | FB | 20 | 3C | 0 | 2 | 10C | 5F | 45 |
| Octal | 253 | 145 | 373 | 40 | 74 | 0 | 2 | 414 | 137 | 105 |
| Binary | 10101011 | 1100101 | 11111011 | 100000 | 111100 | 0 | 10 | 100001100 | 1011111 | 1000101 |
Color Harmonies of #AB65FB
Complementary color
Monochromatic Colors of #AB65FB
Black with #AB65FB
Text Example
Text Example
White with #AB65FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB65FB; }
p { color: rgb(171,101,251); }
H1.HeaderClassName
{
color: #AB65FB;
}
.AnyTagClassName
{
color: #AB65FB;
}
</style>
background-color css
<style>
a { background-color: #AB65FB; }
a { background-color: rgb(171,101,251); }
div.DivClassName
{
background-color: #AB65FB;
}
.BgClassName
{
background-color: #AB65FB;
}
</style>
border-color css
<style>
span { border-color: #AB65FB; }
span { border-color: rgb(171,101,251); }
td.TdClassName
{
border-color: #AB65FB;
}
.TagClassName
{
border-color: #AB65FB;
}
</style>