Shades of Medium Orchid #AC5BDD
Tints of Medium Orchid #AC5BDD
RGB
CMYK
RGB Variations
Color information
#AC5BDD (or 0xAC5BDD) is known color: Medium Orchid. HEX triplet: AC, 5B and DD. RGB value is (172,91,221). Sum of RGB (Red+Green+Blue) = 172+91+221=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 91 (35.94% from 255 or 18.80% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC5BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5BDD is #53A422. Grayscale: #818181. Windows color (decimal): -5481507 or 14506924. OLE color: 14506924.
HSL color Cylindrical-coordinate representation of color #AC5BDD: hue angle of 277.38º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC5BDD is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 91 | 221 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.13 |
| HSL | 277.38º | 0.66% | 0.61% | - |
| HSV(B) | 277.38º | 0.59% | 0.87% | - |
| XYZ | 33.81 | 21.47 | 70.77 | - |
| YUV | 130.04 | 179.34 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 91 | 221 | 0.22 | 0.59 | 0 | 0.13 | 277.38 | 0.66 | 0.61 |
| Hex | AC | 5B | DD | 16 | 3B | 0 | D | 115 | 42 | 3D |
| Octal | 254 | 133 | 335 | 26 | 73 | 0 | 15 | 425 | 102 | 75 |
| Binary | 10101100 | 1011011 | 11011101 | 10110 | 111011 | 0 | 1101 | 100010101 | 1000010 | 111101 |
Color Harmonies of #AC5BDD
Complementary color
Monochromatic Colors of #AC5BDD
Black with #AC5BDD
Text Example
Text Example
White with #AC5BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5BDD; }
p { color: rgb(172,91,221); }
H1.HeaderClassName
{
color: #AC5BDD;
}
.AnyTagClassName
{
color: #AC5BDD;
}
</style>
background-color css
<style>
a { background-color: #AC5BDD; }
a { background-color: rgb(172,91,221); }
div.DivClassName
{
background-color: #AC5BDD;
}
.BgClassName
{
background-color: #AC5BDD;
}
</style>
border-color css
<style>
span { border-color: #AC5BDD; }
span { border-color: rgb(172,91,221); }
td.TdClassName
{
border-color: #AC5BDD;
}
.TagClassName
{
border-color: #AC5BDD;
}
</style>