Shades of Medium Orchid #AB4BFE
Tints of Medium Orchid #AB4BFE
RGB
CMYK
RGB Variations
Color information
#AB4BFE (or 0xAB4BFE) is known color: Medium Orchid. HEX triplet: AB, 4B and FE. RGB value is (171,75,254). Sum of RGB (Red+Green+Blue) = 171+75+254=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 75 (29.69% from 255 or 15% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB4BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4BFE is #54B401. Grayscale: #7B7B7B. Windows color (decimal): -5551106 or 16665515. OLE color: 16665515.
HSL color Cylindrical-coordinate representation of color #AB4BFE: hue angle of 272.18º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB4BFE is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 75 | 254 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.00 |
| HSL | 272.18º | 0.99% | 0.65% | - |
| HSV(B) | 272.18º | 0.7% | 1% | - |
| XYZ | 37.2 | 20.85 | 95.83 | - |
| YUV | 124.11 | 201.3 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 75 | 254 | 0.33 | 0.70 | 0 | 0.00 | 272.18 | 0.99 | 0.65 |
| Hex | AB | 4B | FE | 21 | 46 | 0 | 0 | 110 | 63 | 41 |
| Octal | 253 | 113 | 376 | 41 | 106 | 0 | 0 | 420 | 143 | 101 |
| Binary | 10101011 | 1001011 | 11111110 | 100001 | 1000110 | 0 | 0 | 100010000 | 1100011 | 1000001 |
Color Harmonies of #AB4BFE
Complementary color
Monochromatic Colors of #AB4BFE
Black with #AB4BFE
Text Example
Text Example
White with #AB4BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4BFE; }
p { color: rgb(171,75,254); }
H1.HeaderClassName
{
color: #AB4BFE;
}
.AnyTagClassName
{
color: #AB4BFE;
}
</style>
background-color css
<style>
a { background-color: #AB4BFE; }
a { background-color: rgb(171,75,254); }
div.DivClassName
{
background-color: #AB4BFE;
}
.BgClassName
{
background-color: #AB4BFE;
}
</style>
border-color css
<style>
span { border-color: #AB4BFE; }
span { border-color: rgb(171,75,254); }
td.TdClassName
{
border-color: #AB4BFE;
}
.TagClassName
{
border-color: #AB4BFE;
}
</style>