Shades of Medium Purple #AB7DDA
Tints of Medium Purple #AB7DDA
RGB
CMYK
RGB Variations
Color information
#AB7DDA (or 0xAB7DDA) is known color: Medium Purple. HEX triplet: AB, 7D and DA. RGB value is (171,125,218). Sum of RGB (Red+Green+Blue) = 171+125+218=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB7DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7DDA is #548225. Grayscale: #959595. Windows color (decimal): -5538342 or 14319019. OLE color: 14319019.
HSL color Cylindrical-coordinate representation of color #AB7DDA: hue angle of 269.68º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB7DDA is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 125 | 218 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.15 |
| HSL | 269.68º | 0.56% | 0.67% | - |
| HSV(B) | 269.68º | 0.43% | 0.85% | - |
| XYZ | 36.78 | 28.39 | 69.87 | - |
| YUV | 149.36 | 166.74 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 218 | 0.22 | 0.43 | 0 | 0.15 | 269.68 | 0.56 | 0.67 |
| Hex | AB | 7D | DA | 16 | 2B | 0 | F | 10E | 38 | 43 |
| Octal | 253 | 175 | 332 | 26 | 53 | 0 | 17 | 416 | 70 | 103 |
| Binary | 10101011 | 1111101 | 11011010 | 10110 | 101011 | 0 | 1111 | 100001110 | 111000 | 1000011 |
Color Harmonies of #AB7DDA
Complementary color
Monochromatic Colors of #AB7DDA
Black with #AB7DDA
Text Example
Text Example
White with #AB7DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7DDA; }
p { color: rgb(171,125,218); }
H1.HeaderClassName
{
color: #AB7DDA;
}
.AnyTagClassName
{
color: #AB7DDA;
}
</style>
background-color css
<style>
a { background-color: #AB7DDA; }
a { background-color: rgb(171,125,218); }
div.DivClassName
{
background-color: #AB7DDA;
}
.BgClassName
{
background-color: #AB7DDA;
}
</style>
border-color css
<style>
span { border-color: #AB7DDA; }
span { border-color: rgb(171,125,218); }
td.TdClassName
{
border-color: #AB7DDA;
}
.TagClassName
{
border-color: #AB7DDA;
}
</style>