Shades of Medium Orchid #AB53F4
Tints of Medium Orchid #AB53F4
RGB
CMYK
RGB Variations
Color information
#AB53F4 (or 0xAB53F4) is known color: Medium Orchid. HEX triplet: AB, 53 and F4. RGB value is (171,83,244). Sum of RGB (Red+Green+Blue) = 171+83+244=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 244 (95.70% from 255 or 49.00% from 498); Max value from RGB is 244 - color contains mainly: blue. Hex color #AB53F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB53F4 is #54AC0B. Grayscale: #7F7F7F. Windows color (decimal): -5549068 or 16012203. OLE color: 16012203.
HSL color Cylindrical-coordinate representation of color #AB53F4: hue angle of 272.8º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB53F4 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 83 | 244 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.04 |
| HSL | 272.8º | 0.88% | 0.64% | - |
| HSV(B) | 272.8º | 0.66% | 0.96% | - |
| XYZ | 36.22 | 21.38 | 87.81 | - |
| YUV | 127.67 | 193.65 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 244 | 0.30 | 0.66 | 0 | 0.04 | 272.8 | 0.88 | 0.64 |
| Hex | AB | 53 | F4 | 1E | 42 | 0 | 4 | 111 | 58 | 40 |
| Octal | 253 | 123 | 364 | 36 | 102 | 0 | 4 | 421 | 130 | 100 |
| Binary | 10101011 | 1010011 | 11110100 | 11110 | 1000010 | 0 | 100 | 100010001 | 1011000 | 1000000 |
Color Harmonies of #AB53F4
Complementary color
Monochromatic Colors of #AB53F4
Black with #AB53F4
Text Example
Text Example
White with #AB53F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB53F4; }
p { color: rgb(171,83,244); }
H1.HeaderClassName
{
color: #AB53F4;
}
.AnyTagClassName
{
color: #AB53F4;
}
</style>
background-color css
<style>
a { background-color: #AB53F4; }
a { background-color: rgb(171,83,244); }
div.DivClassName
{
background-color: #AB53F4;
}
.BgClassName
{
background-color: #AB53F4;
}
</style>
border-color css
<style>
span { border-color: #AB53F4; }
span { border-color: rgb(171,83,244); }
td.TdClassName
{
border-color: #AB53F4;
}
.TagClassName
{
border-color: #AB53F4;
}
</style>