Shades of Medium Orchid #AB4EED
Tints of Medium Orchid #AB4EED
RGB
CMYK
RGB Variations
Color information
#AB4EED (or 0xAB4EED) is known color: Medium Orchid. HEX triplet: AB, 4E and ED. RGB value is (171,78,237). Sum of RGB (Red+Green+Blue) = 171+78+237=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 78 (30.86% from 255 or 16.05% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB4EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4EED is #54B112. Grayscale: #7B7B7B. Windows color (decimal): -5550355 or 15552171. OLE color: 15552171.
HSL color Cylindrical-coordinate representation of color #AB4EED: hue angle of 275.09º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB4EED is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 78 | 237 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.07 |
| HSL | 275.09º | 0.82% | 0.62% | - |
| HSV(B) | 275.09º | 0.67% | 0.93% | - |
| XYZ | 34.81 | 20.22 | 82.19 | - |
| YUV | 123.93 | 191.81 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 78 | 237 | 0.28 | 0.67 | 0 | 0.07 | 275.09 | 0.82 | 0.62 |
| Hex | AB | 4E | ED | 1C | 43 | 0 | 7 | 113 | 52 | 3E |
| Octal | 253 | 116 | 355 | 34 | 103 | 0 | 7 | 423 | 122 | 76 |
| Binary | 10101011 | 1001110 | 11101101 | 11100 | 1000011 | 0 | 111 | 100010011 | 1010010 | 111110 |
Color Harmonies of #AB4EED
Complementary color
Monochromatic Colors of #AB4EED
Black with #AB4EED
Text Example
Text Example
White with #AB4EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4EED; }
p { color: rgb(171,78,237); }
H1.HeaderClassName
{
color: #AB4EED;
}
.AnyTagClassName
{
color: #AB4EED;
}
</style>
background-color css
<style>
a { background-color: #AB4EED; }
a { background-color: rgb(171,78,237); }
div.DivClassName
{
background-color: #AB4EED;
}
.BgClassName
{
background-color: #AB4EED;
}
</style>
border-color css
<style>
span { border-color: #AB4EED; }
span { border-color: rgb(171,78,237); }
td.TdClassName
{
border-color: #AB4EED;
}
.TagClassName
{
border-color: #AB4EED;
}
</style>