Shades of Medium Orchid #AC5ED1
Tints of Medium Orchid #AC5ED1
RGB
CMYK
RGB Variations
Color information
#AC5ED1 (or 0xAC5ED1) is known color: Medium Orchid. HEX triplet: AC, 5E and D1. RGB value is (172,94,209). Sum of RGB (Red+Green+Blue) = 172+94+209=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 94 (37.11% from 255 or 19.79% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC5ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5ED1 is #53A12E. Grayscale: #828282. Windows color (decimal): -5480751 or 13721260. OLE color: 13721260.
HSL color Cylindrical-coordinate representation of color #AC5ED1: hue angle of 280.7º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC5ED1 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 94 | 209 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.18 |
| HSL | 280.7º | 0.56% | 0.59% | - |
| HSV(B) | 280.7º | 0.55% | 0.82% | - |
| XYZ | 32.52 | 21.38 | 62.73 | - |
| YUV | 130.43 | 172.34 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 209 | 0.18 | 0.55 | 0 | 0.18 | 280.7 | 0.56 | 0.59 |
| Hex | AC | 5E | D1 | 12 | 37 | 0 | 12 | 119 | 38 | 3B |
| Octal | 254 | 136 | 321 | 22 | 67 | 0 | 22 | 431 | 70 | 73 |
| Binary | 10101100 | 1011110 | 11010001 | 10010 | 110111 | 0 | 10010 | 100011001 | 111000 | 111011 |
Color Harmonies of #AC5ED1
Complementary color
Monochromatic Colors of #AC5ED1
Black with #AC5ED1
Text Example
Text Example
White with #AC5ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5ED1; }
p { color: rgb(172,94,209); }
H1.HeaderClassName
{
color: #AC5ED1;
}
.AnyTagClassName
{
color: #AC5ED1;
}
</style>
background-color css
<style>
a { background-color: #AC5ED1; }
a { background-color: rgb(172,94,209); }
div.DivClassName
{
background-color: #AC5ED1;
}
.BgClassName
{
background-color: #AC5ED1;
}
</style>
border-color css
<style>
span { border-color: #AC5ED1; }
span { border-color: rgb(172,94,209); }
td.TdClassName
{
border-color: #AC5ED1;
}
.TagClassName
{
border-color: #AC5ED1;
}
</style>