Shades of Medium Orchid #AC44CB
Tints of Medium Orchid #AC44CB
RGB
CMYK
RGB Variations
Color information
#AC44CB (or 0xAC44CB) is known color: Medium Orchid. HEX triplet: AC, 44 and CB. RGB value is (172,68,203). Sum of RGB (Red+Green+Blue) = 172+68+203=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC44CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC44CB is #53BB34. Grayscale: #727272. Windows color (decimal): -5487413 or 13321388. OLE color: 13321388.
HSL color Cylindrical-coordinate representation of color #AC44CB: hue angle of 286.22º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC44CB is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 68 | 203 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.20 |
| HSL | 286.22º | 0.56% | 0.53% | - |
| HSV(B) | 286.22º | 0.67% | 0.8% | - |
| XYZ | 29.86 | 17.22 | 58.25 | - |
| YUV | 114.49 | 177.96 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 203 | 0.15 | 0.67 | 0 | 0.20 | 286.22 | 0.56 | 0.53 |
| Hex | AC | 44 | CB | F | 43 | 0 | 14 | 11E | 38 | 35 |
| Octal | 254 | 104 | 313 | 17 | 103 | 0 | 24 | 436 | 70 | 65 |
| Binary | 10101100 | 1000100 | 11001011 | 1111 | 1000011 | 0 | 10100 | 100011110 | 111000 | 110101 |
Color Harmonies of #AC44CB
Complementary color
Monochromatic Colors of #AC44CB
Black with #AC44CB
Text Example
Text Example
White with #AC44CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC44CB; }
p { color: rgb(172,68,203); }
H1.HeaderClassName
{
color: #AC44CB;
}
.AnyTagClassName
{
color: #AC44CB;
}
</style>
background-color css
<style>
a { background-color: #AC44CB; }
a { background-color: rgb(172,68,203); }
div.DivClassName
{
background-color: #AC44CB;
}
.BgClassName
{
background-color: #AC44CB;
}
</style>
border-color css
<style>
span { border-color: #AC44CB; }
span { border-color: rgb(172,68,203); }
td.TdClassName
{
border-color: #AC44CB;
}
.TagClassName
{
border-color: #AC44CB;
}
</style>