Shades of Medium Purple #AB7BEA
Tints of Medium Purple #AB7BEA
RGB
CMYK
RGB Variations
Color information
#AB7BEA (or 0xAB7BEA) is known color: Medium Purple. HEX triplet: AB, 7B and EA. RGB value is (171,123,234). Sum of RGB (Red+Green+Blue) = 171+123+234=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB7BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7BEA is #548415. Grayscale: #959595. Windows color (decimal): -5538838 or 15367083. OLE color: 15367083.
HSL color Cylindrical-coordinate representation of color #AB7BEA: hue angle of 265.95º degrees, saturation: 0.73, 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 #AB7BEA is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 123 | 234 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.08 |
| HSL | 265.95º | 0.73% | 0.7% | - |
| HSV(B) | 265.95º | 0.47% | 0.92% | - |
| XYZ | 38.73 | 28.76 | 81.35 | - |
| YUV | 150.01 | 175.4 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 234 | 0.27 | 0.47 | 0 | 0.08 | 265.95 | 0.73 | 0.7 |
| Hex | AB | 7B | EA | 1B | 2F | 0 | 8 | 10A | 49 | 46 |
| Octal | 253 | 173 | 352 | 33 | 57 | 0 | 10 | 412 | 111 | 106 |
| Binary | 10101011 | 1111011 | 11101010 | 11011 | 101111 | 0 | 1000 | 100001010 | 1001001 | 1000110 |
Color Harmonies of #AB7BEA
Complementary color
Monochromatic Colors of #AB7BEA
Black with #AB7BEA
Text Example
Text Example
White with #AB7BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7BEA; }
p { color: rgb(171,123,234); }
H1.HeaderClassName
{
color: #AB7BEA;
}
.AnyTagClassName
{
color: #AB7BEA;
}
</style>
background-color css
<style>
a { background-color: #AB7BEA; }
a { background-color: rgb(171,123,234); }
div.DivClassName
{
background-color: #AB7BEA;
}
.BgClassName
{
background-color: #AB7BEA;
}
</style>
border-color css
<style>
span { border-color: #AB7BEA; }
span { border-color: rgb(171,123,234); }
td.TdClassName
{
border-color: #AB7BEA;
}
.TagClassName
{
border-color: #AB7BEA;
}
</style>