Shades of Medium Orchid #AB53F1
Tints of Medium Orchid #AB53F1
RGB
CMYK
RGB Variations
Color information
#AB53F1 (or 0xAB53F1) is known color: Medium Orchid. HEX triplet: AB, 53 and F1. RGB value is (171,83,241). Sum of RGB (Red+Green+Blue) = 171+83+241=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB53F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB53F1 is #54AC0E. Grayscale: #7E7E7E. Windows color (decimal): -5549071 or 15815595. OLE color: 15815595.
HSL color Cylindrical-coordinate representation of color #AB53F1: hue angle of 273.42º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB53F1 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 83 | 241 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.05 |
| HSL | 273.42º | 0.85% | 0.64% | - |
| HSV(B) | 273.42º | 0.66% | 0.95% | - |
| XYZ | 35.77 | 21.2 | 85.43 | - |
| YUV | 127.32 | 192.15 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 241 | 0.29 | 0.66 | 0 | 0.05 | 273.42 | 0.85 | 0.64 |
| Hex | AB | 53 | F1 | 1D | 42 | 0 | 5 | 111 | 55 | 40 |
| Octal | 253 | 123 | 361 | 35 | 102 | 0 | 5 | 421 | 125 | 100 |
| Binary | 10101011 | 1010011 | 11110001 | 11101 | 1000010 | 0 | 101 | 100010001 | 1010101 | 1000000 |
Color Harmonies of #AB53F1
Complementary color
Monochromatic Colors of #AB53F1
Black with #AB53F1
Text Example
Text Example
White with #AB53F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB53F1; }
p { color: rgb(171,83,241); }
H1.HeaderClassName
{
color: #AB53F1;
}
.AnyTagClassName
{
color: #AB53F1;
}
</style>
background-color css
<style>
a { background-color: #AB53F1; }
a { background-color: rgb(171,83,241); }
div.DivClassName
{
background-color: #AB53F1;
}
.BgClassName
{
background-color: #AB53F1;
}
</style>
border-color css
<style>
span { border-color: #AB53F1; }
span { border-color: rgb(171,83,241); }
td.TdClassName
{
border-color: #AB53F1;
}
.TagClassName
{
border-color: #AB53F1;
}
</style>