Shades of Medium Orchid #AB58EA
Tints of Medium Orchid #AB58EA
RGB
CMYK
RGB Variations
Color information
#AB58EA (or 0xAB58EA) is known color: Medium Orchid. HEX triplet: AB, 58 and EA. RGB value is (171,88,234). Sum of RGB (Red+Green+Blue) = 171+88+234=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 88 (34.77% from 255 or 17.85% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB58EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB58EA is #54A715. Grayscale: #808080. Windows color (decimal): -5547798 or 15358123. OLE color: 15358123.
HSL color Cylindrical-coordinate representation of color #AB58EA: hue angle of 274.11º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB58EA is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 88 | 234 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.08 |
| HSL | 274.11º | 0.78% | 0.63% | - |
| HSV(B) | 274.11º | 0.62% | 0.92% | - |
| XYZ | 35.14 | 21.58 | 80.16 | - |
| YUV | 129.46 | 187 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 234 | 0.27 | 0.62 | 0 | 0.08 | 274.11 | 0.78 | 0.63 |
| Hex | AB | 58 | EA | 1B | 3E | 0 | 8 | 112 | 4E | 3F |
| Octal | 253 | 130 | 352 | 33 | 76 | 0 | 10 | 422 | 116 | 77 |
| Binary | 10101011 | 1011000 | 11101010 | 11011 | 111110 | 0 | 1000 | 100010010 | 1001110 | 111111 |
Color Harmonies of #AB58EA
Complementary color
Monochromatic Colors of #AB58EA
Black with #AB58EA
Text Example
Text Example
White with #AB58EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB58EA; }
p { color: rgb(171,88,234); }
H1.HeaderClassName
{
color: #AB58EA;
}
.AnyTagClassName
{
color: #AB58EA;
}
</style>
background-color css
<style>
a { background-color: #AB58EA; }
a { background-color: rgb(171,88,234); }
div.DivClassName
{
background-color: #AB58EA;
}
.BgClassName
{
background-color: #AB58EA;
}
</style>
border-color css
<style>
span { border-color: #AB58EA; }
span { border-color: rgb(171,88,234); }
td.TdClassName
{
border-color: #AB58EA;
}
.TagClassName
{
border-color: #AB58EA;
}
</style>