Shades of Medium Orchid #AC5BED
Tints of Medium Orchid #AC5BED
RGB
CMYK
RGB Variations
Color information
#AC5BED (or 0xAC5BED) is known color: Medium Orchid. HEX triplet: AC, 5B and ED. RGB value is (172,91,237). Sum of RGB (Red+Green+Blue) = 172+91+237=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 91 (35.94% from 255 or 18.2% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC5BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5BED is #53A412. Grayscale: #838383. Windows color (decimal): -5481491 or 15555500. OLE color: 15555500.
HSL color Cylindrical-coordinate representation of color #AC5BED: hue angle of 273.29º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC5BED is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 91 | 237 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.07 |
| HSL | 273.29º | 0.8% | 0.64% | - |
| HSV(B) | 273.29º | 0.62% | 0.93% | - |
| XYZ | 36.04 | 22.37 | 82.54 | - |
| YUV | 131.86 | 187.34 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 91 | 237 | 0.27 | 0.62 | 0 | 0.07 | 273.29 | 0.8 | 0.64 |
| Hex | AC | 5B | ED | 1B | 3E | 0 | 7 | 111 | 50 | 40 |
| Octal | 254 | 133 | 355 | 33 | 76 | 0 | 7 | 421 | 120 | 100 |
| Binary | 10101100 | 1011011 | 11101101 | 11011 | 111110 | 0 | 111 | 100010001 | 1010000 | 1000000 |
Color Harmonies of #AC5BED
Complementary color
Monochromatic Colors of #AC5BED
Black with #AC5BED
Text Example
Text Example
White with #AC5BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5BED; }
p { color: rgb(172,91,237); }
H1.HeaderClassName
{
color: #AC5BED;
}
.AnyTagClassName
{
color: #AC5BED;
}
</style>
background-color css
<style>
a { background-color: #AC5BED; }
a { background-color: rgb(172,91,237); }
div.DivClassName
{
background-color: #AC5BED;
}
.BgClassName
{
background-color: #AC5BED;
}
</style>
border-color css
<style>
span { border-color: #AC5BED; }
span { border-color: rgb(172,91,237); }
td.TdClassName
{
border-color: #AC5BED;
}
.TagClassName
{
border-color: #AC5BED;
}
</style>