Shades of Medium Orchid #AC5CCE
Tints of Medium Orchid #AC5CCE
RGB
CMYK
RGB Variations
Color information
#AC5CCE (or 0xAC5CCE) is known color: Medium Orchid. HEX triplet: AC, 5C and CE. RGB value is (172,92,206). Sum of RGB (Red+Green+Blue) = 172+92+206=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC5CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5CCE is #53A331. Grayscale: #808080. Windows color (decimal): -5481266 or 13524140. OLE color: 13524140.
HSL color Cylindrical-coordinate representation of color #AC5CCE: hue angle of 282.11º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC5CCE is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 92 | 206 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.19 |
| HSL | 282.11º | 0.54% | 0.58% | - |
| HSV(B) | 282.11º | 0.55% | 0.81% | - |
| XYZ | 31.98 | 20.88 | 60.74 | - |
| YUV | 128.92 | 171.5 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 206 | 0.17 | 0.55 | 0 | 0.19 | 282.11 | 0.54 | 0.58 |
| Hex | AC | 5C | CE | 11 | 37 | 0 | 13 | 11A | 36 | 3A |
| Octal | 254 | 134 | 316 | 21 | 67 | 0 | 23 | 432 | 66 | 72 |
| Binary | 10101100 | 1011100 | 11001110 | 10001 | 110111 | 0 | 10011 | 100011010 | 110110 | 111010 |
Color Harmonies of #AC5CCE
Complementary color
Monochromatic Colors of #AC5CCE
Black with #AC5CCE
Text Example
Text Example
White with #AC5CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5CCE; }
p { color: rgb(172,92,206); }
H1.HeaderClassName
{
color: #AC5CCE;
}
.AnyTagClassName
{
color: #AC5CCE;
}
</style>
background-color css
<style>
a { background-color: #AC5CCE; }
a { background-color: rgb(172,92,206); }
div.DivClassName
{
background-color: #AC5CCE;
}
.BgClassName
{
background-color: #AC5CCE;
}
</style>
border-color css
<style>
span { border-color: #AC5CCE; }
span { border-color: rgb(172,92,206); }
td.TdClassName
{
border-color: #AC5CCE;
}
.TagClassName
{
border-color: #AC5CCE;
}
</style>