Shades of Medium Purple #AB7DF2
Tints of Medium Purple #AB7DF2
RGB
CMYK
RGB Variations
Color information
#AB7DF2 (or 0xAB7DF2) is known color: Medium Purple. HEX triplet: AB, 7D and F2. RGB value is (171,125,242). Sum of RGB (Red+Green+Blue) = 171+125+242=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB7DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7DF2 is #54820D. Grayscale: #979797. Windows color (decimal): -5538318 or 15891883. OLE color: 15891883.
HSL color Cylindrical-coordinate representation of color #AB7DF2: hue angle of 263.59º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB7DF2 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 125 | 242 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.05 |
| HSL | 263.59º | 0.82% | 0.72% | - |
| HSV(B) | 263.59º | 0.48% | 0.95% | - |
| XYZ | 40.16 | 29.74 | 87.63 | - |
| YUV | 152.09 | 178.74 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 242 | 0.29 | 0.48 | 0 | 0.05 | 263.59 | 0.82 | 0.72 |
| Hex | AB | 7D | F2 | 1D | 30 | 0 | 5 | 108 | 52 | 48 |
| Octal | 253 | 175 | 362 | 35 | 60 | 0 | 5 | 410 | 122 | 110 |
| Binary | 10101011 | 1111101 | 11110010 | 11101 | 110000 | 0 | 101 | 100001000 | 1010010 | 1001000 |
Color Harmonies of #AB7DF2
Complementary color
Monochromatic Colors of #AB7DF2
Black with #AB7DF2
Text Example
Text Example
White with #AB7DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7DF2; }
p { color: rgb(171,125,242); }
H1.HeaderClassName
{
color: #AB7DF2;
}
.AnyTagClassName
{
color: #AB7DF2;
}
</style>
background-color css
<style>
a { background-color: #AB7DF2; }
a { background-color: rgb(171,125,242); }
div.DivClassName
{
background-color: #AB7DF2;
}
.BgClassName
{
background-color: #AB7DF2;
}
</style>
border-color css
<style>
span { border-color: #AB7DF2; }
span { border-color: rgb(171,125,242); }
td.TdClassName
{
border-color: #AB7DF2;
}
.TagClassName
{
border-color: #AB7DF2;
}
</style>