Shades of Medium Orchid #AC5BD3
Tints of Medium Orchid #AC5BD3
RGB
CMYK
RGB Variations
Color information
#AC5BD3 (or 0xAC5BD3) is known color: Medium Orchid. HEX triplet: AC, 5B and D3. RGB value is (172,91,211). Sum of RGB (Red+Green+Blue) = 172+91+211=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 211 (82.81% from 255 or 44.51% from 474); Max value from RGB is 211 - color contains mainly: blue. Hex color #AC5BD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5BD3 is #53A42C. Grayscale: #808080. Windows color (decimal): -5481517 or 13851564. OLE color: 13851564.
HSL color Cylindrical-coordinate representation of color #AC5BD3: hue angle of 280.5º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC5BD3 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 91 | 211 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.17 |
| HSL | 280.5º | 0.58% | 0.59% | - |
| HSV(B) | 280.5º | 0.57% | 0.83% | - |
| XYZ | 32.51 | 20.96 | 63.96 | - |
| YUV | 128.9 | 174.34 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 91 | 211 | 0.18 | 0.57 | 0 | 0.17 | 280.5 | 0.58 | 0.59 |
| Hex | AC | 5B | D3 | 12 | 39 | 0 | 11 | 118 | 3A | 3B |
| Octal | 254 | 133 | 323 | 22 | 71 | 0 | 21 | 430 | 72 | 73 |
| Binary | 10101100 | 1011011 | 11010011 | 10010 | 111001 | 0 | 10001 | 100011000 | 111010 | 111011 |
Color Harmonies of #AC5BD3
Complementary color
Monochromatic Colors of #AC5BD3
Black with #AC5BD3
Text Example
Text Example
White with #AC5BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5BD3; }
p { color: rgb(172,91,211); }
H1.HeaderClassName
{
color: #AC5BD3;
}
.AnyTagClassName
{
color: #AC5BD3;
}
</style>
background-color css
<style>
a { background-color: #AC5BD3; }
a { background-color: rgb(172,91,211); }
div.DivClassName
{
background-color: #AC5BD3;
}
.BgClassName
{
background-color: #AC5BD3;
}
</style>
border-color css
<style>
span { border-color: #AC5BD3; }
span { border-color: rgb(172,91,211); }
td.TdClassName
{
border-color: #AC5BD3;
}
.TagClassName
{
border-color: #AC5BD3;
}
</style>