Shades of Medium Orchid #AB4FDB
Tints of Medium Orchid #AB4FDB
RGB
CMYK
RGB Variations
Color information
#AB4FDB (or 0xAB4FDB) is known color: Medium Orchid. HEX triplet: AB, 4F and DB. RGB value is (171,79,219). Sum of RGB (Red+Green+Blue) = 171+79+219=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB4FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4FDB is #54B024. Grayscale: #7A7A7A. Windows color (decimal): -5550117 or 14372779. OLE color: 14372779.
HSL color Cylindrical-coordinate representation of color #AB4FDB: hue angle of 279.43º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB4FDB is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 79 | 219 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.14 |
| HSL | 279.43º | 0.66% | 0.58% | - |
| HSV(B) | 279.43º | 0.64% | 0.86% | - |
| XYZ | 32.38 | 19.36 | 69.05 | - |
| YUV | 122.47 | 182.48 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 79 | 219 | 0.22 | 0.64 | 0 | 0.14 | 279.43 | 0.66 | 0.58 |
| Hex | AB | 4F | DB | 16 | 40 | 0 | E | 117 | 42 | 3A |
| Octal | 253 | 117 | 333 | 26 | 100 | 0 | 16 | 427 | 102 | 72 |
| Binary | 10101011 | 1001111 | 11011011 | 10110 | 1000000 | 0 | 1110 | 100010111 | 1000010 | 111010 |
Color Harmonies of #AB4FDB
Complementary color
Monochromatic Colors of #AB4FDB
Black with #AB4FDB
Text Example
Text Example
White with #AB4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4FDB; }
p { color: rgb(171,79,219); }
H1.HeaderClassName
{
color: #AB4FDB;
}
.AnyTagClassName
{
color: #AB4FDB;
}
</style>
background-color css
<style>
a { background-color: #AB4FDB; }
a { background-color: rgb(171,79,219); }
div.DivClassName
{
background-color: #AB4FDB;
}
.BgClassName
{
background-color: #AB4FDB;
}
</style>
border-color css
<style>
span { border-color: #AB4FDB; }
span { border-color: rgb(171,79,219); }
td.TdClassName
{
border-color: #AB4FDB;
}
.TagClassName
{
border-color: #AB4FDB;
}
</style>