Shades of Medium Orchid #AC5DD5
Tints of Medium Orchid #AC5DD5
RGB
CMYK
RGB Variations
Color information
#AC5DD5 (or 0xAC5DD5) is known color: Medium Orchid. HEX triplet: AC, 5D and D5. RGB value is (172,93,213). Sum of RGB (Red+Green+Blue) = 172+93+213=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 213 (83.59% from 255 or 44.56% from 478); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC5DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5DD5 is #53A22A. Grayscale: #818181. Windows color (decimal): -5481003 or 13983148. OLE color: 13983148.
HSL color Cylindrical-coordinate representation of color #AC5DD5: hue angle of 279.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC5DD5 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 93 | 213 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.16 |
| HSL | 279.5º | 0.59% | 0.6% | - |
| HSV(B) | 279.5º | 0.56% | 0.84% | - |
| XYZ | 32.94 | 21.4 | 65.35 | - |
| YUV | 130.3 | 174.67 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 213 | 0.19 | 0.56 | 0 | 0.16 | 279.5 | 0.59 | 0.6 |
| Hex | AC | 5D | D5 | 13 | 38 | 0 | 10 | 118 | 3B | 3C |
| Octal | 254 | 135 | 325 | 23 | 70 | 0 | 20 | 430 | 73 | 74 |
| Binary | 10101100 | 1011101 | 11010101 | 10011 | 111000 | 0 | 10000 | 100011000 | 111011 | 111100 |
Color Harmonies of #AC5DD5
Complementary color
Monochromatic Colors of #AC5DD5
Black with #AC5DD5
Text Example
Text Example
White with #AC5DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5DD5; }
p { color: rgb(172,93,213); }
H1.HeaderClassName
{
color: #AC5DD5;
}
.AnyTagClassName
{
color: #AC5DD5;
}
</style>
background-color css
<style>
a { background-color: #AC5DD5; }
a { background-color: rgb(172,93,213); }
div.DivClassName
{
background-color: #AC5DD5;
}
.BgClassName
{
background-color: #AC5DD5;
}
</style>
border-color css
<style>
span { border-color: #AC5DD5; }
span { border-color: rgb(172,93,213); }
td.TdClassName
{
border-color: #AC5DD5;
}
.TagClassName
{
border-color: #AC5DD5;
}
</style>