Shades of Medium Orchid #AB54FE
Tints of Medium Orchid #AB54FE
RGB
CMYK
RGB Variations
Color information
#AB54FE (or 0xAB54FE) is known color: Medium Orchid. HEX triplet: AB, 54 and FE. RGB value is (171,84,254). Sum of RGB (Red+Green+Blue) = 171+84+254=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 84 (33.20% from 255 or 16.50% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB54FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB54FE is #54AB01. Grayscale: #808080. Windows color (decimal): -5548802 or 16667819. OLE color: 16667819.
HSL color Cylindrical-coordinate representation of color #AB54FE: hue angle of 270.71º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB54FE is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 84 | 254 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.00 |
| HSL | 270.71º | 0.99% | 0.66% | - |
| HSV(B) | 270.71º | 0.67% | 1% | - |
| XYZ | 37.85 | 22.15 | 96.05 | - |
| YUV | 129.39 | 198.32 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 254 | 0.33 | 0.67 | 0 | 0.00 | 270.71 | 0.99 | 0.66 |
| Hex | AB | 54 | FE | 21 | 43 | 0 | 0 | 10F | 63 | 42 |
| Octal | 253 | 124 | 376 | 41 | 103 | 0 | 0 | 417 | 143 | 102 |
| Binary | 10101011 | 1010100 | 11111110 | 100001 | 1000011 | 0 | 0 | 100001111 | 1100011 | 1000010 |
Color Harmonies of #AB54FE
Complementary color
Monochromatic Colors of #AB54FE
Black with #AB54FE
Text Example
Text Example
White with #AB54FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB54FE; }
p { color: rgb(171,84,254); }
H1.HeaderClassName
{
color: #AB54FE;
}
.AnyTagClassName
{
color: #AB54FE;
}
</style>
background-color css
<style>
a { background-color: #AB54FE; }
a { background-color: rgb(171,84,254); }
div.DivClassName
{
background-color: #AB54FE;
}
.BgClassName
{
background-color: #AB54FE;
}
</style>
border-color css
<style>
span { border-color: #AB54FE; }
span { border-color: rgb(171,84,254); }
td.TdClassName
{
border-color: #AB54FE;
}
.TagClassName
{
border-color: #AB54FE;
}
</style>