Shades of Medium Orchid #AB46DC
Tints of Medium Orchid #AB46DC
RGB
CMYK
RGB Variations
Color information
#AB46DC (or 0xAB46DC) is known color: Medium Orchid. HEX triplet: AB, 46 and DC. RGB value is (171,70,220). Sum of RGB (Red+Green+Blue) = 171+70+220=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB46DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB46DC is #54B923. Grayscale: #747474. Windows color (decimal): -5552420 or 14436011. OLE color: 14436011.
HSL color Cylindrical-coordinate representation of color #AB46DC: hue angle of 280.4º degrees, saturation: 0.68, 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 #AB46DC is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 70 | 220 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.14 |
| HSL | 280.4º | 0.68% | 0.57% | - |
| HSV(B) | 280.4º | 0.68% | 0.86% | - |
| XYZ | 31.9 | 18.21 | 69.54 | - |
| YUV | 117.3 | 185.96 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 220 | 0.22 | 0.68 | 0 | 0.14 | 280.4 | 0.68 | 0.57 |
| Hex | AB | 46 | DC | 16 | 44 | 0 | E | 118 | 44 | 39 |
| Octal | 253 | 106 | 334 | 26 | 104 | 0 | 16 | 430 | 104 | 71 |
| Binary | 10101011 | 1000110 | 11011100 | 10110 | 1000100 | 0 | 1110 | 100011000 | 1000100 | 111001 |
Color Harmonies of #AB46DC
Complementary color
Monochromatic Colors of #AB46DC
Black with #AB46DC
Text Example
Text Example
White with #AB46DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB46DC; }
p { color: rgb(171,70,220); }
H1.HeaderClassName
{
color: #AB46DC;
}
.AnyTagClassName
{
color: #AB46DC;
}
</style>
background-color css
<style>
a { background-color: #AB46DC; }
a { background-color: rgb(171,70,220); }
div.DivClassName
{
background-color: #AB46DC;
}
.BgClassName
{
background-color: #AB46DC;
}
</style>
border-color css
<style>
span { border-color: #AB46DC; }
span { border-color: rgb(171,70,220); }
td.TdClassName
{
border-color: #AB46DC;
}
.TagClassName
{
border-color: #AB46DC;
}
</style>