Shades of Medium Orchid #AB55FE
Tints of Medium Orchid #AB55FE
RGB
CMYK
RGB Variations
Color information
#AB55FE (or 0xAB55FE) is known color: Medium Orchid. HEX triplet: AB, 55 and FE. RGB value is (171,85,254). Sum of RGB (Red+Green+Blue) = 171+85+254=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 85 (33.59% from 255 or 16.67% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB55FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB55FE is #54AA01. Grayscale: #818181. Windows color (decimal): -5548546 or 16668075. OLE color: 16668075.
HSL color Cylindrical-coordinate representation of color #AB55FE: hue angle of 270.53º 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 #AB55FE is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 85 | 254 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.00 |
| HSL | 270.53º | 0.99% | 0.66% | - |
| HSV(B) | 270.53º | 0.67% | 1% | - |
| XYZ | 37.93 | 22.31 | 96.07 | - |
| YUV | 129.98 | 197.99 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 254 | 0.33 | 0.67 | 0 | 0.00 | 270.53 | 0.99 | 0.66 |
| Hex | AB | 55 | FE | 21 | 43 | 0 | 0 | 10F | 63 | 42 |
| Octal | 253 | 125 | 376 | 41 | 103 | 0 | 0 | 417 | 143 | 102 |
| Binary | 10101011 | 1010101 | 11111110 | 100001 | 1000011 | 0 | 0 | 100001111 | 1100011 | 1000010 |
Color Harmonies of #AB55FE
Complementary color
Monochromatic Colors of #AB55FE
Black with #AB55FE
Text Example
Text Example
White with #AB55FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB55FE; }
p { color: rgb(171,85,254); }
H1.HeaderClassName
{
color: #AB55FE;
}
.AnyTagClassName
{
color: #AB55FE;
}
</style>
background-color css
<style>
a { background-color: #AB55FE; }
a { background-color: rgb(171,85,254); }
div.DivClassName
{
background-color: #AB55FE;
}
.BgClassName
{
background-color: #AB55FE;
}
</style>
border-color css
<style>
span { border-color: #AB55FE; }
span { border-color: rgb(171,85,254); }
td.TdClassName
{
border-color: #AB55FE;
}
.TagClassName
{
border-color: #AB55FE;
}
</style>