Shades of Medium Orchid #AC4BD1
Tints of Medium Orchid #AC4BD1
RGB
CMYK
RGB Variations
Color information
#AC4BD1 (or 0xAC4BD1) is known color: Medium Orchid. HEX triplet: AC, 4B and D1. RGB value is (172,75,209). Sum of RGB (Red+Green+Blue) = 172+75+209=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC4BD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4BD1 is #53B42E. Grayscale: #767676. Windows color (decimal): -5485615 or 13716396. OLE color: 13716396.
HSL color Cylindrical-coordinate representation of color #AC4BD1: hue angle of 283.43º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC4BD1 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 75 | 209 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.18 |
| HSL | 283.43º | 0.59% | 0.56% | - |
| HSV(B) | 283.43º | 0.64% | 0.82% | - |
| XYZ | 31.04 | 18.41 | 62.24 | - |
| YUV | 119.28 | 178.64 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 75 | 209 | 0.18 | 0.64 | 0 | 0.18 | 283.43 | 0.59 | 0.56 |
| Hex | AC | 4B | D1 | 12 | 40 | 0 | 12 | 11B | 3B | 38 |
| Octal | 254 | 113 | 321 | 22 | 100 | 0 | 22 | 433 | 73 | 70 |
| Binary | 10101100 | 1001011 | 11010001 | 10010 | 1000000 | 0 | 10010 | 100011011 | 111011 | 111000 |
Color Harmonies of #AC4BD1
Complementary color
Monochromatic Colors of #AC4BD1
Black with #AC4BD1
Text Example
Text Example
White with #AC4BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4BD1; }
p { color: rgb(172,75,209); }
H1.HeaderClassName
{
color: #AC4BD1;
}
.AnyTagClassName
{
color: #AC4BD1;
}
</style>
background-color css
<style>
a { background-color: #AC4BD1; }
a { background-color: rgb(172,75,209); }
div.DivClassName
{
background-color: #AC4BD1;
}
.BgClassName
{
background-color: #AC4BD1;
}
</style>
border-color css
<style>
span { border-color: #AC4BD1; }
span { border-color: rgb(172,75,209); }
td.TdClassName
{
border-color: #AC4BD1;
}
.TagClassName
{
border-color: #AC4BD1;
}
</style>