Shades of Medium Orchid #AC55D3
Tints of Medium Orchid #AC55D3
RGB
CMYK
RGB Variations
Color information
#AC55D3 (or 0xAC55D3) is known color: Medium Orchid. HEX triplet: AC, 55 and D3. RGB value is (172,85,211). Sum of RGB (Red+Green+Blue) = 172+85+211=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 211 (82.81% from 255 or 45.09% from 468); Max value from RGB is 211 - color contains mainly: blue. Hex color #AC55D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC55D3 is #53AA2C. Grayscale: #7C7C7C. Windows color (decimal): -5483053 or 13850028. OLE color: 13850028.
HSL color Cylindrical-coordinate representation of color #AC55D3: hue angle of 281.43º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC55D3 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 85 | 211 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.17 |
| HSL | 281.43º | 0.59% | 0.58% | - |
| HSV(B) | 281.43º | 0.6% | 0.83% | - |
| XYZ | 32.02 | 19.97 | 63.8 | - |
| YUV | 125.38 | 176.32 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 211 | 0.18 | 0.60 | 0 | 0.17 | 281.43 | 0.59 | 0.58 |
| Hex | AC | 55 | D3 | 12 | 3C | 0 | 11 | 119 | 3B | 3A |
| Octal | 254 | 125 | 323 | 22 | 74 | 0 | 21 | 431 | 73 | 72 |
| Binary | 10101100 | 1010101 | 11010011 | 10010 | 111100 | 0 | 10001 | 100011001 | 111011 | 111010 |
Color Harmonies of #AC55D3
Complementary color
Monochromatic Colors of #AC55D3
Black with #AC55D3
Text Example
Text Example
White with #AC55D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC55D3; }
p { color: rgb(172,85,211); }
H1.HeaderClassName
{
color: #AC55D3;
}
.AnyTagClassName
{
color: #AC55D3;
}
</style>
background-color css
<style>
a { background-color: #AC55D3; }
a { background-color: rgb(172,85,211); }
div.DivClassName
{
background-color: #AC55D3;
}
.BgClassName
{
background-color: #AC55D3;
}
</style>
border-color css
<style>
span { border-color: #AC55D3; }
span { border-color: rgb(172,85,211); }
td.TdClassName
{
border-color: #AC55D3;
}
.TagClassName
{
border-color: #AC55D3;
}
</style>