Shades of Medium Orchid #AB58DC
Tints of Medium Orchid #AB58DC
RGB
CMYK
RGB Variations
Color information
#AB58DC (or 0xAB58DC) is known color: Medium Orchid. HEX triplet: AB, 58 and DC. RGB value is (171,88,220). Sum of RGB (Red+Green+Blue) = 171+88+220=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB58DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB58DC is #54A723. Grayscale: #7F7F7F. Windows color (decimal): -5547812 or 14440619. OLE color: 14440619.
HSL color Cylindrical-coordinate representation of color #AB58DC: hue angle of 277.73º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB58DC is Cyan = 0.22, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 88 | 220 | - |
| CMYK | 0.22 | 0.6 | 0 | 0.14 |
| HSL | 277.73º | 0.65% | 0.6% | - |
| HSV(B) | 277.73º | 0.6% | 0.86% | - |
| XYZ | 33.2 | 20.8 | 69.98 | - |
| YUV | 127.87 | 180 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 220 | 0.22 | 0.6 | 0 | 0.14 | 277.73 | 0.65 | 0.6 |
| Hex | AB | 58 | DC | 16 | 3C | 0 | E | 116 | 41 | 3C |
| Octal | 253 | 130 | 334 | 26 | 74 | 0 | 16 | 426 | 101 | 74 |
| Binary | 10101011 | 1011000 | 11011100 | 10110 | 111100 | 0 | 1110 | 100010110 | 1000001 | 111100 |
Color Harmonies of #AB58DC
Complementary color
Monochromatic Colors of #AB58DC
Black with #AB58DC
Text Example
Text Example
White with #AB58DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB58DC; }
p { color: rgb(171,88,220); }
H1.HeaderClassName
{
color: #AB58DC;
}
.AnyTagClassName
{
color: #AB58DC;
}
</style>
background-color css
<style>
a { background-color: #AB58DC; }
a { background-color: rgb(171,88,220); }
div.DivClassName
{
background-color: #AB58DC;
}
.BgClassName
{
background-color: #AB58DC;
}
</style>
border-color css
<style>
span { border-color: #AB58DC; }
span { border-color: rgb(171,88,220); }
td.TdClassName
{
border-color: #AB58DC;
}
.TagClassName
{
border-color: #AB58DC;
}
</style>