Shades of Medium Orchid #AB46FA
Tints of Medium Orchid #AB46FA
RGB
CMYK
RGB Variations
Color information
#AB46FA (or 0xAB46FA) is known color: Medium Orchid. HEX triplet: AB, 46 and FA. RGB value is (171,70,250). Sum of RGB (Red+Green+Blue) = 171+70+250=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 70 (27.73% from 255 or 14.26% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB46FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB46FA is #54B905. Grayscale: #787878. Windows color (decimal): -5552390 or 16402091. OLE color: 16402091.
HSL color Cylindrical-coordinate representation of color #AB46FA: hue angle of 273.67º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB46FA is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 70 | 250 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.02 |
| HSL | 273.67º | 0.95% | 0.63% | - |
| HSV(B) | 273.67º | 0.72% | 0.98% | - |
| XYZ | 36.24 | 19.94 | 92.38 | - |
| YUV | 120.72 | 200.96 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 250 | 0.32 | 0.72 | 0 | 0.02 | 273.67 | 0.95 | 0.63 |
| Hex | AB | 46 | FA | 20 | 48 | 0 | 2 | 112 | 5F | 3F |
| Octal | 253 | 106 | 372 | 40 | 110 | 0 | 2 | 422 | 137 | 77 |
| Binary | 10101011 | 1000110 | 11111010 | 100000 | 1001000 | 0 | 10 | 100010010 | 1011111 | 111111 |
Color Harmonies of #AB46FA
Complementary color
Monochromatic Colors of #AB46FA
Black with #AB46FA
Text Example
Text Example
White with #AB46FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB46FA; }
p { color: rgb(171,70,250); }
H1.HeaderClassName
{
color: #AB46FA;
}
.AnyTagClassName
{
color: #AB46FA;
}
</style>
background-color css
<style>
a { background-color: #AB46FA; }
a { background-color: rgb(171,70,250); }
div.DivClassName
{
background-color: #AB46FA;
}
.BgClassName
{
background-color: #AB46FA;
}
</style>
border-color css
<style>
span { border-color: #AB46FA; }
span { border-color: rgb(171,70,250); }
td.TdClassName
{
border-color: #AB46FA;
}
.TagClassName
{
border-color: #AB46FA;
}
</style>