Shades of Medium Orchid #AB41ED
Tints of Medium Orchid #AB41ED
RGB
CMYK
RGB Variations
Color information
#AB41ED (or 0xAB41ED) is known color: Medium Orchid. HEX triplet: AB, 41 and ED. RGB value is (171,65,237). Sum of RGB (Red+Green+Blue) = 171+65+237=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB41ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB41ED is #54BE12. Grayscale: #737373. Windows color (decimal): -5553683 or 15548843. OLE color: 15548843.
HSL color Cylindrical-coordinate representation of color #AB41ED: hue angle of 276.98º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB41ED is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 65 | 237 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.07 |
| HSL | 276.98º | 0.83% | 0.59% | - |
| HSV(B) | 276.98º | 0.73% | 0.93% | - |
| XYZ | 33.97 | 18.55 | 81.91 | - |
| YUV | 116.3 | 196.12 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 237 | 0.28 | 0.73 | 0 | 0.07 | 276.98 | 0.83 | 0.59 |
| Hex | AB | 41 | ED | 1C | 49 | 0 | 7 | 115 | 53 | 3B |
| Octal | 253 | 101 | 355 | 34 | 111 | 0 | 7 | 425 | 123 | 73 |
| Binary | 10101011 | 1000001 | 11101101 | 11100 | 1001001 | 0 | 111 | 100010101 | 1010011 | 111011 |
Color Harmonies of #AB41ED
Complementary color
Monochromatic Colors of #AB41ED
Black with #AB41ED
Text Example
Text Example
White with #AB41ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB41ED; }
p { color: rgb(171,65,237); }
H1.HeaderClassName
{
color: #AB41ED;
}
.AnyTagClassName
{
color: #AB41ED;
}
</style>
background-color css
<style>
a { background-color: #AB41ED; }
a { background-color: rgb(171,65,237); }
div.DivClassName
{
background-color: #AB41ED;
}
.BgClassName
{
background-color: #AB41ED;
}
</style>
border-color css
<style>
span { border-color: #AB41ED; }
span { border-color: rgb(171,65,237); }
td.TdClassName
{
border-color: #AB41ED;
}
.TagClassName
{
border-color: #AB41ED;
}
</style>