Shades of Medium Orchid #AB58FA
Tints of Medium Orchid #AB58FA
RGB
CMYK
RGB Variations
Color information
#AB58FA (or 0xAB58FA) is known color: Medium Orchid. HEX triplet: AB, 58 and FA. RGB value is (171,88,250). Sum of RGB (Red+Green+Blue) = 171+88+250=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB58FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB58FA is #54A705. Grayscale: #828282. Windows color (decimal): -5547782 or 16406699. OLE color: 16406699.
HSL color Cylindrical-coordinate representation of color #AB58FA: hue angle of 270.74º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB58FA is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 88 | 250 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.02 |
| HSL | 270.74º | 0.94% | 0.66% | - |
| HSV(B) | 270.74º | 0.65% | 0.98% | - |
| XYZ | 37.54 | 22.54 | 92.81 | - |
| YUV | 131.29 | 195 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 250 | 0.32 | 0.65 | 0 | 0.02 | 270.74 | 0.94 | 0.66 |
| Hex | AB | 58 | FA | 20 | 41 | 0 | 2 | 10F | 5E | 42 |
| Octal | 253 | 130 | 372 | 40 | 101 | 0 | 2 | 417 | 136 | 102 |
| Binary | 10101011 | 1011000 | 11111010 | 100000 | 1000001 | 0 | 10 | 100001111 | 1011110 | 1000010 |
Color Harmonies of #AB58FA
Complementary color
Monochromatic Colors of #AB58FA
Black with #AB58FA
Text Example
Text Example
White with #AB58FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB58FA; }
p { color: rgb(171,88,250); }
H1.HeaderClassName
{
color: #AB58FA;
}
.AnyTagClassName
{
color: #AB58FA;
}
</style>
background-color css
<style>
a { background-color: #AB58FA; }
a { background-color: rgb(171,88,250); }
div.DivClassName
{
background-color: #AB58FA;
}
.BgClassName
{
background-color: #AB58FA;
}
</style>
border-color css
<style>
span { border-color: #AB58FA; }
span { border-color: rgb(171,88,250); }
td.TdClassName
{
border-color: #AB58FA;
}
.TagClassName
{
border-color: #AB58FA;
}
</style>