Shades of Medium Orchid #AB5CF1
Tints of Medium Orchid #AB5CF1
RGB
CMYK
RGB Variations
Color information
#AB5CF1 (or 0xAB5CF1) is known color: Medium Orchid. HEX triplet: AB, 5C and F1. RGB value is (171,92,241). Sum of RGB (Red+Green+Blue) = 171+92+241=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB5CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5CF1 is #54A30E. Grayscale: #848484. Windows color (decimal): -5546767 or 15817899. OLE color: 15817899.
HSL color Cylindrical-coordinate representation of color #AB5CF1: hue angle of 271.81º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB5CF1 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 92 | 241 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.05 |
| HSL | 271.81º | 0.84% | 0.65% | - |
| HSV(B) | 271.81º | 0.62% | 0.95% | - |
| XYZ | 36.5 | 22.66 | 85.67 | - |
| YUV | 132.61 | 189.17 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 92 | 241 | 0.29 | 0.62 | 0 | 0.05 | 271.81 | 0.84 | 0.65 |
| Hex | AB | 5C | F1 | 1D | 3E | 0 | 5 | 110 | 54 | 41 |
| Octal | 253 | 134 | 361 | 35 | 76 | 0 | 5 | 420 | 124 | 101 |
| Binary | 10101011 | 1011100 | 11110001 | 11101 | 111110 | 0 | 101 | 100010000 | 1010100 | 1000001 |
Color Harmonies of #AB5CF1
Complementary color
Monochromatic Colors of #AB5CF1
Black with #AB5CF1
Text Example
Text Example
White with #AB5CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5CF1; }
p { color: rgb(171,92,241); }
H1.HeaderClassName
{
color: #AB5CF1;
}
.AnyTagClassName
{
color: #AB5CF1;
}
</style>
background-color css
<style>
a { background-color: #AB5CF1; }
a { background-color: rgb(171,92,241); }
div.DivClassName
{
background-color: #AB5CF1;
}
.BgClassName
{
background-color: #AB5CF1;
}
</style>
border-color css
<style>
span { border-color: #AB5CF1; }
span { border-color: rgb(171,92,241); }
td.TdClassName
{
border-color: #AB5CF1;
}
.TagClassName
{
border-color: #AB5CF1;
}
</style>