Shades of Medium Orchid #AB45F8
Tints of Medium Orchid #AB45F8
RGB
CMYK
RGB Variations
Color information
#AB45F8 (or 0xAB45F8) is known color: Medium Orchid. HEX triplet: AB, 45 and F8. RGB value is (171,69,248). Sum of RGB (Red+Green+Blue) = 171+69+248=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 69 (27.34% from 255 or 14.14% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #AB45F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB45F8 is #54BA07. Grayscale: #777777. Windows color (decimal): -5552648 or 16270763. OLE color: 16270763.
HSL color Cylindrical-coordinate representation of color #AB45F8: hue angle of 274.19º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB45F8 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 171 | 69 | 248 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.03 |
| HSL | 274.19º | 0.93% | 0.62% | - |
| HSV(B) | 274.19º | 0.72% | 0.97% | - |
| XYZ | 35.87 | 19.69 | 90.72 | - |
| YUV | 119.9 | 200.29 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 248 | 0.31 | 0.72 | 0 | 0.03 | 274.19 | 0.93 | 0.62 |
| Hex | AB | 45 | F8 | 1F | 48 | 0 | 3 | 112 | 5D | 3E |
| Octal | 253 | 105 | 370 | 37 | 110 | 0 | 3 | 422 | 135 | 76 |
| Binary | 10101011 | 1000101 | 11111000 | 11111 | 1001000 | 0 | 11 | 100010010 | 1011101 | 111110 |
Color Harmonies of #AB45F8
Complementary color
Monochromatic Colors of #AB45F8
Black with #AB45F8
Text Example
Text Example
White with #AB45F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB45F8; }
p { color: rgb(171,69,248); }
H1.HeaderClassName
{
color: #AB45F8;
}
.AnyTagClassName
{
color: #AB45F8;
}
</style>
background-color css
<style>
a { background-color: #AB45F8; }
a { background-color: rgb(171,69,248); }
div.DivClassName
{
background-color: #AB45F8;
}
.BgClassName
{
background-color: #AB45F8;
}
</style>
border-color css
<style>
span { border-color: #AB45F8; }
span { border-color: rgb(171,69,248); }
td.TdClassName
{
border-color: #AB45F8;
}
.TagClassName
{
border-color: #AB45F8;
}
</style>