Shades of Medium Orchid #AC5BC2
Tints of Medium Orchid #AC5BC2
RGB
CMYK
RGB Variations
Color information
#AC5BC2 (or 0xAC5BC2) is known color: Medium Orchid. HEX triplet: AC, 5B and C2. RGB value is (172,91,194). Sum of RGB (Red+Green+Blue) = 172+91+194=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC5BC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5BC2 is #53A43D. Grayscale: #7E7E7E. Windows color (decimal): -5481534 or 12737452. OLE color: 12737452.
HSL color Cylindrical-coordinate representation of color #AC5BC2: hue angle of 287.18º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC5BC2 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 91 | 194 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.24 |
| HSL | 287.18º | 0.46% | 0.56% | - |
| HSV(B) | 287.18º | 0.53% | 0.76% | - |
| XYZ | 30.49 | 20.15 | 53.32 | - |
| YUV | 126.96 | 165.84 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 91 | 194 | 0.11 | 0.53 | 0 | 0.24 | 287.18 | 0.46 | 0.56 |
| Hex | AC | 5B | C2 | B | 35 | 0 | 18 | 11F | 2E | 38 |
| Octal | 254 | 133 | 302 | 13 | 65 | 0 | 30 | 437 | 56 | 70 |
| Binary | 10101100 | 1011011 | 11000010 | 1011 | 110101 | 0 | 11000 | 100011111 | 101110 | 111000 |
Color Harmonies of #AC5BC2
Complementary color
Monochromatic Colors of #AC5BC2
Black with #AC5BC2
Text Example
Text Example
White with #AC5BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5BC2; }
p { color: rgb(172,91,194); }
H1.HeaderClassName
{
color: #AC5BC2;
}
.AnyTagClassName
{
color: #AC5BC2;
}
</style>
background-color css
<style>
a { background-color: #AC5BC2; }
a { background-color: rgb(172,91,194); }
div.DivClassName
{
background-color: #AC5BC2;
}
.BgClassName
{
background-color: #AC5BC2;
}
</style>
border-color css
<style>
span { border-color: #AC5BC2; }
span { border-color: rgb(172,91,194); }
td.TdClassName
{
border-color: #AC5BC2;
}
.TagClassName
{
border-color: #AC5BC2;
}
</style>