Shades of Medium Orchid #AB48C2
Tints of Medium Orchid #AB48C2
RGB
CMYK
RGB Variations
Color information
#AB48C2 (or 0xAB48C2) is known color: Medium Orchid. HEX triplet: AB, 48 and C2. RGB value is (171,72,194). Sum of RGB (Red+Green+Blue) = 171+72+194=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 194 (76.17% from 255 or 44.39% from 437); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB48C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB48C2 is #54B73D. Grayscale: #737373. Windows color (decimal): -5551934 or 12732587. OLE color: 12732587.
HSL color Cylindrical-coordinate representation of color #AB48C2: hue angle of 288.69º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB48C2 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 72 | 194 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.24 |
| HSL | 288.69º | 0.5% | 0.52% | - |
| HSV(B) | 288.69º | 0.63% | 0.76% | - |
| XYZ | 28.85 | 17.19 | 52.84 | - |
| YUV | 115.51 | 172.3 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 194 | 0.12 | 0.63 | 0 | 0.24 | 288.69 | 0.5 | 0.52 |
| Hex | AB | 48 | C2 | C | 3F | 0 | 18 | 121 | 32 | 34 |
| Octal | 253 | 110 | 302 | 14 | 77 | 0 | 30 | 441 | 62 | 64 |
| Binary | 10101011 | 1001000 | 11000010 | 1100 | 111111 | 0 | 11000 | 100100001 | 110010 | 110100 |
Color Harmonies of #AB48C2
Complementary color
Monochromatic Colors of #AB48C2
Black with #AB48C2
Text Example
Text Example
White with #AB48C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB48C2; }
p { color: rgb(171,72,194); }
H1.HeaderClassName
{
color: #AB48C2;
}
.AnyTagClassName
{
color: #AB48C2;
}
</style>
background-color css
<style>
a { background-color: #AB48C2; }
a { background-color: rgb(171,72,194); }
div.DivClassName
{
background-color: #AB48C2;
}
.BgClassName
{
background-color: #AB48C2;
}
</style>
border-color css
<style>
span { border-color: #AB48C2; }
span { border-color: rgb(171,72,194); }
td.TdClassName
{
border-color: #AB48C2;
}
.TagClassName
{
border-color: #AB48C2;
}
</style>