Shades of Medium Orchid #AB55FF
Tints of Medium Orchid #AB55FF
RGB
CMYK
RGB Variations
Color information
#AB55FF (or 0xAB55FF) is known color: Medium Orchid. HEX triplet: AB, 55 and FF. RGB value is (171,85,255). Sum of RGB (Red+Green+Blue) = 171+85+255=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB55FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB55FF is #54AA00. Grayscale: #818181. Windows color (decimal): -5548545 or 16733611. OLE color: 16733611.
HSL color Cylindrical-coordinate representation of color #AB55FF: hue angle of 270.35º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB55FF is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 85 | 255 | - |
| CMYK | 0.33 | 0.67 | 0 | 0 |
| HSL | 270.35º | 1% | 0.67% | - |
| HSV(B) | 270.35º | 0.67% | 1% | - |
| XYZ | 38.09 | 22.37 | 96.92 | - |
| YUV | 130.09 | 198.49 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 255 | 0.33 | 0.67 | 0 | 0 | 270.35 | 1 | 0.67 |
| Hex | AB | 55 | FF | 21 | 43 | 0 | 0 | 10E | 64 | 43 |
| Octal | 253 | 125 | 377 | 41 | 103 | 0 | 0 | 416 | 144 | 103 |
| Binary | 10101011 | 1010101 | 11111111 | 100001 | 1000011 | 0 | 0 | 100001110 | 1100100 | 1000011 |
Color Harmonies of #AB55FF
Complementary color
Monochromatic Colors of #AB55FF
Black with #AB55FF
Text Example
Text Example
White with #AB55FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB55FF; }
p { color: rgb(171,85,255); }
H1.HeaderClassName
{
color: #AB55FF;
}
.AnyTagClassName
{
color: #AB55FF;
}
</style>
background-color css
<style>
a { background-color: #AB55FF; }
a { background-color: rgb(171,85,255); }
div.DivClassName
{
background-color: #AB55FF;
}
.BgClassName
{
background-color: #AB55FF;
}
</style>
border-color css
<style>
span { border-color: #AB55FF; }
span { border-color: rgb(171,85,255); }
td.TdClassName
{
border-color: #AB55FF;
}
.TagClassName
{
border-color: #AB55FF;
}
</style>