Shades of Medium Purple #AB7AFE
Tints of Medium Purple #AB7AFE
RGB
CMYK
RGB Variations
Color information
#AB7AFE (or 0xAB7AFE) is known color: Medium Purple. HEX triplet: AB, 7A and FE. RGB value is (171,122,254). Sum of RGB (Red+Green+Blue) = 171+122+254=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB7AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7AFE is #548501. Grayscale: #979797. Windows color (decimal): -5539074 or 16677547. OLE color: 16677547.
HSL color Cylindrical-coordinate representation of color #AB7AFE: hue angle of 262.27º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB7AFE is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 122 | 254 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.00 |
| HSL | 262.27º | 0.99% | 0.74% | - |
| HSV(B) | 262.27º | 0.52% | 1% | - |
| XYZ | 41.64 | 29.73 | 97.31 | - |
| YUV | 151.7 | 185.73 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 254 | 0.33 | 0.52 | 0 | 0.00 | 262.27 | 0.99 | 0.74 |
| Hex | AB | 7A | FE | 21 | 34 | 0 | 0 | 106 | 63 | 4A |
| Octal | 253 | 172 | 376 | 41 | 64 | 0 | 0 | 406 | 143 | 112 |
| Binary | 10101011 | 1111010 | 11111110 | 100001 | 110100 | 0 | 0 | 100000110 | 1100011 | 1001010 |
Color Harmonies of #AB7AFE
Complementary color
Monochromatic Colors of #AB7AFE
Black with #AB7AFE
Text Example
Text Example
White with #AB7AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7AFE; }
p { color: rgb(171,122,254); }
H1.HeaderClassName
{
color: #AB7AFE;
}
.AnyTagClassName
{
color: #AB7AFE;
}
</style>
background-color css
<style>
a { background-color: #AB7AFE; }
a { background-color: rgb(171,122,254); }
div.DivClassName
{
background-color: #AB7AFE;
}
.BgClassName
{
background-color: #AB7AFE;
}
</style>
border-color css
<style>
span { border-color: #AB7AFE; }
span { border-color: rgb(171,122,254); }
td.TdClassName
{
border-color: #AB7AFE;
}
.TagClassName
{
border-color: #AB7AFE;
}
</style>