Shades of Medium Orchid #AC4BED
Tints of Medium Orchid #AC4BED
RGB
CMYK
RGB Variations
Color information
#AC4BED (or 0xAC4BED) is known color: Medium Orchid. HEX triplet: AC, 4B and ED. RGB value is (172,75,237). Sum of RGB (Red+Green+Blue) = 172+75+237=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 75 (29.69% from 255 or 15.50% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC4BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC4BED is #53B412. Grayscale: #797979. Windows color (decimal): -5485587 or 15551404. OLE color: 15551404.
HSL color Cylindrical-coordinate representation of color #AC4BED: hue angle of 275.93º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC4BED is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 75 | 237 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.07 |
| HSL | 275.93º | 0.82% | 0.61% | - |
| HSV(B) | 275.93º | 0.68% | 0.93% | - |
| XYZ | 34.82 | 19.92 | 82.13 | - |
| YUV | 122.47 | 192.64 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 75 | 237 | 0.27 | 0.68 | 0 | 0.07 | 275.93 | 0.82 | 0.61 |
| Hex | AC | 4B | ED | 1B | 44 | 0 | 7 | 114 | 52 | 3D |
| Octal | 254 | 113 | 355 | 33 | 104 | 0 | 7 | 424 | 122 | 75 |
| Binary | 10101100 | 1001011 | 11101101 | 11011 | 1000100 | 0 | 111 | 100010100 | 1010010 | 111101 |
Color Harmonies of #AC4BED
Complementary color
Monochromatic Colors of #AC4BED
Black with #AC4BED
Text Example
Text Example
White with #AC4BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4BED; }
p { color: rgb(172,75,237); }
H1.HeaderClassName
{
color: #AC4BED;
}
.AnyTagClassName
{
color: #AC4BED;
}
</style>
background-color css
<style>
a { background-color: #AC4BED; }
a { background-color: rgb(172,75,237); }
div.DivClassName
{
background-color: #AC4BED;
}
.BgClassName
{
background-color: #AC4BED;
}
</style>
border-color css
<style>
span { border-color: #AC4BED; }
span { border-color: rgb(172,75,237); }
td.TdClassName
{
border-color: #AC4BED;
}
.TagClassName
{
border-color: #AC4BED;
}
</style>