Shades of Medium Purple #AB6CFD
Tints of Medium Purple #AB6CFD
RGB
CMYK
RGB Variations
Color information
#AB6CFD (or 0xAB6CFD) is known color: Medium Purple. HEX triplet: AB, 6C and FD. RGB value is (171,108,253). Sum of RGB (Red+Green+Blue) = 171+108+253=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB6CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB6CFD is #549302. Grayscale: #8E8E8E. Windows color (decimal): -5542659 or 16608427. OLE color: 16608427.
HSL color Cylindrical-coordinate representation of color #AB6CFD: hue angle of 266.07º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB6CFD is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 108 | 253 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.01 |
| HSL | 266.07º | 0.97% | 0.71% | - |
| HSV(B) | 266.07º | 0.57% | 0.99% | - |
| XYZ | 39.89 | 26.47 | 95.94 | - |
| YUV | 143.37 | 189.87 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 108 | 253 | 0.32 | 0.57 | 0 | 0.01 | 266.07 | 0.97 | 0.71 |
| Hex | AB | 6C | FD | 20 | 39 | 0 | 1 | 10A | 61 | 47 |
| Octal | 253 | 154 | 375 | 40 | 71 | 0 | 1 | 412 | 141 | 107 |
| Binary | 10101011 | 1101100 | 11111101 | 100000 | 111001 | 0 | 1 | 100001010 | 1100001 | 1000111 |
Color Harmonies of #AB6CFD
Complementary color
Monochromatic Colors of #AB6CFD
Black with #AB6CFD
Text Example
Text Example
White with #AB6CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6CFD; }
p { color: rgb(171,108,253); }
H1.HeaderClassName
{
color: #AB6CFD;
}
.AnyTagClassName
{
color: #AB6CFD;
}
</style>
background-color css
<style>
a { background-color: #AB6CFD; }
a { background-color: rgb(171,108,253); }
div.DivClassName
{
background-color: #AB6CFD;
}
.BgClassName
{
background-color: #AB6CFD;
}
</style>
border-color css
<style>
span { border-color: #AB6CFD; }
span { border-color: rgb(171,108,253); }
td.TdClassName
{
border-color: #AB6CFD;
}
.TagClassName
{
border-color: #AB6CFD;
}
</style>