Shades of Medium Purple #AB5AF9
Tints of Medium Purple #AB5AF9
RGB
CMYK
RGB Variations
Color information
#AB5AF9 (or 0xAB5AF9) is known color: Medium Purple. HEX triplet: AB, 5A and F9. RGB value is (171,90,249). Sum of RGB (Red+Green+Blue) = 171+90+249=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 249 - color contains mainly: blue. Hex color #AB5AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5AF9 is #54A506. Grayscale: #838383. Windows color (decimal): -5547271 or 16341675. OLE color: 16341675.
HSL color Cylindrical-coordinate representation of color #AB5AF9: hue angle of 270.57º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB5AF9 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 90 | 249 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.02 |
| HSL | 270.57º | 0.93% | 0.66% | - |
| HSV(B) | 270.57º | 0.64% | 0.98% | - |
| XYZ | 37.55 | 22.81 | 92.05 | - |
| YUV | 132.35 | 193.84 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 90 | 249 | 0.31 | 0.64 | 0 | 0.02 | 270.57 | 0.93 | 0.66 |
| Hex | AB | 5A | F9 | 1F | 40 | 0 | 2 | 10F | 5D | 42 |
| Octal | 253 | 132 | 371 | 37 | 100 | 0 | 2 | 417 | 135 | 102 |
| Binary | 10101011 | 1011010 | 11111001 | 11111 | 1000000 | 0 | 10 | 100001111 | 1011101 | 1000010 |
Color Harmonies of #AB5AF9
Complementary color
Monochromatic Colors of #AB5AF9
Black with #AB5AF9
Text Example
Text Example
White with #AB5AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5AF9; }
p { color: rgb(171,90,249); }
H1.HeaderClassName
{
color: #AB5AF9;
}
.AnyTagClassName
{
color: #AB5AF9;
}
</style>
background-color css
<style>
a { background-color: #AB5AF9; }
a { background-color: rgb(171,90,249); }
div.DivClassName
{
background-color: #AB5AF9;
}
.BgClassName
{
background-color: #AB5AF9;
}
</style>
border-color css
<style>
span { border-color: #AB5AF9; }
span { border-color: rgb(171,90,249); }
td.TdClassName
{
border-color: #AB5AF9;
}
.TagClassName
{
border-color: #AB5AF9;
}
</style>