Shades of Medium Orchid #AC4BDA
Tints of Medium Orchid #AC4BDA
RGB
CMYK
RGB Variations
Color information
#AC4BDA (or 0xAC4BDA) is known color: Medium Orchid. HEX triplet: AC, 4B and DA. RGB value is (172,75,218). Sum of RGB (Red+Green+Blue) = 172+75+218=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC4BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4BDA is #53B425. Grayscale: #777777. Windows color (decimal): -5485606 or 14306220. OLE color: 14306220.
HSL color Cylindrical-coordinate representation of color #AC4BDA: hue angle of 280.7º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC4BDA is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 75 | 218 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.15 |
| HSL | 280.7º | 0.66% | 0.57% | - |
| HSV(B) | 280.7º | 0.66% | 0.85% | - |
| XYZ | 32.18 | 18.86 | 68.27 | - |
| YUV | 120.31 | 183.14 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 75 | 218 | 0.21 | 0.66 | 0 | 0.15 | 280.7 | 0.66 | 0.57 |
| Hex | AC | 4B | DA | 15 | 42 | 0 | F | 119 | 42 | 39 |
| Octal | 254 | 113 | 332 | 25 | 102 | 0 | 17 | 431 | 102 | 71 |
| Binary | 10101100 | 1001011 | 11011010 | 10101 | 1000010 | 0 | 1111 | 100011001 | 1000010 | 111001 |
Color Harmonies of #AC4BDA
Complementary color
Monochromatic Colors of #AC4BDA
Black with #AC4BDA
Text Example
Text Example
White with #AC4BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4BDA; }
p { color: rgb(172,75,218); }
H1.HeaderClassName
{
color: #AC4BDA;
}
.AnyTagClassName
{
color: #AC4BDA;
}
</style>
background-color css
<style>
a { background-color: #AC4BDA; }
a { background-color: rgb(172,75,218); }
div.DivClassName
{
background-color: #AC4BDA;
}
.BgClassName
{
background-color: #AC4BDA;
}
</style>
border-color css
<style>
span { border-color: #AC4BDA; }
span { border-color: rgb(172,75,218); }
td.TdClassName
{
border-color: #AC4BDA;
}
.TagClassName
{
border-color: #AC4BDA;
}
</style>