Shades of Medium Orchid #AB45DD
Tints of Medium Orchid #AB45DD
RGB
CMYK
RGB Variations
Color information
#AB45DD (or 0xAB45DD) is known color: Medium Orchid. HEX triplet: AB, 45 and DD. RGB value is (171,69,221). Sum of RGB (Red+Green+Blue) = 171+69+221=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB45DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB45DD is #54BA22. Grayscale: #747474. Windows color (decimal): -5552675 or 14501291. OLE color: 14501291.
HSL color Cylindrical-coordinate representation of color #AB45DD: hue angle of 280.26º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB45DD is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 69 | 221 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.13 |
| HSL | 280.26º | 0.69% | 0.57% | - |
| HSV(B) | 280.26º | 0.69% | 0.87% | - |
| XYZ | 31.97 | 18.13 | 70.22 | - |
| YUV | 116.83 | 186.79 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 221 | 0.23 | 0.69 | 0 | 0.13 | 280.26 | 0.69 | 0.57 |
| Hex | AB | 45 | DD | 17 | 45 | 0 | D | 118 | 45 | 39 |
| Octal | 253 | 105 | 335 | 27 | 105 | 0 | 15 | 430 | 105 | 71 |
| Binary | 10101011 | 1000101 | 11011101 | 10111 | 1000101 | 0 | 1101 | 100011000 | 1000101 | 111001 |
Color Harmonies of #AB45DD
Complementary color
Monochromatic Colors of #AB45DD
Black with #AB45DD
Text Example
Text Example
White with #AB45DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB45DD; }
p { color: rgb(171,69,221); }
H1.HeaderClassName
{
color: #AB45DD;
}
.AnyTagClassName
{
color: #AB45DD;
}
</style>
background-color css
<style>
a { background-color: #AB45DD; }
a { background-color: rgb(171,69,221); }
div.DivClassName
{
background-color: #AB45DD;
}
.BgClassName
{
background-color: #AB45DD;
}
</style>
border-color css
<style>
span { border-color: #AB45DD; }
span { border-color: rgb(171,69,221); }
td.TdClassName
{
border-color: #AB45DD;
}
.TagClassName
{
border-color: #AB45DD;
}
</style>