Shades of Medium Orchid #AC4DD2
Tints of Medium Orchid #AC4DD2
RGB
CMYK
RGB Variations
Color information
#AC4DD2 (or 0xAC4DD2) is known color: Medium Orchid. HEX triplet: AC, 4D and D2. RGB value is (172,77,210). Sum of RGB (Red+Green+Blue) = 172+77+210=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 210 (82.42% from 255 or 45.75% from 459); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC4DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DD2 is #53B22D. Grayscale: #787878. Windows color (decimal): -5485102 or 13782444. OLE color: 13782444.
HSL color Cylindrical-coordinate representation of color #AC4DD2: hue angle of 282.86º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC4DD2 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 77 | 210 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.18 |
| HSL | 282.86º | 0.6% | 0.56% | - |
| HSV(B) | 282.86º | 0.63% | 0.82% | - |
| XYZ | 31.3 | 18.73 | 62.94 | - |
| YUV | 120.57 | 178.47 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 210 | 0.18 | 0.63 | 0 | 0.18 | 282.86 | 0.6 | 0.56 |
| Hex | AC | 4D | D2 | 12 | 3F | 0 | 12 | 11B | 3C | 38 |
| Octal | 254 | 115 | 322 | 22 | 77 | 0 | 22 | 433 | 74 | 70 |
| Binary | 10101100 | 1001101 | 11010010 | 10010 | 111111 | 0 | 10010 | 100011011 | 111100 | 111000 |
Color Harmonies of #AC4DD2
Complementary color
Monochromatic Colors of #AC4DD2
Black with #AC4DD2
Text Example
Text Example
White with #AC4DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4DD2; }
p { color: rgb(172,77,210); }
H1.HeaderClassName
{
color: #AC4DD2;
}
.AnyTagClassName
{
color: #AC4DD2;
}
</style>
background-color css
<style>
a { background-color: #AC4DD2; }
a { background-color: rgb(172,77,210); }
div.DivClassName
{
background-color: #AC4DD2;
}
.BgClassName
{
background-color: #AC4DD2;
}
</style>
border-color css
<style>
span { border-color: #AC4DD2; }
span { border-color: rgb(172,77,210); }
td.TdClassName
{
border-color: #AC4DD2;
}
.TagClassName
{
border-color: #AC4DD2;
}
</style>