Shades of Medium Orchid #AB46EE
Tints of Medium Orchid #AB46EE
RGB
CMYK
RGB Variations
Color information
#AB46EE (or 0xAB46EE) is known color: Medium Orchid. HEX triplet: AB, 46 and EE. RGB value is (171,70,238). Sum of RGB (Red+Green+Blue) = 171+70+238=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB46EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB46EE is #54B911. Grayscale: #767676. Windows color (decimal): -5552402 or 15615659. OLE color: 15615659.
HSL color Cylindrical-coordinate representation of color #AB46EE: hue angle of 276.07º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB46EE is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 70 | 238 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.07 |
| HSL | 276.07º | 0.83% | 0.6% | - |
| HSV(B) | 276.07º | 0.71% | 0.93% | - |
| XYZ | 34.42 | 19.21 | 82.78 | - |
| YUV | 119.35 | 194.96 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 238 | 0.28 | 0.71 | 0 | 0.07 | 276.07 | 0.83 | 0.6 |
| Hex | AB | 46 | EE | 1C | 47 | 0 | 7 | 114 | 53 | 3C |
| Octal | 253 | 106 | 356 | 34 | 107 | 0 | 7 | 424 | 123 | 74 |
| Binary | 10101011 | 1000110 | 11101110 | 11100 | 1000111 | 0 | 111 | 100010100 | 1010011 | 111100 |
Color Harmonies of #AB46EE
Complementary color
Monochromatic Colors of #AB46EE
Black with #AB46EE
Text Example
Text Example
White with #AB46EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB46EE; }
p { color: rgb(171,70,238); }
H1.HeaderClassName
{
color: #AB46EE;
}
.AnyTagClassName
{
color: #AB46EE;
}
</style>
background-color css
<style>
a { background-color: #AB46EE; }
a { background-color: rgb(171,70,238); }
div.DivClassName
{
background-color: #AB46EE;
}
.BgClassName
{
background-color: #AB46EE;
}
</style>
border-color css
<style>
span { border-color: #AB46EE; }
span { border-color: rgb(171,70,238); }
td.TdClassName
{
border-color: #AB46EE;
}
.TagClassName
{
border-color: #AB46EE;
}
</style>