Shades of Medium Orchid #AB50F5
Tints of Medium Orchid #AB50F5
RGB
CMYK
RGB Variations
Color information
#AB50F5 (or 0xAB50F5) is known color: Medium Orchid. HEX triplet: AB, 50 and F5. RGB value is (171,80,245). Sum of RGB (Red+Green+Blue) = 171+80+245=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 245 (96.09% from 255 or 49.40% from 496); Max value from RGB is 245 - color contains mainly: blue. Hex color #AB50F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB50F5 is #54AF0A. Grayscale: #7D7D7D. Windows color (decimal): -5549835 or 16076971. OLE color: 16076971.
HSL color Cylindrical-coordinate representation of color #AB50F5: hue angle of 273.09º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB50F5 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 80 | 245 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.04 |
| HSL | 273.09º | 0.89% | 0.64% | - |
| HSV(B) | 273.09º | 0.67% | 0.96% | - |
| XYZ | 36.14 | 20.99 | 88.53 | - |
| YUV | 126.02 | 195.15 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 245 | 0.30 | 0.67 | 0 | 0.04 | 273.09 | 0.89 | 0.64 |
| Hex | AB | 50 | F5 | 1E | 43 | 0 | 4 | 111 | 59 | 40 |
| Octal | 253 | 120 | 365 | 36 | 103 | 0 | 4 | 421 | 131 | 100 |
| Binary | 10101011 | 1010000 | 11110101 | 11110 | 1000011 | 0 | 100 | 100010001 | 1011001 | 1000000 |
Color Harmonies of #AB50F5
Complementary color
Monochromatic Colors of #AB50F5
Black with #AB50F5
Text Example
Text Example
White with #AB50F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB50F5; }
p { color: rgb(171,80,245); }
H1.HeaderClassName
{
color: #AB50F5;
}
.AnyTagClassName
{
color: #AB50F5;
}
</style>
background-color css
<style>
a { background-color: #AB50F5; }
a { background-color: rgb(171,80,245); }
div.DivClassName
{
background-color: #AB50F5;
}
.BgClassName
{
background-color: #AB50F5;
}
</style>
border-color css
<style>
span { border-color: #AB50F5; }
span { border-color: rgb(171,80,245); }
td.TdClassName
{
border-color: #AB50F5;
}
.TagClassName
{
border-color: #AB50F5;
}
</style>