Shades of Medium Orchid #AB43EC
Tints of Medium Orchid #AB43EC
RGB
CMYK
RGB Variations
Color information
#AB43EC (or 0xAB43EC) is known color: Medium Orchid. HEX triplet: AB, 43 and EC. RGB value is (171,67,236). Sum of RGB (Red+Green+Blue) = 171+67+236=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 67 (26.56% from 255 or 14.14% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB43EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB43EC is #54BC13. Grayscale: #747474. Windows color (decimal): -5553172 or 15483819. OLE color: 15483819.
HSL color Cylindrical-coordinate representation of color #AB43EC: hue angle of 276.92º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB43EC is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 67 | 236 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.07 |
| HSL | 276.92º | 0.82% | 0.59% | - |
| HSV(B) | 276.92º | 0.72% | 0.93% | - |
| XYZ | 33.94 | 18.73 | 81.18 | - |
| YUV | 117.36 | 194.96 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 67 | 236 | 0.28 | 0.72 | 0 | 0.07 | 276.92 | 0.82 | 0.59 |
| Hex | AB | 43 | EC | 1C | 48 | 0 | 7 | 115 | 52 | 3B |
| Octal | 253 | 103 | 354 | 34 | 110 | 0 | 7 | 425 | 122 | 73 |
| Binary | 10101011 | 1000011 | 11101100 | 11100 | 1001000 | 0 | 111 | 100010101 | 1010010 | 111011 |
Color Harmonies of #AB43EC
Complementary color
Monochromatic Colors of #AB43EC
Black with #AB43EC
Text Example
Text Example
White with #AB43EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB43EC; }
p { color: rgb(171,67,236); }
H1.HeaderClassName
{
color: #AB43EC;
}
.AnyTagClassName
{
color: #AB43EC;
}
</style>
background-color css
<style>
a { background-color: #AB43EC; }
a { background-color: rgb(171,67,236); }
div.DivClassName
{
background-color: #AB43EC;
}
.BgClassName
{
background-color: #AB43EC;
}
</style>
border-color css
<style>
span { border-color: #AB43EC; }
span { border-color: rgb(171,67,236); }
td.TdClassName
{
border-color: #AB43EC;
}
.TagClassName
{
border-color: #AB43EC;
}
</style>