Shades of Medium Orchid #AB4ECE
Tints of Medium Orchid #AB4ECE
RGB
CMYK
RGB Variations
Color information
#AB4ECE (or 0xAB4ECE) is known color: Medium Orchid. HEX triplet: AB, 4E and CE. RGB value is (171,78,206). Sum of RGB (Red+Green+Blue) = 171+78+206=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB4ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4ECE is #54B131. Grayscale: #777777. Windows color (decimal): -5550386 or 13520555. OLE color: 13520555.
HSL color Cylindrical-coordinate representation of color #AB4ECE: hue angle of 283.59º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB4ECE is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 78 | 206 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.19 |
| HSL | 283.59º | 0.57% | 0.56% | - |
| HSV(B) | 283.59º | 0.62% | 0.81% | - |
| XYZ | 30.66 | 18.56 | 60.36 | - |
| YUV | 120.4 | 176.31 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 78 | 206 | 0.17 | 0.62 | 0 | 0.19 | 283.59 | 0.57 | 0.56 |
| Hex | AB | 4E | CE | 11 | 3E | 0 | 13 | 11C | 39 | 38 |
| Octal | 253 | 116 | 316 | 21 | 76 | 0 | 23 | 434 | 71 | 70 |
| Binary | 10101011 | 1001110 | 11001110 | 10001 | 111110 | 0 | 10011 | 100011100 | 111001 | 111000 |
Color Harmonies of #AB4ECE
Complementary color
Monochromatic Colors of #AB4ECE
Black with #AB4ECE
Text Example
Text Example
White with #AB4ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4ECE; }
p { color: rgb(171,78,206); }
H1.HeaderClassName
{
color: #AB4ECE;
}
.AnyTagClassName
{
color: #AB4ECE;
}
</style>
background-color css
<style>
a { background-color: #AB4ECE; }
a { background-color: rgb(171,78,206); }
div.DivClassName
{
background-color: #AB4ECE;
}
.BgClassName
{
background-color: #AB4ECE;
}
</style>
border-color css
<style>
span { border-color: #AB4ECE; }
span { border-color: rgb(171,78,206); }
td.TdClassName
{
border-color: #AB4ECE;
}
.TagClassName
{
border-color: #AB4ECE;
}
</style>