Shades of Medium Orchid #AB54FA
Tints of Medium Orchid #AB54FA
RGB
CMYK
RGB Variations
Color information
#AB54FA (or 0xAB54FA) is known color: Medium Orchid. HEX triplet: AB, 54 and FA. RGB value is (171,84,250). Sum of RGB (Red+Green+Blue) = 171+84+250=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 84 (33.20% from 255 or 16.63% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB54FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB54FA is #54AB05. Grayscale: #808080. Windows color (decimal): -5548806 or 16405675. OLE color: 16405675.
HSL color Cylindrical-coordinate representation of color #AB54FA: hue angle of 271.45º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB54FA is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 84 | 250 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.02 |
| HSL | 271.45º | 0.94% | 0.65% | - |
| HSV(B) | 271.45º | 0.66% | 0.98% | - |
| XYZ | 37.22 | 21.9 | 92.71 | - |
| YUV | 128.94 | 196.32 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 250 | 0.32 | 0.66 | 0 | 0.02 | 271.45 | 0.94 | 0.65 |
| Hex | AB | 54 | FA | 20 | 42 | 0 | 2 | 10F | 5E | 41 |
| Octal | 253 | 124 | 372 | 40 | 102 | 0 | 2 | 417 | 136 | 101 |
| Binary | 10101011 | 1010100 | 11111010 | 100000 | 1000010 | 0 | 10 | 100001111 | 1011110 | 1000001 |
Color Harmonies of #AB54FA
Complementary color
Monochromatic Colors of #AB54FA
Black with #AB54FA
Text Example
Text Example
White with #AB54FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB54FA; }
p { color: rgb(171,84,250); }
H1.HeaderClassName
{
color: #AB54FA;
}
.AnyTagClassName
{
color: #AB54FA;
}
</style>
background-color css
<style>
a { background-color: #AB54FA; }
a { background-color: rgb(171,84,250); }
div.DivClassName
{
background-color: #AB54FA;
}
.BgClassName
{
background-color: #AB54FA;
}
</style>
border-color css
<style>
span { border-color: #AB54FA; }
span { border-color: rgb(171,84,250); }
td.TdClassName
{
border-color: #AB54FA;
}
.TagClassName
{
border-color: #AB54FA;
}
</style>