Shades of Medium Orchid #AB45CF
Tints of Medium Orchid #AB45CF
RGB
CMYK
RGB Variations
Color information
#AB45CF (or 0xAB45CF) is known color: Medium Orchid. HEX triplet: AB, 45 and CF. RGB value is (171,69,207). Sum of RGB (Red+Green+Blue) = 171+69+207=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB45CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB45CF is #54BA30. Grayscale: #727272. Windows color (decimal): -5552689 or 13583787. OLE color: 13583787.
HSL color Cylindrical-coordinate representation of color #AB45CF: hue angle of 284.35º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB45CF is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 69 | 207 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.19 |
| HSL | 284.35º | 0.59% | 0.54% | - |
| HSV(B) | 284.35º | 0.67% | 0.81% | - |
| XYZ | 30.19 | 17.42 | 60.8 | - |
| YUV | 115.23 | 179.79 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 207 | 0.17 | 0.67 | 0 | 0.19 | 284.35 | 0.59 | 0.54 |
| Hex | AB | 45 | CF | 11 | 43 | 0 | 13 | 11C | 3B | 36 |
| Octal | 253 | 105 | 317 | 21 | 103 | 0 | 23 | 434 | 73 | 66 |
| Binary | 10101011 | 1000101 | 11001111 | 10001 | 1000011 | 0 | 10011 | 100011100 | 111011 | 110110 |
Color Harmonies of #AB45CF
Complementary color
Monochromatic Colors of #AB45CF
Black with #AB45CF
Text Example
Text Example
White with #AB45CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB45CF; }
p { color: rgb(171,69,207); }
H1.HeaderClassName
{
color: #AB45CF;
}
.AnyTagClassName
{
color: #AB45CF;
}
</style>
background-color css
<style>
a { background-color: #AB45CF; }
a { background-color: rgb(171,69,207); }
div.DivClassName
{
background-color: #AB45CF;
}
.BgClassName
{
background-color: #AB45CF;
}
</style>
border-color css
<style>
span { border-color: #AB45CF; }
span { border-color: rgb(171,69,207); }
td.TdClassName
{
border-color: #AB45CF;
}
.TagClassName
{
border-color: #AB45CF;
}
</style>