Shades of Medium Orchid #AB55F3
Tints of Medium Orchid #AB55F3
RGB
CMYK
RGB Variations
Color information
#AB55F3 (or 0xAB55F3) is known color: Medium Orchid. HEX triplet: AB, 55 and F3. RGB value is (171,85,243). Sum of RGB (Red+Green+Blue) = 171+85+243=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 243 (95.31% from 255 or 48.70% from 499); Max value from RGB is 243 - color contains mainly: blue. Hex color #AB55F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB55F3 is #54AA0C. Grayscale: #808080. Windows color (decimal): -5548557 or 15947179. OLE color: 15947179.
HSL color Cylindrical-coordinate representation of color #AB55F3: hue angle of 272.66º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB55F3 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 85 | 243 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.05 |
| HSL | 272.66º | 0.87% | 0.64% | - |
| HSV(B) | 272.66º | 0.65% | 0.95% | - |
| XYZ | 36.22 | 21.63 | 87.06 | - |
| YUV | 128.73 | 192.49 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 243 | 0.30 | 0.65 | 0 | 0.05 | 272.66 | 0.87 | 0.64 |
| Hex | AB | 55 | F3 | 1E | 41 | 0 | 5 | 111 | 57 | 40 |
| Octal | 253 | 125 | 363 | 36 | 101 | 0 | 5 | 421 | 127 | 100 |
| Binary | 10101011 | 1010101 | 11110011 | 11110 | 1000001 | 0 | 101 | 100010001 | 1010111 | 1000000 |
Color Harmonies of #AB55F3
Complementary color
Monochromatic Colors of #AB55F3
Black with #AB55F3
Text Example
Text Example
White with #AB55F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB55F3; }
p { color: rgb(171,85,243); }
H1.HeaderClassName
{
color: #AB55F3;
}
.AnyTagClassName
{
color: #AB55F3;
}
</style>
background-color css
<style>
a { background-color: #AB55F3; }
a { background-color: rgb(171,85,243); }
div.DivClassName
{
background-color: #AB55F3;
}
.BgClassName
{
background-color: #AB55F3;
}
</style>
border-color css
<style>
span { border-color: #AB55F3; }
span { border-color: rgb(171,85,243); }
td.TdClassName
{
border-color: #AB55F3;
}
.TagClassName
{
border-color: #AB55F3;
}
</style>