Shades of Medium Purple #AB74FD
Tints of Medium Purple #AB74FD
RGB
CMYK
RGB Variations
Color information
#AB74FD (or 0xAB74FD) is known color: Medium Purple. HEX triplet: AB, 74 and FD. RGB value is (171,116,253). Sum of RGB (Red+Green+Blue) = 171+116+253=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB74FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB74FD is #548B02. Grayscale: #939393. Windows color (decimal): -5540611 or 16610475. OLE color: 16610475.
HSL color Cylindrical-coordinate representation of color #AB74FD: hue angle of 264.09º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB74FD is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 116 | 253 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.01 |
| HSL | 264.09º | 0.97% | 0.72% | - |
| HSV(B) | 264.09º | 0.54% | 0.99% | - |
| XYZ | 40.77 | 28.24 | 96.23 | - |
| YUV | 148.06 | 187.22 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 253 | 0.32 | 0.54 | 0 | 0.01 | 264.09 | 0.97 | 0.72 |
| Hex | AB | 74 | FD | 20 | 36 | 0 | 1 | 108 | 61 | 48 |
| Octal | 253 | 164 | 375 | 40 | 66 | 0 | 1 | 410 | 141 | 110 |
| Binary | 10101011 | 1110100 | 11111101 | 100000 | 110110 | 0 | 1 | 100001000 | 1100001 | 1001000 |
Color Harmonies of #AB74FD
Complementary color
Monochromatic Colors of #AB74FD
Black with #AB74FD
Text Example
Text Example
White with #AB74FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB74FD; }
p { color: rgb(171,116,253); }
H1.HeaderClassName
{
color: #AB74FD;
}
.AnyTagClassName
{
color: #AB74FD;
}
</style>
background-color css
<style>
a { background-color: #AB74FD; }
a { background-color: rgb(171,116,253); }
div.DivClassName
{
background-color: #AB74FD;
}
.BgClassName
{
background-color: #AB74FD;
}
</style>
border-color css
<style>
span { border-color: #AB74FD; }
span { border-color: rgb(171,116,253); }
td.TdClassName
{
border-color: #AB74FD;
}
.TagClassName
{
border-color: #AB74FD;
}
</style>