Shades of Medium Orchid #AB5AF1
Tints of Medium Orchid #AB5AF1
RGB
CMYK
RGB Variations
Color information
#AB5AF1 (or 0xAB5AF1) is known color: Medium Orchid. HEX triplet: AB, 5A and F1. RGB value is (171,90,241). Sum of RGB (Red+Green+Blue) = 171+90+241=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB5AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5AF1 is #54A50E. Grayscale: #828282. Windows color (decimal): -5547279 or 15817387. OLE color: 15817387.
HSL color Cylindrical-coordinate representation of color #AB5AF1: hue angle of 272.19º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB5AF1 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 90 | 241 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.05 |
| HSL | 272.19º | 0.84% | 0.65% | - |
| HSV(B) | 272.19º | 0.63% | 0.95% | - |
| XYZ | 36.33 | 22.32 | 85.61 | - |
| YUV | 131.43 | 189.84 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 90 | 241 | 0.29 | 0.63 | 0 | 0.05 | 272.19 | 0.84 | 0.65 |
| Hex | AB | 5A | F1 | 1D | 3F | 0 | 5 | 110 | 54 | 41 |
| Octal | 253 | 132 | 361 | 35 | 77 | 0 | 5 | 420 | 124 | 101 |
| Binary | 10101011 | 1011010 | 11110001 | 11101 | 111111 | 0 | 101 | 100010000 | 1010100 | 1000001 |
Color Harmonies of #AB5AF1
Complementary color
Monochromatic Colors of #AB5AF1
Black with #AB5AF1
Text Example
Text Example
White with #AB5AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5AF1; }
p { color: rgb(171,90,241); }
H1.HeaderClassName
{
color: #AB5AF1;
}
.AnyTagClassName
{
color: #AB5AF1;
}
</style>
background-color css
<style>
a { background-color: #AB5AF1; }
a { background-color: rgb(171,90,241); }
div.DivClassName
{
background-color: #AB5AF1;
}
.BgClassName
{
background-color: #AB5AF1;
}
</style>
border-color css
<style>
span { border-color: #AB5AF1; }
span { border-color: rgb(171,90,241); }
td.TdClassName
{
border-color: #AB5AF1;
}
.TagClassName
{
border-color: #AB5AF1;
}
</style>