Shades of Medium Orchid #AB4BCE
Tints of Medium Orchid #AB4BCE
RGB
CMYK
RGB Variations
Color information
#AB4BCE (or 0xAB4BCE) is known color: Medium Orchid. HEX triplet: AB, 4B and CE. RGB value is (171,75,206). Sum of RGB (Red+Green+Blue) = 171+75+206=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB4BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4BCE is #54B431. Grayscale: #767676. Windows color (decimal): -5551154 or 13519787. OLE color: 13519787.
HSL color Cylindrical-coordinate representation of color #AB4BCE: hue angle of 283.97º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB4BCE is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 75 | 206 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.19 |
| HSL | 283.97º | 0.57% | 0.55% | - |
| HSV(B) | 283.97º | 0.64% | 0.81% | - |
| XYZ | 30.45 | 18.15 | 60.29 | - |
| YUV | 118.64 | 177.3 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 75 | 206 | 0.17 | 0.64 | 0 | 0.19 | 283.97 | 0.57 | 0.55 |
| Hex | AB | 4B | CE | 11 | 40 | 0 | 13 | 11C | 39 | 37 |
| Octal | 253 | 113 | 316 | 21 | 100 | 0 | 23 | 434 | 71 | 67 |
| Binary | 10101011 | 1001011 | 11001110 | 10001 | 1000000 | 0 | 10011 | 100011100 | 111001 | 110111 |
Color Harmonies of #AB4BCE
Complementary color
Monochromatic Colors of #AB4BCE
Black with #AB4BCE
Text Example
Text Example
White with #AB4BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4BCE; }
p { color: rgb(171,75,206); }
H1.HeaderClassName
{
color: #AB4BCE;
}
.AnyTagClassName
{
color: #AB4BCE;
}
</style>
background-color css
<style>
a { background-color: #AB4BCE; }
a { background-color: rgb(171,75,206); }
div.DivClassName
{
background-color: #AB4BCE;
}
.BgClassName
{
background-color: #AB4BCE;
}
</style>
border-color css
<style>
span { border-color: #AB4BCE; }
span { border-color: rgb(171,75,206); }
td.TdClassName
{
border-color: #AB4BCE;
}
.TagClassName
{
border-color: #AB4BCE;
}
</style>