Shades of Medium Orchid #AC4AD2
Tints of Medium Orchid #AC4AD2
RGB
CMYK
RGB Variations
Color information
#AC4AD2 (or 0xAC4AD2) is known color: Medium Orchid. HEX triplet: AC, 4A and D2. RGB value is (172,74,210). Sum of RGB (Red+Green+Blue) = 172+74+210=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 210 (82.42% from 255 or 46.05% from 456); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC4AD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4AD2 is #53B52D. Grayscale: #767676. Windows color (decimal): -5485870 or 13781676. OLE color: 13781676.
HSL color Cylindrical-coordinate representation of color #AC4AD2: hue angle of 283.24º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC4AD2 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 74 | 210 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.18 |
| HSL | 283.24º | 0.6% | 0.56% | - |
| HSV(B) | 283.24º | 0.65% | 0.82% | - |
| XYZ | 31.09 | 18.32 | 62.87 | - |
| YUV | 118.81 | 179.47 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 210 | 0.18 | 0.65 | 0 | 0.18 | 283.24 | 0.6 | 0.56 |
| Hex | AC | 4A | D2 | 12 | 41 | 0 | 12 | 11B | 3C | 38 |
| Octal | 254 | 112 | 322 | 22 | 101 | 0 | 22 | 433 | 74 | 70 |
| Binary | 10101100 | 1001010 | 11010010 | 10010 | 1000001 | 0 | 10010 | 100011011 | 111100 | 111000 |
Color Harmonies of #AC4AD2
Complementary color
Monochromatic Colors of #AC4AD2
Black with #AC4AD2
Text Example
Text Example
White with #AC4AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4AD2; }
p { color: rgb(172,74,210); }
H1.HeaderClassName
{
color: #AC4AD2;
}
.AnyTagClassName
{
color: #AC4AD2;
}
</style>
background-color css
<style>
a { background-color: #AC4AD2; }
a { background-color: rgb(172,74,210); }
div.DivClassName
{
background-color: #AC4AD2;
}
.BgClassName
{
background-color: #AC4AD2;
}
</style>
border-color css
<style>
span { border-color: #AC4AD2; }
span { border-color: rgb(172,74,210); }
td.TdClassName
{
border-color: #AC4AD2;
}
.TagClassName
{
border-color: #AC4AD2;
}
</style>