Shades of Medium Orchid #AB4EDB
Tints of Medium Orchid #AB4EDB
RGB
CMYK
RGB Variations
Color information
#AB4EDB (or 0xAB4EDB) is known color: Medium Orchid. HEX triplet: AB, 4E and DB. RGB value is (171,78,219). Sum of RGB (Red+Green+Blue) = 171+78+219=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB4EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4EDB is #54B124. Grayscale: #797979. Windows color (decimal): -5550373 or 14372523. OLE color: 14372523.
HSL color Cylindrical-coordinate representation of color #AB4EDB: hue angle of 279.57º 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 #AB4EDB is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 78 | 219 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.14 |
| HSL | 279.57º | 0.66% | 0.58% | - |
| HSV(B) | 279.57º | 0.64% | 0.86% | - |
| XYZ | 32.31 | 19.22 | 69.03 | - |
| YUV | 121.88 | 182.81 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 78 | 219 | 0.22 | 0.64 | 0 | 0.14 | 279.57 | 0.66 | 0.58 |
| Hex | AB | 4E | DB | 16 | 40 | 0 | E | 118 | 42 | 3A |
| Octal | 253 | 116 | 333 | 26 | 100 | 0 | 16 | 430 | 102 | 72 |
| Binary | 10101011 | 1001110 | 11011011 | 10110 | 1000000 | 0 | 1110 | 100011000 | 1000010 | 111010 |
Color Harmonies of #AB4EDB
Complementary color
Monochromatic Colors of #AB4EDB
Black with #AB4EDB
Text Example
Text Example
White with #AB4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4EDB; }
p { color: rgb(171,78,219); }
H1.HeaderClassName
{
color: #AB4EDB;
}
.AnyTagClassName
{
color: #AB4EDB;
}
</style>
background-color css
<style>
a { background-color: #AB4EDB; }
a { background-color: rgb(171,78,219); }
div.DivClassName
{
background-color: #AB4EDB;
}
.BgClassName
{
background-color: #AB4EDB;
}
</style>
border-color css
<style>
span { border-color: #AB4EDB; }
span { border-color: rgb(171,78,219); }
td.TdClassName
{
border-color: #AB4EDB;
}
.TagClassName
{
border-color: #AB4EDB;
}
</style>