Shades of Medium Orchid #AB4FCB
Tints of Medium Orchid #AB4FCB
RGB
CMYK
RGB Variations
Color information
#AB4FCB (or 0xAB4FCB) is known color: Medium Orchid. HEX triplet: AB, 4F and CB. RGB value is (171,79,203). Sum of RGB (Red+Green+Blue) = 171+79+203=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB4FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4FCB is #54B034. Grayscale: #787878. Windows color (decimal): -5550133 or 13324203. OLE color: 13324203.
HSL color Cylindrical-coordinate representation of color #AB4FCB: hue angle of 284.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB4FCB is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 79 | 203 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.20 |
| HSL | 284.52º | 0.54% | 0.55% | - |
| HSV(B) | 284.52º | 0.61% | 0.8% | - |
| XYZ | 30.37 | 18.56 | 58.48 | - |
| YUV | 120.64 | 174.48 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 79 | 203 | 0.16 | 0.61 | 0 | 0.20 | 284.52 | 0.54 | 0.55 |
| Hex | AB | 4F | CB | 10 | 3D | 0 | 14 | 11D | 36 | 37 |
| Octal | 253 | 117 | 313 | 20 | 75 | 0 | 24 | 435 | 66 | 67 |
| Binary | 10101011 | 1001111 | 11001011 | 10000 | 111101 | 0 | 10100 | 100011101 | 110110 | 110111 |
Color Harmonies of #AB4FCB
Complementary color
Monochromatic Colors of #AB4FCB
Black with #AB4FCB
Text Example
Text Example
White with #AB4FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4FCB; }
p { color: rgb(171,79,203); }
H1.HeaderClassName
{
color: #AB4FCB;
}
.AnyTagClassName
{
color: #AB4FCB;
}
</style>
background-color css
<style>
a { background-color: #AB4FCB; }
a { background-color: rgb(171,79,203); }
div.DivClassName
{
background-color: #AB4FCB;
}
.BgClassName
{
background-color: #AB4FCB;
}
</style>
border-color css
<style>
span { border-color: #AB4FCB; }
span { border-color: rgb(171,79,203); }
td.TdClassName
{
border-color: #AB4FCB;
}
.TagClassName
{
border-color: #AB4FCB;
}
</style>