Shades of Medium Orchid #AB5DD5
Tints of Medium Orchid #AB5DD5
RGB
CMYK
RGB Variations
Color information
#AB5DD5 (or 0xAB5DD5) is known color: Medium Orchid. HEX triplet: AB, 5D and D5. RGB value is (171,93,213). Sum of RGB (Red+Green+Blue) = 171+93+213=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB5DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5DD5 is #54A22A. Grayscale: #818181. Windows color (decimal): -5546539 or 13983147. OLE color: 13983147.
HSL color Cylindrical-coordinate representation of color #AB5DD5: hue angle of 279º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB5DD5 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 93 | 213 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.16 |
| HSL | 279º | 0.59% | 0.6% | - |
| HSV(B) | 279º | 0.56% | 0.84% | - |
| XYZ | 32.72 | 21.29 | 65.34 | - |
| YUV | 130 | 174.84 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 213 | 0.20 | 0.56 | 0 | 0.16 | 279 | 0.59 | 0.6 |
| Hex | AB | 5D | D5 | 14 | 38 | 0 | 10 | 117 | 3B | 3C |
| Octal | 253 | 135 | 325 | 24 | 70 | 0 | 20 | 427 | 73 | 74 |
| Binary | 10101011 | 1011101 | 11010101 | 10100 | 111000 | 0 | 10000 | 100010111 | 111011 | 111100 |
Color Harmonies of #AB5DD5
Complementary color
Monochromatic Colors of #AB5DD5
Black with #AB5DD5
Text Example
Text Example
White with #AB5DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5DD5; }
p { color: rgb(171,93,213); }
H1.HeaderClassName
{
color: #AB5DD5;
}
.AnyTagClassName
{
color: #AB5DD5;
}
</style>
background-color css
<style>
a { background-color: #AB5DD5; }
a { background-color: rgb(171,93,213); }
div.DivClassName
{
background-color: #AB5DD5;
}
.BgClassName
{
background-color: #AB5DD5;
}
</style>
border-color css
<style>
span { border-color: #AB5DD5; }
span { border-color: rgb(171,93,213); }
td.TdClassName
{
border-color: #AB5DD5;
}
.TagClassName
{
border-color: #AB5DD5;
}
</style>