Shades of Medium Orchid #AB5CEB
Tints of Medium Orchid #AB5CEB
RGB
CMYK
RGB Variations
Color information
#AB5CEB (or 0xAB5CEB) is known color: Medium Orchid. HEX triplet: AB, 5C and EB. RGB value is (171,92,235). Sum of RGB (Red+Green+Blue) = 171+92+235=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 92 (36.33% from 255 or 18.47% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB5CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5CEB is #54A314. Grayscale: #838383. Windows color (decimal): -5546773 or 15424683. OLE color: 15424683.
HSL color Cylindrical-coordinate representation of color #AB5CEB: hue angle of 273.15º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB5CEB is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 92 | 235 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.08 |
| HSL | 273.15º | 0.78% | 0.64% | - |
| HSV(B) | 273.15º | 0.61% | 0.92% | - |
| XYZ | 35.62 | 22.31 | 81.03 | - |
| YUV | 131.92 | 186.17 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 92 | 235 | 0.27 | 0.61 | 0 | 0.08 | 273.15 | 0.78 | 0.64 |
| Hex | AB | 5C | EB | 1B | 3D | 0 | 8 | 111 | 4E | 40 |
| Octal | 253 | 134 | 353 | 33 | 75 | 0 | 10 | 421 | 116 | 100 |
| Binary | 10101011 | 1011100 | 11101011 | 11011 | 111101 | 0 | 1000 | 100010001 | 1001110 | 1000000 |
Color Harmonies of #AB5CEB
Complementary color
Monochromatic Colors of #AB5CEB
Black with #AB5CEB
Text Example
Text Example
White with #AB5CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5CEB; }
p { color: rgb(171,92,235); }
H1.HeaderClassName
{
color: #AB5CEB;
}
.AnyTagClassName
{
color: #AB5CEB;
}
</style>
background-color css
<style>
a { background-color: #AB5CEB; }
a { background-color: rgb(171,92,235); }
div.DivClassName
{
background-color: #AB5CEB;
}
.BgClassName
{
background-color: #AB5CEB;
}
</style>
border-color css
<style>
span { border-color: #AB5CEB; }
span { border-color: rgb(171,92,235); }
td.TdClassName
{
border-color: #AB5CEB;
}
.TagClassName
{
border-color: #AB5CEB;
}
</style>