Shades of Medium Orchid #AC48C1
Tints of Medium Orchid #AC48C1
RGB
CMYK
RGB Variations
Color information
#AC48C1 (or 0xAC48C1) is known color: Medium Orchid. HEX triplet: AC, 48 and C1. RGB value is (172,72,193). Sum of RGB (Red+Green+Blue) = 172+72+193=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC48C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC48C1 is #53B73E. Grayscale: #737373. Windows color (decimal): -5486399 or 12667052. OLE color: 12667052.
HSL color Cylindrical-coordinate representation of color #AC48C1: hue angle of 289.59º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC48C1 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 72 | 193 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.24 |
| HSL | 289.59º | 0.49% | 0.52% | - |
| HSV(B) | 289.59º | 0.63% | 0.76% | - |
| XYZ | 28.96 | 17.26 | 52.26 | - |
| YUV | 115.69 | 171.63 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 193 | 0.11 | 0.63 | 0 | 0.24 | 289.59 | 0.49 | 0.52 |
| Hex | AC | 48 | C1 | B | 3F | 0 | 18 | 122 | 31 | 34 |
| Octal | 254 | 110 | 301 | 13 | 77 | 0 | 30 | 442 | 61 | 64 |
| Binary | 10101100 | 1001000 | 11000001 | 1011 | 111111 | 0 | 11000 | 100100010 | 110001 | 110100 |
Color Harmonies of #AC48C1
Complementary color
Monochromatic Colors of #AC48C1
Black with #AC48C1
Text Example
Text Example
White with #AC48C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC48C1; }
p { color: rgb(172,72,193); }
H1.HeaderClassName
{
color: #AC48C1;
}
.AnyTagClassName
{
color: #AC48C1;
}
</style>
background-color css
<style>
a { background-color: #AC48C1; }
a { background-color: rgb(172,72,193); }
div.DivClassName
{
background-color: #AC48C1;
}
.BgClassName
{
background-color: #AC48C1;
}
</style>
border-color css
<style>
span { border-color: #AC48C1; }
span { border-color: rgb(172,72,193); }
td.TdClassName
{
border-color: #AC48C1;
}
.TagClassName
{
border-color: #AC48C1;
}
</style>