Shades of Medium Orchid #AB4DF8
Tints of Medium Orchid #AB4DF8
RGB
CMYK
RGB Variations
Color information
#AB4DF8 (or 0xAB4DF8) is known color: Medium Orchid. HEX triplet: AB, 4D and F8. RGB value is (171,77,248). Sum of RGB (Red+Green+Blue) = 171+77+248=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 77 (30.47% from 255 or 15.52% from 496); Blue value is 248 (97.27% from 255 or 50% from 496); Max value from RGB is 248 - color contains mainly: blue. Hex color #AB4DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4DF8 is #54B207. Grayscale: #7C7C7C. Windows color (decimal): -5550600 or 16272811. OLE color: 16272811.
HSL color Cylindrical-coordinate representation of color #AB4DF8: hue angle of 272.98º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB4DF8 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 171 | 77 | 248 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.03 |
| HSL | 272.98º | 0.92% | 0.64% | - |
| HSV(B) | 272.98º | 0.69% | 0.97% | - |
| XYZ | 36.39 | 20.74 | 90.89 | - |
| YUV | 124.6 | 197.64 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 248 | 0.31 | 0.69 | 0 | 0.03 | 272.98 | 0.92 | 0.64 |
| Hex | AB | 4D | F8 | 1F | 45 | 0 | 3 | 111 | 5C | 40 |
| Octal | 253 | 115 | 370 | 37 | 105 | 0 | 3 | 421 | 134 | 100 |
| Binary | 10101011 | 1001101 | 11111000 | 11111 | 1000101 | 0 | 11 | 100010001 | 1011100 | 1000000 |
Color Harmonies of #AB4DF8
Complementary color
Monochromatic Colors of #AB4DF8
Black with #AB4DF8
Text Example
Text Example
White with #AB4DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4DF8; }
p { color: rgb(171,77,248); }
H1.HeaderClassName
{
color: #AB4DF8;
}
.AnyTagClassName
{
color: #AB4DF8;
}
</style>
background-color css
<style>
a { background-color: #AB4DF8; }
a { background-color: rgb(171,77,248); }
div.DivClassName
{
background-color: #AB4DF8;
}
.BgClassName
{
background-color: #AB4DF8;
}
</style>
border-color css
<style>
span { border-color: #AB4DF8; }
span { border-color: rgb(171,77,248); }
td.TdClassName
{
border-color: #AB4DF8;
}
.TagClassName
{
border-color: #AB4DF8;
}
</style>