Shades of Medium Orchid #AB48C9
Tints of Medium Orchid #AB48C9
RGB
CMYK
RGB Variations
Color information
#AB48C9 (or 0xAB48C9) is known color: Medium Orchid. HEX triplet: AB, 48 and C9. RGB value is (171,72,201). Sum of RGB (Red+Green+Blue) = 171+72+201=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 201 (78.91% from 255 or 45.27% from 444); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB48C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB48C9 is #54B736. Grayscale: #737373. Windows color (decimal): -5551927 or 13191339. OLE color: 13191339.
HSL color Cylindrical-coordinate representation of color #AB48C9: hue angle of 286.05º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB48C9 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 72 | 201 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.21 |
| HSL | 286.05º | 0.54% | 0.54% | - |
| HSV(B) | 286.05º | 0.64% | 0.79% | - |
| XYZ | 29.65 | 17.51 | 57.08 | - |
| YUV | 116.31 | 175.8 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 201 | 0.15 | 0.64 | 0 | 0.21 | 286.05 | 0.54 | 0.54 |
| Hex | AB | 48 | C9 | F | 40 | 0 | 15 | 11E | 36 | 36 |
| Octal | 253 | 110 | 311 | 17 | 100 | 0 | 25 | 436 | 66 | 66 |
| Binary | 10101011 | 1001000 | 11001001 | 1111 | 1000000 | 0 | 10101 | 100011110 | 110110 | 110110 |
Color Harmonies of #AB48C9
Complementary color
Monochromatic Colors of #AB48C9
Black with #AB48C9
Text Example
Text Example
White with #AB48C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB48C9; }
p { color: rgb(171,72,201); }
H1.HeaderClassName
{
color: #AB48C9;
}
.AnyTagClassName
{
color: #AB48C9;
}
</style>
background-color css
<style>
a { background-color: #AB48C9; }
a { background-color: rgb(171,72,201); }
div.DivClassName
{
background-color: #AB48C9;
}
.BgClassName
{
background-color: #AB48C9;
}
</style>
border-color css
<style>
span { border-color: #AB48C9; }
span { border-color: rgb(171,72,201); }
td.TdClassName
{
border-color: #AB48C9;
}
.TagClassName
{
border-color: #AB48C9;
}
</style>