Shades of Medium Orchid #AB56FE
Tints of Medium Orchid #AB56FE
RGB
CMYK
RGB Variations
Color information
#AB56FE (or 0xAB56FE) is known color: Medium Orchid. HEX triplet: AB, 56 and FE. RGB value is (171,86,254). Sum of RGB (Red+Green+Blue) = 171+86+254=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 86 (33.98% from 255 or 16.83% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB56FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB56FE is #54A901. Grayscale: #818181. Windows color (decimal): -5548290 or 16668331. OLE color: 16668331.
HSL color Cylindrical-coordinate representation of color #AB56FE: hue angle of 270.36º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB56FE is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 86 | 254 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.00 |
| HSL | 270.36º | 0.99% | 0.67% | - |
| HSV(B) | 270.36º | 0.66% | 1% | - |
| XYZ | 38.01 | 22.47 | 96.1 | - |
| YUV | 130.57 | 197.66 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 254 | 0.33 | 0.66 | 0 | 0.00 | 270.36 | 0.99 | 0.67 |
| Hex | AB | 56 | FE | 21 | 42 | 0 | 0 | 10E | 63 | 43 |
| Octal | 253 | 126 | 376 | 41 | 102 | 0 | 0 | 416 | 143 | 103 |
| Binary | 10101011 | 1010110 | 11111110 | 100001 | 1000010 | 0 | 0 | 100001110 | 1100011 | 1000011 |
Color Harmonies of #AB56FE
Complementary color
Monochromatic Colors of #AB56FE
Black with #AB56FE
Text Example
Text Example
White with #AB56FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB56FE; }
p { color: rgb(171,86,254); }
H1.HeaderClassName
{
color: #AB56FE;
}
.AnyTagClassName
{
color: #AB56FE;
}
</style>
background-color css
<style>
a { background-color: #AB56FE; }
a { background-color: rgb(171,86,254); }
div.DivClassName
{
background-color: #AB56FE;
}
.BgClassName
{
background-color: #AB56FE;
}
</style>
border-color css
<style>
span { border-color: #AB56FE; }
span { border-color: rgb(171,86,254); }
td.TdClassName
{
border-color: #AB56FE;
}
.TagClassName
{
border-color: #AB56FE;
}
</style>