Shades of Medium Orchid #AB4CEB
Tints of Medium Orchid #AB4CEB
RGB
CMYK
RGB Variations
Color information
#AB4CEB (or 0xAB4CEB) is known color: Medium Orchid. HEX triplet: AB, 4C and EB. RGB value is (171,76,235). Sum of RGB (Red+Green+Blue) = 171+76+235=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB4CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4CEB is #54B314. Grayscale: #797979. Windows color (decimal): -5550869 or 15420587. OLE color: 15420587.
HSL color Cylindrical-coordinate representation of color #AB4CEB: hue angle of 275.85º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB4CEB is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 76 | 235 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.08 |
| HSL | 275.85º | 0.8% | 0.61% | - |
| HSV(B) | 275.85º | 0.68% | 0.92% | - |
| XYZ | 34.37 | 19.82 | 80.61 | - |
| YUV | 122.53 | 191.47 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 235 | 0.27 | 0.68 | 0 | 0.08 | 275.85 | 0.8 | 0.61 |
| Hex | AB | 4C | EB | 1B | 44 | 0 | 8 | 114 | 50 | 3D |
| Octal | 253 | 114 | 353 | 33 | 104 | 0 | 10 | 424 | 120 | 75 |
| Binary | 10101011 | 1001100 | 11101011 | 11011 | 1000100 | 0 | 1000 | 100010100 | 1010000 | 111101 |
Color Harmonies of #AB4CEB
Complementary color
Monochromatic Colors of #AB4CEB
Black with #AB4CEB
Text Example
Text Example
White with #AB4CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4CEB; }
p { color: rgb(171,76,235); }
H1.HeaderClassName
{
color: #AB4CEB;
}
.AnyTagClassName
{
color: #AB4CEB;
}
</style>
background-color css
<style>
a { background-color: #AB4CEB; }
a { background-color: rgb(171,76,235); }
div.DivClassName
{
background-color: #AB4CEB;
}
.BgClassName
{
background-color: #AB4CEB;
}
</style>
border-color css
<style>
span { border-color: #AB4CEB; }
span { border-color: rgb(171,76,235); }
td.TdClassName
{
border-color: #AB4CEB;
}
.TagClassName
{
border-color: #AB4CEB;
}
</style>