Shades of Medium Orchid #AB54FD
Tints of Medium Orchid #AB54FD
RGB
CMYK
RGB Variations
Color information
#AB54FD (or 0xAB54FD) is known color: Medium Orchid. HEX triplet: AB, 54 and FD. RGB value is (171,84,253). Sum of RGB (Red+Green+Blue) = 171+84+253=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 84 (33.20% from 255 or 16.54% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB54FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB54FD is #54AB02. Grayscale: #808080. Windows color (decimal): -5548803 or 16602283. OLE color: 16602283.
HSL color Cylindrical-coordinate representation of color #AB54FD: hue angle of 270.89º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB54FD is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 84 | 253 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.01 |
| HSL | 270.89º | 0.98% | 0.66% | - |
| HSV(B) | 270.89º | 0.67% | 0.99% | - |
| XYZ | 37.69 | 22.09 | 95.21 | - |
| YUV | 129.28 | 197.82 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 253 | 0.32 | 0.67 | 0 | 0.01 | 270.89 | 0.98 | 0.66 |
| Hex | AB | 54 | FD | 20 | 43 | 0 | 1 | 10F | 62 | 42 |
| Octal | 253 | 124 | 375 | 40 | 103 | 0 | 1 | 417 | 142 | 102 |
| Binary | 10101011 | 1010100 | 11111101 | 100000 | 1000011 | 0 | 1 | 100001111 | 1100010 | 1000010 |
Color Harmonies of #AB54FD
Complementary color
Monochromatic Colors of #AB54FD
Black with #AB54FD
Text Example
Text Example
White with #AB54FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB54FD; }
p { color: rgb(171,84,253); }
H1.HeaderClassName
{
color: #AB54FD;
}
.AnyTagClassName
{
color: #AB54FD;
}
</style>
background-color css
<style>
a { background-color: #AB54FD; }
a { background-color: rgb(171,84,253); }
div.DivClassName
{
background-color: #AB54FD;
}
.BgClassName
{
background-color: #AB54FD;
}
</style>
border-color css
<style>
span { border-color: #AB54FD; }
span { border-color: rgb(171,84,253); }
td.TdClassName
{
border-color: #AB54FD;
}
.TagClassName
{
border-color: #AB54FD;
}
</style>