Shades of Medium Orchid #AB46DB
Tints of Medium Orchid #AB46DB
RGB
CMYK
RGB Variations
Color information
#AB46DB (or 0xAB46DB) is known color: Medium Orchid. HEX triplet: AB, 46 and DB. RGB value is (171,70,219). Sum of RGB (Red+Green+Blue) = 171+70+219=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB46DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB46DB is #54B924. Grayscale: #747474. Windows color (decimal): -5552421 or 14370475. OLE color: 14370475.
HSL color Cylindrical-coordinate representation of color #AB46DB: hue angle of 280.67º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB46DB is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 70 | 219 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.14 |
| HSL | 280.67º | 0.67% | 0.57% | - |
| HSV(B) | 280.67º | 0.68% | 0.86% | - |
| XYZ | 31.77 | 18.15 | 68.85 | - |
| YUV | 117.19 | 185.46 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 219 | 0.22 | 0.68 | 0 | 0.14 | 280.67 | 0.67 | 0.57 |
| Hex | AB | 46 | DB | 16 | 44 | 0 | E | 119 | 43 | 39 |
| Octal | 253 | 106 | 333 | 26 | 104 | 0 | 16 | 431 | 103 | 71 |
| Binary | 10101011 | 1000110 | 11011011 | 10110 | 1000100 | 0 | 1110 | 100011001 | 1000011 | 111001 |
Color Harmonies of #AB46DB
Complementary color
Monochromatic Colors of #AB46DB
Black with #AB46DB
Text Example
Text Example
White with #AB46DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB46DB; }
p { color: rgb(171,70,219); }
H1.HeaderClassName
{
color: #AB46DB;
}
.AnyTagClassName
{
color: #AB46DB;
}
</style>
background-color css
<style>
a { background-color: #AB46DB; }
a { background-color: rgb(171,70,219); }
div.DivClassName
{
background-color: #AB46DB;
}
.BgClassName
{
background-color: #AB46DB;
}
</style>
border-color css
<style>
span { border-color: #AB46DB; }
span { border-color: rgb(171,70,219); }
td.TdClassName
{
border-color: #AB46DB;
}
.TagClassName
{
border-color: #AB46DB;
}
</style>