Shades of Medium Orchid #AB4CFE
Tints of Medium Orchid #AB4CFE
RGB
CMYK
RGB Variations
Color information
#AB4CFE (or 0xAB4CFE) is known color: Medium Orchid. HEX triplet: AB, 4C and FE. RGB value is (171,76,254). Sum of RGB (Red+Green+Blue) = 171+76+254=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB4CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4CFE is #54B301. Grayscale: #7C7C7C. Windows color (decimal): -5550850 or 16665771. OLE color: 16665771.
HSL color Cylindrical-coordinate representation of color #AB4CFE: hue angle of 272.02º 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 #AB4CFE is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 76 | 254 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.00 |
| HSL | 272.02º | 0.99% | 0.65% | - |
| HSV(B) | 272.02º | 0.7% | 1% | - |
| XYZ | 37.27 | 20.98 | 95.85 | - |
| YUV | 124.7 | 200.97 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 254 | 0.33 | 0.70 | 0 | 0.00 | 272.02 | 0.99 | 0.65 |
| Hex | AB | 4C | FE | 21 | 46 | 0 | 0 | 110 | 63 | 41 |
| Octal | 253 | 114 | 376 | 41 | 106 | 0 | 0 | 420 | 143 | 101 |
| Binary | 10101011 | 1001100 | 11111110 | 100001 | 1000110 | 0 | 0 | 100010000 | 1100011 | 1000001 |
Color Harmonies of #AB4CFE
Complementary color
Monochromatic Colors of #AB4CFE
Black with #AB4CFE
Text Example
Text Example
White with #AB4CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4CFE; }
p { color: rgb(171,76,254); }
H1.HeaderClassName
{
color: #AB4CFE;
}
.AnyTagClassName
{
color: #AB4CFE;
}
</style>
background-color css
<style>
a { background-color: #AB4CFE; }
a { background-color: rgb(171,76,254); }
div.DivClassName
{
background-color: #AB4CFE;
}
.BgClassName
{
background-color: #AB4CFE;
}
</style>
border-color css
<style>
span { border-color: #AB4CFE; }
span { border-color: rgb(171,76,254); }
td.TdClassName
{
border-color: #AB4CFE;
}
.TagClassName
{
border-color: #AB4CFE;
}
</style>