Shades of Medium Orchid #AC5ADD
Tints of Medium Orchid #AC5ADD
RGB
CMYK
RGB Variations
Color information
#AC5ADD (or 0xAC5ADD) is known color: Medium Orchid. HEX triplet: AC, 5A and DD. RGB value is (172,90,221). Sum of RGB (Red+Green+Blue) = 172+90+221=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC5ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5ADD is #53A522. Grayscale: #818181. Windows color (decimal): -5481763 or 14506668. OLE color: 14506668.
HSL color Cylindrical-coordinate representation of color #AC5ADD: hue angle of 277.56º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC5ADD is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 90 | 221 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.13 |
| HSL | 277.56º | 0.66% | 0.61% | - |
| HSV(B) | 277.56º | 0.59% | 0.87% | - |
| XYZ | 33.72 | 21.3 | 70.74 | - |
| YUV | 129.45 | 179.67 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 90 | 221 | 0.22 | 0.59 | 0 | 0.13 | 277.56 | 0.66 | 0.61 |
| Hex | AC | 5A | DD | 16 | 3B | 0 | D | 116 | 42 | 3D |
| Octal | 254 | 132 | 335 | 26 | 73 | 0 | 15 | 426 | 102 | 75 |
| Binary | 10101100 | 1011010 | 11011101 | 10110 | 111011 | 0 | 1101 | 100010110 | 1000010 | 111101 |
Color Harmonies of #AC5ADD
Complementary color
Monochromatic Colors of #AC5ADD
Black with #AC5ADD
Text Example
Text Example
White with #AC5ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5ADD; }
p { color: rgb(172,90,221); }
H1.HeaderClassName
{
color: #AC5ADD;
}
.AnyTagClassName
{
color: #AC5ADD;
}
</style>
background-color css
<style>
a { background-color: #AC5ADD; }
a { background-color: rgb(172,90,221); }
div.DivClassName
{
background-color: #AC5ADD;
}
.BgClassName
{
background-color: #AC5ADD;
}
</style>
border-color css
<style>
span { border-color: #AC5ADD; }
span { border-color: rgb(172,90,221); }
td.TdClassName
{
border-color: #AC5ADD;
}
.TagClassName
{
border-color: #AC5ADD;
}
</style>