Shades of Medium Orchid #AC4BDF
Tints of Medium Orchid #AC4BDF
RGB
CMYK
RGB Variations
Color information
#AC4BDF (or 0xAC4BDF) is known color: Medium Orchid. HEX triplet: AC, 4B and DF. RGB value is (172,75,223). Sum of RGB (Red+Green+Blue) = 172+75+223=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC4BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4BDF is #53B420. Grayscale: #787878. Windows color (decimal): -5485601 or 14633900. OLE color: 14633900.
HSL color Cylindrical-coordinate representation of color #AC4BDF: hue angle of 279.32º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC4BDF is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 75 | 223 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.13 |
| HSL | 279.32º | 0.7% | 0.58% | - |
| HSV(B) | 279.32º | 0.66% | 0.87% | - |
| XYZ | 32.85 | 19.13 | 71.77 | - |
| YUV | 120.88 | 185.64 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 75 | 223 | 0.23 | 0.66 | 0 | 0.13 | 279.32 | 0.7 | 0.58 |
| Hex | AC | 4B | DF | 17 | 42 | 0 | D | 117 | 46 | 3A |
| Octal | 254 | 113 | 337 | 27 | 102 | 0 | 15 | 427 | 106 | 72 |
| Binary | 10101100 | 1001011 | 11011111 | 10111 | 1000010 | 0 | 1101 | 100010111 | 1000110 | 111010 |
Color Harmonies of #AC4BDF
Complementary color
Monochromatic Colors of #AC4BDF
Black with #AC4BDF
Text Example
Text Example
White with #AC4BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4BDF; }
p { color: rgb(172,75,223); }
H1.HeaderClassName
{
color: #AC4BDF;
}
.AnyTagClassName
{
color: #AC4BDF;
}
</style>
background-color css
<style>
a { background-color: #AC4BDF; }
a { background-color: rgb(172,75,223); }
div.DivClassName
{
background-color: #AC4BDF;
}
.BgClassName
{
background-color: #AC4BDF;
}
</style>
border-color css
<style>
span { border-color: #AC4BDF; }
span { border-color: rgb(172,75,223); }
td.TdClassName
{
border-color: #AC4BDF;
}
.TagClassName
{
border-color: #AC4BDF;
}
</style>