Shades of Medium Orchid #AB4DEE
Tints of Medium Orchid #AB4DEE
RGB
CMYK
RGB Variations
Color information
#AB4DEE (or 0xAB4DEE) is known color: Medium Orchid. HEX triplet: AB, 4D and EE. RGB value is (171,77,238). Sum of RGB (Red+Green+Blue) = 171+77+238=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB4DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4DEE is #54B211. Grayscale: #7A7A7A. Windows color (decimal): -5550610 or 15617451. OLE color: 15617451.
HSL color Cylindrical-coordinate representation of color #AB4DEE: hue angle of 275.03º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB4DEE is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 77 | 238 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.07 |
| HSL | 275.03º | 0.83% | 0.62% | - |
| HSV(B) | 275.03º | 0.68% | 0.93% | - |
| XYZ | 34.88 | 20.14 | 82.94 | - |
| YUV | 123.46 | 192.64 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 238 | 0.28 | 0.68 | 0 | 0.07 | 275.03 | 0.83 | 0.62 |
| Hex | AB | 4D | EE | 1C | 44 | 0 | 7 | 113 | 53 | 3E |
| Octal | 253 | 115 | 356 | 34 | 104 | 0 | 7 | 423 | 123 | 76 |
| Binary | 10101011 | 1001101 | 11101110 | 11100 | 1000100 | 0 | 111 | 100010011 | 1010011 | 111110 |
Color Harmonies of #AB4DEE
Complementary color
Monochromatic Colors of #AB4DEE
Black with #AB4DEE
Text Example
Text Example
White with #AB4DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4DEE; }
p { color: rgb(171,77,238); }
H1.HeaderClassName
{
color: #AB4DEE;
}
.AnyTagClassName
{
color: #AB4DEE;
}
</style>
background-color css
<style>
a { background-color: #AB4DEE; }
a { background-color: rgb(171,77,238); }
div.DivClassName
{
background-color: #AB4DEE;
}
.BgClassName
{
background-color: #AB4DEE;
}
</style>
border-color css
<style>
span { border-color: #AB4DEE; }
span { border-color: rgb(171,77,238); }
td.TdClassName
{
border-color: #AB4DEE;
}
.TagClassName
{
border-color: #AB4DEE;
}
</style>