Shades of Medium Orchid #AB4EE6
Tints of Medium Orchid #AB4EE6
RGB
CMYK
RGB Variations
Color information
#AB4EE6 (or 0xAB4EE6) is known color: Medium Orchid. HEX triplet: AB, 4E and E6. RGB value is (171,78,230). Sum of RGB (Red+Green+Blue) = 171+78+230=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 230 (90.23% from 255 or 48.02% from 479); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB4EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4EE6 is #54B119. Grayscale: #7A7A7A. Windows color (decimal): -5550362 or 15093419. OLE color: 15093419.
HSL color Cylindrical-coordinate representation of color #AB4EE6: hue angle of 276.71º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB4EE6 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 78 | 230 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.10 |
| HSL | 276.71º | 0.75% | 0.6% | - |
| HSV(B) | 276.71º | 0.66% | 0.9% | - |
| XYZ | 33.8 | 19.82 | 76.91 | - |
| YUV | 123.14 | 188.31 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 78 | 230 | 0.26 | 0.66 | 0 | 0.10 | 276.71 | 0.75 | 0.6 |
| Hex | AB | 4E | E6 | 1A | 42 | 0 | A | 115 | 4B | 3C |
| Octal | 253 | 116 | 346 | 32 | 102 | 0 | 12 | 425 | 113 | 74 |
| Binary | 10101011 | 1001110 | 11100110 | 11010 | 1000010 | 0 | 1010 | 100010101 | 1001011 | 111100 |
Color Harmonies of #AB4EE6
Complementary color
Monochromatic Colors of #AB4EE6
Black with #AB4EE6
Text Example
Text Example
White with #AB4EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4EE6; }
p { color: rgb(171,78,230); }
H1.HeaderClassName
{
color: #AB4EE6;
}
.AnyTagClassName
{
color: #AB4EE6;
}
</style>
background-color css
<style>
a { background-color: #AB4EE6; }
a { background-color: rgb(171,78,230); }
div.DivClassName
{
background-color: #AB4EE6;
}
.BgClassName
{
background-color: #AB4EE6;
}
</style>
border-color css
<style>
span { border-color: #AB4EE6; }
span { border-color: rgb(171,78,230); }
td.TdClassName
{
border-color: #AB4EE6;
}
.TagClassName
{
border-color: #AB4EE6;
}
</style>