Shades of Medium Orchid #AB4CC6
Tints of Medium Orchid #AB4CC6
RGB
CMYK
RGB Variations
Color information
#AB4CC6 (or 0xAB4CC6) is known color: Medium Orchid. HEX triplet: AB, 4C and C6. RGB value is (171,76,198). Sum of RGB (Red+Green+Blue) = 171+76+198=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 198 (77.73% from 255 or 44.49% from 445); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB4CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4CC6 is #54B339. Grayscale: #757575. Windows color (decimal): -5550906 or 12995755. OLE color: 12995755.
HSL color Cylindrical-coordinate representation of color #AB4CC6: hue angle of 286.72º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB4CC6 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 76 | 198 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.22 |
| HSL | 286.72º | 0.52% | 0.54% | - |
| HSV(B) | 286.72º | 0.62% | 0.78% | - |
| XYZ | 29.57 | 17.9 | 55.32 | - |
| YUV | 118.31 | 172.97 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 198 | 0.14 | 0.62 | 0 | 0.22 | 286.72 | 0.52 | 0.54 |
| Hex | AB | 4C | C6 | E | 3E | 0 | 16 | 11F | 34 | 36 |
| Octal | 253 | 114 | 306 | 16 | 76 | 0 | 26 | 437 | 64 | 66 |
| Binary | 10101011 | 1001100 | 11000110 | 1110 | 111110 | 0 | 10110 | 100011111 | 110100 | 110110 |
Color Harmonies of #AB4CC6
Complementary color
Monochromatic Colors of #AB4CC6
Black with #AB4CC6
Text Example
Text Example
White with #AB4CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4CC6; }
p { color: rgb(171,76,198); }
H1.HeaderClassName
{
color: #AB4CC6;
}
.AnyTagClassName
{
color: #AB4CC6;
}
</style>
background-color css
<style>
a { background-color: #AB4CC6; }
a { background-color: rgb(171,76,198); }
div.DivClassName
{
background-color: #AB4CC6;
}
.BgClassName
{
background-color: #AB4CC6;
}
</style>
border-color css
<style>
span { border-color: #AB4CC6; }
span { border-color: rgb(171,76,198); }
td.TdClassName
{
border-color: #AB4CC6;
}
.TagClassName
{
border-color: #AB4CC6;
}
</style>