Shades of Medium Orchid #AB58D2
Tints of Medium Orchid #AB58D2
RGB
CMYK
RGB Variations
Color information
#AB58D2 (or 0xAB58D2) is known color: Medium Orchid. HEX triplet: AB, 58 and D2. RGB value is (171,88,210). Sum of RGB (Red+Green+Blue) = 171+88+210=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 210 - color contains mainly: blue. Hex color #AB58D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB58D2 is #54A72D. Grayscale: #7E7E7E. Windows color (decimal): -5547822 or 13785259. OLE color: 13785259.
HSL color Cylindrical-coordinate representation of color #AB58D2: hue angle of 280.82º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB58D2 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 88 | 210 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.18 |
| HSL | 280.82º | 0.58% | 0.58% | - |
| HSV(B) | 280.82º | 0.58% | 0.82% | - |
| XYZ | 31.92 | 20.29 | 63.21 | - |
| YUV | 126.73 | 175 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 210 | 0.19 | 0.58 | 0 | 0.18 | 280.82 | 0.58 | 0.58 |
| Hex | AB | 58 | D2 | 13 | 3A | 0 | 12 | 119 | 3A | 3A |
| Octal | 253 | 130 | 322 | 23 | 72 | 0 | 22 | 431 | 72 | 72 |
| Binary | 10101011 | 1011000 | 11010010 | 10011 | 111010 | 0 | 10010 | 100011001 | 111010 | 111010 |
Color Harmonies of #AB58D2
Complementary color
Monochromatic Colors of #AB58D2
Black with #AB58D2
Text Example
Text Example
White with #AB58D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB58D2; }
p { color: rgb(171,88,210); }
H1.HeaderClassName
{
color: #AB58D2;
}
.AnyTagClassName
{
color: #AB58D2;
}
</style>
background-color css
<style>
a { background-color: #AB58D2; }
a { background-color: rgb(171,88,210); }
div.DivClassName
{
background-color: #AB58D2;
}
.BgClassName
{
background-color: #AB58D2;
}
</style>
border-color css
<style>
span { border-color: #AB58D2; }
span { border-color: rgb(171,88,210); }
td.TdClassName
{
border-color: #AB58D2;
}
.TagClassName
{
border-color: #AB58D2;
}
</style>