Shades of Medium Orchid #AB5DF0
Tints of Medium Orchid #AB5DF0
RGB
CMYK
RGB Variations
Color information
#AB5DF0 (or 0xAB5DF0) is known color: Medium Orchid. HEX triplet: AB, 5D and F0. RGB value is (171,93,240). Sum of RGB (Red+Green+Blue) = 171+93+240=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 93 (36.72% from 255 or 18.45% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB5DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5DF0 is #54A20F. Grayscale: #848484. Windows color (decimal): -5546512 or 15752619. OLE color: 15752619.
HSL color Cylindrical-coordinate representation of color #AB5DF0: hue angle of 271.84º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB5DF0 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 93 | 240 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.06 |
| HSL | 271.84º | 0.83% | 0.65% | - |
| HSV(B) | 271.84º | 0.61% | 0.94% | - |
| XYZ | 36.44 | 22.78 | 84.91 | - |
| YUV | 133.08 | 188.34 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 240 | 0.29 | 0.61 | 0 | 0.06 | 271.84 | 0.83 | 0.65 |
| Hex | AB | 5D | F0 | 1D | 3D | 0 | 6 | 110 | 53 | 41 |
| Octal | 253 | 135 | 360 | 35 | 75 | 0 | 6 | 420 | 123 | 101 |
| Binary | 10101011 | 1011101 | 11110000 | 11101 | 111101 | 0 | 110 | 100010000 | 1010011 | 1000001 |
Color Harmonies of #AB5DF0
Complementary color
Monochromatic Colors of #AB5DF0
Black with #AB5DF0
Text Example
Text Example
White with #AB5DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5DF0; }
p { color: rgb(171,93,240); }
H1.HeaderClassName
{
color: #AB5DF0;
}
.AnyTagClassName
{
color: #AB5DF0;
}
</style>
background-color css
<style>
a { background-color: #AB5DF0; }
a { background-color: rgb(171,93,240); }
div.DivClassName
{
background-color: #AB5DF0;
}
.BgClassName
{
background-color: #AB5DF0;
}
</style>
border-color css
<style>
span { border-color: #AB5DF0; }
span { border-color: rgb(171,93,240); }
td.TdClassName
{
border-color: #AB5DF0;
}
.TagClassName
{
border-color: #AB5DF0;
}
</style>