Shades of Medium Purple #AB7BDB
Tints of Medium Purple #AB7BDB
RGB
CMYK
RGB Variations
Color information
#AB7BDB (or 0xAB7BDB) is known color: Medium Purple. HEX triplet: AB, 7B and DB. RGB value is (171,123,219). Sum of RGB (Red+Green+Blue) = 171+123+219=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB7BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7BDB is #548424. Grayscale: #939393. Windows color (decimal): -5538853 or 14384043. OLE color: 14384043.
HSL color Cylindrical-coordinate representation of color #AB7BDB: hue angle of 270º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB7BDB is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 171 | 123 | 219 | - |
CMYK | 0.22 | 0.44 | 0 | 0.14 |
HSL | 270º | 0.57% | 0.67% | - |
HSV(B) | 270º | 0.44% | 0.86% | - |
XYZ | 36.66 | 27.94 | 70.48 | - |
YUV | 148.3 | 167.9 | 144.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 123 | 219 | 0.22 | 0.44 | 0 | 0.14 | 270 | 0.57 | 0.67 |
Hex | AB | 7B | DB | 16 | 2C | 0 | E | 10E | 39 | 43 |
Octal | 253 | 173 | 333 | 26 | 54 | 0 | 16 | 416 | 71 | 103 |
Binary | 10101011 | 1111011 | 11011011 | 10110 | 101100 | 0 | 1110 | 100001110 | 111001 | 1000011 |
Color Harmonies of #AB7BDB
Complementary color
Monochromatic Colors of #AB7BDB
Black with #AB7BDB
Text Example
Text Example
White with #AB7BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7BDB; }
p { color: rgb(171,123,219); }
H1.HeaderClassName
{
color: #AB7BDB;
}
.AnyTagClassName
{
color: #AB7BDB;
}
</style>
background-color css
<style>
a { background-color: #AB7BDB; }
a { background-color: rgb(171,123,219); }
div.DivClassName
{
background-color: #AB7BDB;
}
.BgClassName
{
background-color: #AB7BDB;
}
</style>
border-color css
<style>
span { border-color: #AB7BDB; }
span { border-color: rgb(171,123,219); }
td.TdClassName
{
border-color: #AB7BDB;
}
.TagClassName
{
border-color: #AB7BDB;
}
</style>