Shades of Medium Orchid #AB4BED
Tints of Medium Orchid #AB4BED
RGB
CMYK
RGB Variations
Color information
#AB4BED (or 0xAB4BED) is known color: Medium Orchid. HEX triplet: AB, 4B and ED. RGB value is (171,75,237). Sum of RGB (Red+Green+Blue) = 171+75+237=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 75 (29.69% from 255 or 15.53% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB4BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4BED is #54B412. Grayscale: #797979. Windows color (decimal): -5551123 or 15551403. OLE color: 15551403.
HSL color Cylindrical-coordinate representation of color #AB4BED: hue angle of 275.56º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB4BED is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 75 | 237 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.07 |
| HSL | 275.56º | 0.82% | 0.61% | - |
| HSV(B) | 275.56º | 0.68% | 0.93% | - |
| XYZ | 34.6 | 19.8 | 82.12 | - |
| YUV | 122.17 | 192.8 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 75 | 237 | 0.28 | 0.68 | 0 | 0.07 | 275.56 | 0.82 | 0.61 |
| Hex | AB | 4B | ED | 1C | 44 | 0 | 7 | 114 | 52 | 3D |
| Octal | 253 | 113 | 355 | 34 | 104 | 0 | 7 | 424 | 122 | 75 |
| Binary | 10101011 | 1001011 | 11101101 | 11100 | 1000100 | 0 | 111 | 100010100 | 1010010 | 111101 |
Color Harmonies of #AB4BED
Complementary color
Monochromatic Colors of #AB4BED
Black with #AB4BED
Text Example
Text Example
White with #AB4BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4BED; }
p { color: rgb(171,75,237); }
H1.HeaderClassName
{
color: #AB4BED;
}
.AnyTagClassName
{
color: #AB4BED;
}
</style>
background-color css
<style>
a { background-color: #AB4BED; }
a { background-color: rgb(171,75,237); }
div.DivClassName
{
background-color: #AB4BED;
}
.BgClassName
{
background-color: #AB4BED;
}
</style>
border-color css
<style>
span { border-color: #AB4BED; }
span { border-color: rgb(171,75,237); }
td.TdClassName
{
border-color: #AB4BED;
}
.TagClassName
{
border-color: #AB4BED;
}
</style>