Shades of Medium Orchid #AB45EE
Tints of Medium Orchid #AB45EE
RGB
CMYK
RGB Variations
Color information
#AB45EE (or 0xAB45EE) is known color: Medium Orchid. HEX triplet: AB, 45 and EE. RGB value is (171,69,238). Sum of RGB (Red+Green+Blue) = 171+69+238=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 69 (27.34% from 255 or 14.44% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB45EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB45EE is #54BA11. Grayscale: #767676. Windows color (decimal): -5552658 or 15615403. OLE color: 15615403.
HSL color Cylindrical-coordinate representation of color #AB45EE: hue angle of 276.21º 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 #AB45EE is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 69 | 238 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.07 |
| HSL | 276.21º | 0.83% | 0.6% | - |
| HSV(B) | 276.21º | 0.71% | 0.93% | - |
| XYZ | 34.36 | 19.09 | 82.76 | - |
| YUV | 118.76 | 195.29 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 238 | 0.28 | 0.71 | 0 | 0.07 | 276.21 | 0.83 | 0.6 |
| Hex | AB | 45 | EE | 1C | 47 | 0 | 7 | 114 | 53 | 3C |
| Octal | 253 | 105 | 356 | 34 | 107 | 0 | 7 | 424 | 123 | 74 |
| Binary | 10101011 | 1000101 | 11101110 | 11100 | 1000111 | 0 | 111 | 100010100 | 1010011 | 111100 |
Color Harmonies of #AB45EE
Complementary color
Monochromatic Colors of #AB45EE
Black with #AB45EE
Text Example
Text Example
White with #AB45EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB45EE; }
p { color: rgb(171,69,238); }
H1.HeaderClassName
{
color: #AB45EE;
}
.AnyTagClassName
{
color: #AB45EE;
}
</style>
background-color css
<style>
a { background-color: #AB45EE; }
a { background-color: rgb(171,69,238); }
div.DivClassName
{
background-color: #AB45EE;
}
.BgClassName
{
background-color: #AB45EE;
}
</style>
border-color css
<style>
span { border-color: #AB45EE; }
span { border-color: rgb(171,69,238); }
td.TdClassName
{
border-color: #AB45EE;
}
.TagClassName
{
border-color: #AB45EE;
}
</style>