Shades of Medium Purple #AB58FD
Tints of Medium Purple #AB58FD
RGB
CMYK
RGB Variations
Color information
#AB58FD (or 0xAB58FD) is known color: Medium Purple. HEX triplet: AB, 58 and FD. RGB value is (171,88,253). Sum of RGB (Red+Green+Blue) = 171+88+253=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB58FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB58FD is #54A702. Grayscale: #838383. Windows color (decimal): -5547779 or 16603307. OLE color: 16603307.
HSL color Cylindrical-coordinate representation of color #AB58FD: hue angle of 270.18º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB58FD is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 88 | 253 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.01 |
| HSL | 270.18º | 0.98% | 0.67% | - |
| HSV(B) | 270.18º | 0.65% | 0.99% | - |
| XYZ | 38.01 | 22.73 | 95.31 | - |
| YUV | 131.63 | 196.5 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 253 | 0.32 | 0.65 | 0 | 0.01 | 270.18 | 0.98 | 0.67 |
| Hex | AB | 58 | FD | 20 | 41 | 0 | 1 | 10E | 62 | 43 |
| Octal | 253 | 130 | 375 | 40 | 101 | 0 | 1 | 416 | 142 | 103 |
| Binary | 10101011 | 1011000 | 11111101 | 100000 | 1000001 | 0 | 1 | 100001110 | 1100010 | 1000011 |
Color Harmonies of #AB58FD
Complementary color
Monochromatic Colors of #AB58FD
Black with #AB58FD
Text Example
Text Example
White with #AB58FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB58FD; }
p { color: rgb(171,88,253); }
H1.HeaderClassName
{
color: #AB58FD;
}
.AnyTagClassName
{
color: #AB58FD;
}
</style>
background-color css
<style>
a { background-color: #AB58FD; }
a { background-color: rgb(171,88,253); }
div.DivClassName
{
background-color: #AB58FD;
}
.BgClassName
{
background-color: #AB58FD;
}
</style>
border-color css
<style>
span { border-color: #AB58FD; }
span { border-color: rgb(171,88,253); }
td.TdClassName
{
border-color: #AB58FD;
}
.TagClassName
{
border-color: #AB58FD;
}
</style>