Shades of Medium Purple #AB7BDA
Tints of Medium Purple #AB7BDA
RGB
CMYK
RGB Variations
Color information
#AB7BDA (or 0xAB7BDA) is known color: Medium Purple. HEX triplet: AB, 7B and DA. RGB value is (171,123,218). Sum of RGB (Red+Green+Blue) = 171+123+218=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB7BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7BDA is #548425. Grayscale: #939393. Windows color (decimal): -5538854 or 14318507. OLE color: 14318507.
HSL color Cylindrical-coordinate representation of color #AB7BDA: hue angle of 270.32º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB7BDA is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 123 | 218 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.15 |
| HSL | 270.32º | 0.56% | 0.67% | - |
| HSV(B) | 270.32º | 0.44% | 0.85% | - |
| XYZ | 36.53 | 27.89 | 69.79 | - |
| YUV | 148.18 | 167.4 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 218 | 0.22 | 0.44 | 0 | 0.15 | 270.32 | 0.56 | 0.67 |
| Hex | AB | 7B | DA | 16 | 2C | 0 | F | 10E | 38 | 43 |
| Octal | 253 | 173 | 332 | 26 | 54 | 0 | 17 | 416 | 70 | 103 |
| Binary | 10101011 | 1111011 | 11011010 | 10110 | 101100 | 0 | 1111 | 100001110 | 111000 | 1000011 |
Color Harmonies of #AB7BDA
Complementary color
Monochromatic Colors of #AB7BDA
Black with #AB7BDA
Text Example
Text Example
White with #AB7BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7BDA; }
p { color: rgb(171,123,218); }
H1.HeaderClassName
{
color: #AB7BDA;
}
.AnyTagClassName
{
color: #AB7BDA;
}
</style>
background-color css
<style>
a { background-color: #AB7BDA; }
a { background-color: rgb(171,123,218); }
div.DivClassName
{
background-color: #AB7BDA;
}
.BgClassName
{
background-color: #AB7BDA;
}
</style>
border-color css
<style>
span { border-color: #AB7BDA; }
span { border-color: rgb(171,123,218); }
td.TdClassName
{
border-color: #AB7BDA;
}
.TagClassName
{
border-color: #AB7BDA;
}
</style>