Shades of Medium Orchid #AB45C5
Tints of Medium Orchid #AB45C5
RGB
CMYK
RGB Variations
Color information
#AB45C5 (or 0xAB45C5) is known color: Medium Orchid. HEX triplet: AB, 45 and C5. RGB value is (171,69,197). Sum of RGB (Red+Green+Blue) = 171+69+197=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 197 (77.34% from 255 or 45.08% from 437); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB45C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB45C5 is #54BA3A. Grayscale: #717171. Windows color (decimal): -5552699 or 12928427. OLE color: 12928427.
HSL color Cylindrical-coordinate representation of color #AB45C5: hue angle of 287.81º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB45C5 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 69 | 197 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.23 |
| HSL | 287.81º | 0.52% | 0.52% | - |
| HSV(B) | 287.81º | 0.65% | 0.77% | - |
| XYZ | 29 | 16.95 | 54.57 | - |
| YUV | 114.09 | 174.79 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 197 | 0.13 | 0.65 | 0 | 0.23 | 287.81 | 0.52 | 0.52 |
| Hex | AB | 45 | C5 | D | 41 | 0 | 17 | 120 | 34 | 34 |
| Octal | 253 | 105 | 305 | 15 | 101 | 0 | 27 | 440 | 64 | 64 |
| Binary | 10101011 | 1000101 | 11000101 | 1101 | 1000001 | 0 | 10111 | 100100000 | 110100 | 110100 |
Color Harmonies of #AB45C5
Complementary color
Monochromatic Colors of #AB45C5
Black with #AB45C5
Text Example
Text Example
White with #AB45C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB45C5; }
p { color: rgb(171,69,197); }
H1.HeaderClassName
{
color: #AB45C5;
}
.AnyTagClassName
{
color: #AB45C5;
}
</style>
background-color css
<style>
a { background-color: #AB45C5; }
a { background-color: rgb(171,69,197); }
div.DivClassName
{
background-color: #AB45C5;
}
.BgClassName
{
background-color: #AB45C5;
}
</style>
border-color css
<style>
span { border-color: #AB45C5; }
span { border-color: rgb(171,69,197); }
td.TdClassName
{
border-color: #AB45C5;
}
.TagClassName
{
border-color: #AB45C5;
}
</style>