Shades of Medium Purple #AB70FD
Tints of Medium Purple #AB70FD
RGB
CMYK
RGB Variations
Color information
#AB70FD (or 0xAB70FD) is known color: Medium Purple. HEX triplet: AB, 70 and FD. RGB value is (171,112,253). Sum of RGB (Red+Green+Blue) = 171+112+253=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB70FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB70FD is #548F02. Grayscale: #919191. Windows color (decimal): -5541635 or 16609451. OLE color: 16609451.
HSL color Cylindrical-coordinate representation of color #AB70FD: hue angle of 265.11º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB70FD is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 112 | 253 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.01 |
| HSL | 265.11º | 0.97% | 0.72% | - |
| HSV(B) | 265.11º | 0.56% | 0.99% | - |
| XYZ | 40.32 | 27.34 | 96.08 | - |
| YUV | 145.72 | 188.55 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 253 | 0.32 | 0.56 | 0 | 0.01 | 265.11 | 0.97 | 0.72 |
| Hex | AB | 70 | FD | 20 | 38 | 0 | 1 | 109 | 61 | 48 |
| Octal | 253 | 160 | 375 | 40 | 70 | 0 | 1 | 411 | 141 | 110 |
| Binary | 10101011 | 1110000 | 11111101 | 100000 | 111000 | 0 | 1 | 100001001 | 1100001 | 1001000 |
Color Harmonies of #AB70FD
Complementary color
Monochromatic Colors of #AB70FD
Black with #AB70FD
Text Example
Text Example
White with #AB70FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB70FD; }
p { color: rgb(171,112,253); }
H1.HeaderClassName
{
color: #AB70FD;
}
.AnyTagClassName
{
color: #AB70FD;
}
</style>
background-color css
<style>
a { background-color: #AB70FD; }
a { background-color: rgb(171,112,253); }
div.DivClassName
{
background-color: #AB70FD;
}
.BgClassName
{
background-color: #AB70FD;
}
</style>
border-color css
<style>
span { border-color: #AB70FD; }
span { border-color: rgb(171,112,253); }
td.TdClassName
{
border-color: #AB70FD;
}
.TagClassName
{
border-color: #AB70FD;
}
</style>