Shades of Medium Orchid #AB54E6
Tints of Medium Orchid #AB54E6
RGB
CMYK
RGB Variations
Color information
#AB54E6 (or 0xAB54E6) is known color: Medium Orchid. HEX triplet: AB, 54 and E6. RGB value is (171,84,230). Sum of RGB (Red+Green+Blue) = 171+84+230=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB54E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB54E6 is #54AB19. Grayscale: #7E7E7E. Windows color (decimal): -5548826 or 15094955. OLE color: 15094955.
HSL color Cylindrical-coordinate representation of color #AB54E6: hue angle of 275.75º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB54E6 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 84 | 230 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.10 |
| HSL | 275.75º | 0.74% | 0.62% | - |
| HSV(B) | 275.75º | 0.63% | 0.9% | - |
| XYZ | 34.25 | 20.71 | 77.06 | - |
| YUV | 126.66 | 186.32 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 230 | 0.26 | 0.63 | 0 | 0.10 | 275.75 | 0.74 | 0.62 |
| Hex | AB | 54 | E6 | 1A | 3F | 0 | A | 114 | 4A | 3E |
| Octal | 253 | 124 | 346 | 32 | 77 | 0 | 12 | 424 | 112 | 76 |
| Binary | 10101011 | 1010100 | 11100110 | 11010 | 111111 | 0 | 1010 | 100010100 | 1001010 | 111110 |
Color Harmonies of #AB54E6
Complementary color
Monochromatic Colors of #AB54E6
Black with #AB54E6
Text Example
Text Example
White with #AB54E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB54E6; }
p { color: rgb(171,84,230); }
H1.HeaderClassName
{
color: #AB54E6;
}
.AnyTagClassName
{
color: #AB54E6;
}
</style>
background-color css
<style>
a { background-color: #AB54E6; }
a { background-color: rgb(171,84,230); }
div.DivClassName
{
background-color: #AB54E6;
}
.BgClassName
{
background-color: #AB54E6;
}
</style>
border-color css
<style>
span { border-color: #AB54E6; }
span { border-color: rgb(171,84,230); }
td.TdClassName
{
border-color: #AB54E6;
}
.TagClassName
{
border-color: #AB54E6;
}
</style>