Shades of Medium Purple #AB68FD
Tints of Medium Purple #AB68FD
RGB
CMYK
RGB Variations
Color information
#AB68FD (or 0xAB68FD) is known color: Medium Purple. HEX triplet: AB, 68 and FD. RGB value is (171,104,253). Sum of RGB (Red+Green+Blue) = 171+104+253=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB68FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB68FD is #549702. Grayscale: #8C8C8C. Windows color (decimal): -5543683 or 16607403. OLE color: 16607403.
HSL color Cylindrical-coordinate representation of color #AB68FD: hue angle of 266.98º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB68FD is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 104 | 253 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.01 |
| HSL | 266.98º | 0.97% | 0.7% | - |
| HSV(B) | 266.98º | 0.59% | 0.99% | - |
| XYZ | 39.47 | 25.65 | 95.8 | - |
| YUV | 141.02 | 191.2 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 253 | 0.32 | 0.59 | 0 | 0.01 | 266.98 | 0.97 | 0.7 |
| Hex | AB | 68 | FD | 20 | 3B | 0 | 1 | 10B | 61 | 46 |
| Octal | 253 | 150 | 375 | 40 | 73 | 0 | 1 | 413 | 141 | 106 |
| Binary | 10101011 | 1101000 | 11111101 | 100000 | 111011 | 0 | 1 | 100001011 | 1100001 | 1000110 |
Color Harmonies of #AB68FD
Complementary color
Monochromatic Colors of #AB68FD
Black with #AB68FD
Text Example
Text Example
White with #AB68FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB68FD; }
p { color: rgb(171,104,253); }
H1.HeaderClassName
{
color: #AB68FD;
}
.AnyTagClassName
{
color: #AB68FD;
}
</style>
background-color css
<style>
a { background-color: #AB68FD; }
a { background-color: rgb(171,104,253); }
div.DivClassName
{
background-color: #AB68FD;
}
.BgClassName
{
background-color: #AB68FD;
}
</style>
border-color css
<style>
span { border-color: #AB68FD; }
span { border-color: rgb(171,104,253); }
td.TdClassName
{
border-color: #AB68FD;
}
.TagClassName
{
border-color: #AB68FD;
}
</style>