Shades of Medium Purple #AB7CEA
Tints of Medium Purple #AB7CEA
RGB
CMYK
RGB Variations
Color information
#AB7CEA (or 0xAB7CEA) is known color: Medium Purple. HEX triplet: AB, 7C and EA. RGB value is (171,124,234). Sum of RGB (Red+Green+Blue) = 171+124+234=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB7CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7CEA is #548315. Grayscale: #969696. Windows color (decimal): -5538582 or 15367339. OLE color: 15367339.
HSL color Cylindrical-coordinate representation of color #AB7CEA: hue angle of 265.64º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB7CEA is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 124 | 234 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.08 |
| HSL | 265.64º | 0.72% | 0.7% | - |
| HSV(B) | 265.64º | 0.47% | 0.92% | - |
| XYZ | 38.85 | 29.01 | 81.39 | - |
| YUV | 150.59 | 175.07 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 234 | 0.27 | 0.47 | 0 | 0.08 | 265.64 | 0.72 | 0.7 |
| Hex | AB | 7C | EA | 1B | 2F | 0 | 8 | 10A | 48 | 46 |
| Octal | 253 | 174 | 352 | 33 | 57 | 0 | 10 | 412 | 110 | 106 |
| Binary | 10101011 | 1111100 | 11101010 | 11011 | 101111 | 0 | 1000 | 100001010 | 1001000 | 1000110 |
Color Harmonies of #AB7CEA
Complementary color
Monochromatic Colors of #AB7CEA
Black with #AB7CEA
Text Example
Text Example
White with #AB7CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7CEA; }
p { color: rgb(171,124,234); }
H1.HeaderClassName
{
color: #AB7CEA;
}
.AnyTagClassName
{
color: #AB7CEA;
}
</style>
background-color css
<style>
a { background-color: #AB7CEA; }
a { background-color: rgb(171,124,234); }
div.DivClassName
{
background-color: #AB7CEA;
}
.BgClassName
{
background-color: #AB7CEA;
}
</style>
border-color css
<style>
span { border-color: #AB7CEA; }
span { border-color: rgb(171,124,234); }
td.TdClassName
{
border-color: #AB7CEA;
}
.TagClassName
{
border-color: #AB7CEA;
}
</style>