Shades of Medium Orchid #AB4CC9
Tints of Medium Orchid #AB4CC9
RGB
CMYK
RGB Variations
Color information
#AB4CC9 (or 0xAB4CC9) is known color: Medium Orchid. HEX triplet: AB, 4C and C9. RGB value is (171,76,201). Sum of RGB (Red+Green+Blue) = 171+76+201=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB4CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4CC9 is #54B336. Grayscale: #767676. Windows color (decimal): -5550903 or 13192363. OLE color: 13192363.
HSL color Cylindrical-coordinate representation of color #AB4CC9: hue angle of 285.6º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB4CC9 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 76 | 201 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.21 |
| HSL | 285.6º | 0.54% | 0.54% | - |
| HSV(B) | 285.6º | 0.62% | 0.79% | - |
| XYZ | 29.92 | 18.04 | 57.16 | - |
| YUV | 118.66 | 174.47 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 201 | 0.15 | 0.62 | 0 | 0.21 | 285.6 | 0.54 | 0.54 |
| Hex | AB | 4C | C9 | F | 3E | 0 | 15 | 11E | 36 | 36 |
| Octal | 253 | 114 | 311 | 17 | 76 | 0 | 25 | 436 | 66 | 66 |
| Binary | 10101011 | 1001100 | 11001001 | 1111 | 111110 | 0 | 10101 | 100011110 | 110110 | 110110 |
Color Harmonies of #AB4CC9
Complementary color
Monochromatic Colors of #AB4CC9
Black with #AB4CC9
Text Example
Text Example
White with #AB4CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4CC9; }
p { color: rgb(171,76,201); }
H1.HeaderClassName
{
color: #AB4CC9;
}
.AnyTagClassName
{
color: #AB4CC9;
}
</style>
background-color css
<style>
a { background-color: #AB4CC9; }
a { background-color: rgb(171,76,201); }
div.DivClassName
{
background-color: #AB4CC9;
}
.BgClassName
{
background-color: #AB4CC9;
}
</style>
border-color css
<style>
span { border-color: #AB4CC9; }
span { border-color: rgb(171,76,201); }
td.TdClassName
{
border-color: #AB4CC9;
}
.TagClassName
{
border-color: #AB4CC9;
}
</style>