Shades of Medium Orchid #AB48F2
Tints of Medium Orchid #AB48F2
RGB
CMYK
RGB Variations
Color information
#AB48F2 (or 0xAB48F2) is known color: Medium Orchid. HEX triplet: AB, 48 and F2. RGB value is (171,72,242). Sum of RGB (Red+Green+Blue) = 171+72+242=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB48F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB48F2 is #54B70D. Grayscale: #787878. Windows color (decimal): -5551886 or 15878315. OLE color: 15878315.
HSL color Cylindrical-coordinate representation of color #AB48F2: hue angle of 274.94º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB48F2 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 72 | 242 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.05 |
| HSL | 274.94º | 0.87% | 0.62% | - |
| HSV(B) | 274.94º | 0.7% | 0.95% | - |
| XYZ | 35.14 | 19.7 | 85.96 | - |
| YUV | 120.98 | 196.3 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 242 | 0.29 | 0.70 | 0 | 0.05 | 274.94 | 0.87 | 0.62 |
| Hex | AB | 48 | F2 | 1D | 46 | 0 | 5 | 113 | 57 | 3E |
| Octal | 253 | 110 | 362 | 35 | 106 | 0 | 5 | 423 | 127 | 76 |
| Binary | 10101011 | 1001000 | 11110010 | 11101 | 1000110 | 0 | 101 | 100010011 | 1010111 | 111110 |
Color Harmonies of #AB48F2
Complementary color
Monochromatic Colors of #AB48F2
Black with #AB48F2
Text Example
Text Example
White with #AB48F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB48F2; }
p { color: rgb(171,72,242); }
H1.HeaderClassName
{
color: #AB48F2;
}
.AnyTagClassName
{
color: #AB48F2;
}
</style>
background-color css
<style>
a { background-color: #AB48F2; }
a { background-color: rgb(171,72,242); }
div.DivClassName
{
background-color: #AB48F2;
}
.BgClassName
{
background-color: #AB48F2;
}
</style>
border-color css
<style>
span { border-color: #AB48F2; }
span { border-color: rgb(171,72,242); }
td.TdClassName
{
border-color: #AB48F2;
}
.TagClassName
{
border-color: #AB48F2;
}
</style>