Shades of Medium Orchid #AB4BDB
Tints of Medium Orchid #AB4BDB
RGB
CMYK
RGB Variations
Color information
#AB4BDB (or 0xAB4BDB) is known color: Medium Orchid. HEX triplet: AB, 4B and DB. RGB value is (171,75,219). Sum of RGB (Red+Green+Blue) = 171+75+219=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB4BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4BDB is #54B424. Grayscale: #777777. Windows color (decimal): -5551141 or 14371755. OLE color: 14371755.
HSL color Cylindrical-coordinate representation of color #AB4BDB: hue angle of 280º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB4BDB is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 75 | 219 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.14 |
| HSL | 280º | 0.67% | 0.58% | - |
| HSV(B) | 280º | 0.66% | 0.86% | - |
| XYZ | 32.1 | 18.8 | 68.96 | - |
| YUV | 120.12 | 183.8 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 75 | 219 | 0.22 | 0.66 | 0 | 0.14 | 280 | 0.67 | 0.58 |
| Hex | AB | 4B | DB | 16 | 42 | 0 | E | 118 | 43 | 3A |
| Octal | 253 | 113 | 333 | 26 | 102 | 0 | 16 | 430 | 103 | 72 |
| Binary | 10101011 | 1001011 | 11011011 | 10110 | 1000010 | 0 | 1110 | 100011000 | 1000011 | 111010 |
Color Harmonies of #AB4BDB
Complementary color
Monochromatic Colors of #AB4BDB
Black with #AB4BDB
Text Example
Text Example
White with #AB4BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4BDB; }
p { color: rgb(171,75,219); }
H1.HeaderClassName
{
color: #AB4BDB;
}
.AnyTagClassName
{
color: #AB4BDB;
}
</style>
background-color css
<style>
a { background-color: #AB4BDB; }
a { background-color: rgb(171,75,219); }
div.DivClassName
{
background-color: #AB4BDB;
}
.BgClassName
{
background-color: #AB4BDB;
}
</style>
border-color css
<style>
span { border-color: #AB4BDB; }
span { border-color: rgb(171,75,219); }
td.TdClassName
{
border-color: #AB4BDB;
}
.TagClassName
{
border-color: #AB4BDB;
}
</style>