Shades of Medium Orchid #AC5DDD
Tints of Medium Orchid #AC5DDD
RGB
CMYK
RGB Variations
Color information
#AC5DDD (or 0xAC5DDD) is known color: Medium Orchid. HEX triplet: AC, 5D and DD. RGB value is (172,93,221). Sum of RGB (Red+Green+Blue) = 172+93+221=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC5DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5DDD is #53A222. Grayscale: #828282. Windows color (decimal): -5480995 or 14507436. OLE color: 14507436.
HSL color Cylindrical-coordinate representation of color #AC5DDD: hue angle of 277.03º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC5DDD is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 93 | 221 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.13 |
| HSL | 277.03º | 0.65% | 0.62% | - |
| HSV(B) | 277.03º | 0.58% | 0.87% | - |
| XYZ | 33.98 | 21.82 | 70.83 | - |
| YUV | 131.21 | 178.67 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 221 | 0.22 | 0.58 | 0 | 0.13 | 277.03 | 0.65 | 0.62 |
| Hex | AC | 5D | DD | 16 | 3A | 0 | D | 115 | 41 | 3E |
| Octal | 254 | 135 | 335 | 26 | 72 | 0 | 15 | 425 | 101 | 76 |
| Binary | 10101100 | 1011101 | 11011101 | 10110 | 111010 | 0 | 1101 | 100010101 | 1000001 | 111110 |
Color Harmonies of #AC5DDD
Complementary color
Monochromatic Colors of #AC5DDD
Black with #AC5DDD
Text Example
Text Example
White with #AC5DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5DDD; }
p { color: rgb(172,93,221); }
H1.HeaderClassName
{
color: #AC5DDD;
}
.AnyTagClassName
{
color: #AC5DDD;
}
</style>
background-color css
<style>
a { background-color: #AC5DDD; }
a { background-color: rgb(172,93,221); }
div.DivClassName
{
background-color: #AC5DDD;
}
.BgClassName
{
background-color: #AC5DDD;
}
</style>
border-color css
<style>
span { border-color: #AC5DDD; }
span { border-color: rgb(172,93,221); }
td.TdClassName
{
border-color: #AC5DDD;
}
.TagClassName
{
border-color: #AC5DDD;
}
</style>