Shades of Medium Orchid #AB5CEF
Tints of Medium Orchid #AB5CEF
RGB
CMYK
RGB Variations
Color information
#AB5CEF (or 0xAB5CEF) is known color: Medium Orchid. HEX triplet: AB, 5C and EF. RGB value is (171,92,239). Sum of RGB (Red+Green+Blue) = 171+92+239=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 92 (36.33% from 255 or 18.33% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB5CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5CEF is #54A310. Grayscale: #838383. Windows color (decimal): -5546769 or 15686827. OLE color: 15686827.
HSL color Cylindrical-coordinate representation of color #AB5CEF: hue angle of 272.24º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB5CEF is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 92 | 239 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.06 |
| HSL | 272.24º | 0.82% | 0.65% | - |
| HSV(B) | 272.24º | 0.62% | 0.94% | - |
| XYZ | 36.2 | 22.54 | 84.1 | - |
| YUV | 132.38 | 188.17 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 92 | 239 | 0.28 | 0.62 | 0 | 0.06 | 272.24 | 0.82 | 0.65 |
| Hex | AB | 5C | EF | 1C | 3E | 0 | 6 | 110 | 52 | 41 |
| Octal | 253 | 134 | 357 | 34 | 76 | 0 | 6 | 420 | 122 | 101 |
| Binary | 10101011 | 1011100 | 11101111 | 11100 | 111110 | 0 | 110 | 100010000 | 1010010 | 1000001 |
Color Harmonies of #AB5CEF
Complementary color
Monochromatic Colors of #AB5CEF
Black with #AB5CEF
Text Example
Text Example
White with #AB5CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5CEF; }
p { color: rgb(171,92,239); }
H1.HeaderClassName
{
color: #AB5CEF;
}
.AnyTagClassName
{
color: #AB5CEF;
}
</style>
background-color css
<style>
a { background-color: #AB5CEF; }
a { background-color: rgb(171,92,239); }
div.DivClassName
{
background-color: #AB5CEF;
}
.BgClassName
{
background-color: #AB5CEF;
}
</style>
border-color css
<style>
span { border-color: #AB5CEF; }
span { border-color: rgb(171,92,239); }
td.TdClassName
{
border-color: #AB5CEF;
}
.TagClassName
{
border-color: #AB5CEF;
}
</style>