Shades of Medium Orchid #AB55FA
Tints of Medium Orchid #AB55FA
RGB
CMYK
RGB Variations
Color information
#AB55FA (or 0xAB55FA) is known color: Medium Orchid. HEX triplet: AB, 55 and FA. RGB value is (171,85,250). Sum of RGB (Red+Green+Blue) = 171+85+250=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB55FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB55FA is #54AA05. Grayscale: #808080. Windows color (decimal): -5548550 or 16405931. OLE color: 16405931.
HSL color Cylindrical-coordinate representation of color #AB55FA: hue angle of 271.27º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB55FA is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 85 | 250 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.02 |
| HSL | 271.27º | 0.94% | 0.66% | - |
| HSV(B) | 271.27º | 0.66% | 0.98% | - |
| XYZ | 37.3 | 22.06 | 92.73 | - |
| YUV | 129.52 | 195.99 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 250 | 0.32 | 0.66 | 0 | 0.02 | 271.27 | 0.94 | 0.66 |
| Hex | AB | 55 | FA | 20 | 42 | 0 | 2 | 10F | 5E | 42 |
| Octal | 253 | 125 | 372 | 40 | 102 | 0 | 2 | 417 | 136 | 102 |
| Binary | 10101011 | 1010101 | 11111010 | 100000 | 1000010 | 0 | 10 | 100001111 | 1011110 | 1000010 |
Color Harmonies of #AB55FA
Complementary color
Monochromatic Colors of #AB55FA
Black with #AB55FA
Text Example
Text Example
White with #AB55FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB55FA; }
p { color: rgb(171,85,250); }
H1.HeaderClassName
{
color: #AB55FA;
}
.AnyTagClassName
{
color: #AB55FA;
}
</style>
background-color css
<style>
a { background-color: #AB55FA; }
a { background-color: rgb(171,85,250); }
div.DivClassName
{
background-color: #AB55FA;
}
.BgClassName
{
background-color: #AB55FA;
}
</style>
border-color css
<style>
span { border-color: #AB55FA; }
span { border-color: rgb(171,85,250); }
td.TdClassName
{
border-color: #AB55FA;
}
.TagClassName
{
border-color: #AB55FA;
}
</style>