Shades of Medium Orchid #AB41E5
Tints of Medium Orchid #AB41E5
RGB
CMYK
RGB Variations
Color information
#AB41E5 (or 0xAB41E5) is known color: Medium Orchid. HEX triplet: AB, 41 and E5. RGB value is (171,65,229). Sum of RGB (Red+Green+Blue) = 171+65+229=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB41E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB41E5 is #54BE1A. Grayscale: #727272. Windows color (decimal): -5553691 or 15024555. OLE color: 15024555.
HSL color Cylindrical-coordinate representation of color #AB41E5: hue angle of 278.78º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB41E5 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 65 | 229 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.10 |
| HSL | 278.78º | 0.76% | 0.58% | - |
| HSV(B) | 278.78º | 0.72% | 0.9% | - |
| XYZ | 32.83 | 18.1 | 75.89 | - |
| YUV | 115.39 | 192.12 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 229 | 0.25 | 0.72 | 0 | 0.10 | 278.78 | 0.76 | 0.58 |
| Hex | AB | 41 | E5 | 19 | 48 | 0 | A | 117 | 4C | 3A |
| Octal | 253 | 101 | 345 | 31 | 110 | 0 | 12 | 427 | 114 | 72 |
| Binary | 10101011 | 1000001 | 11100101 | 11001 | 1001000 | 0 | 1010 | 100010111 | 1001100 | 111010 |
Color Harmonies of #AB41E5
Complementary color
Monochromatic Colors of #AB41E5
Black with #AB41E5
Text Example
Text Example
White with #AB41E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB41E5; }
p { color: rgb(171,65,229); }
H1.HeaderClassName
{
color: #AB41E5;
}
.AnyTagClassName
{
color: #AB41E5;
}
</style>
background-color css
<style>
a { background-color: #AB41E5; }
a { background-color: rgb(171,65,229); }
div.DivClassName
{
background-color: #AB41E5;
}
.BgClassName
{
background-color: #AB41E5;
}
</style>
border-color css
<style>
span { border-color: #AB41E5; }
span { border-color: rgb(171,65,229); }
td.TdClassName
{
border-color: #AB41E5;
}
.TagClassName
{
border-color: #AB41E5;
}
</style>