Shades of Medium Orchid #AC63D1
Tints of Medium Orchid #AC63D1
RGB
CMYK
RGB Variations
Color information
#AC63D1 (or 0xAC63D1) is known color: Medium Orchid. HEX triplet: AC, 63 and D1. RGB value is (172,99,209). Sum of RGB (Red+Green+Blue) = 172+99+209=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC63D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC63D1 is #539C2E. Grayscale: #858585. Windows color (decimal): -5479471 or 13722540. OLE color: 13722540.
HSL color Cylindrical-coordinate representation of color #AC63D1: hue angle of 279.82º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC63D1 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 99 | 209 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.18 |
| HSL | 279.82º | 0.54% | 0.6% | - |
| HSV(B) | 279.82º | 0.53% | 0.82% | - |
| XYZ | 32.98 | 22.3 | 62.89 | - |
| YUV | 133.37 | 170.68 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 209 | 0.18 | 0.53 | 0 | 0.18 | 279.82 | 0.54 | 0.6 |
| Hex | AC | 63 | D1 | 12 | 35 | 0 | 12 | 118 | 36 | 3C |
| Octal | 254 | 143 | 321 | 22 | 65 | 0 | 22 | 430 | 66 | 74 |
| Binary | 10101100 | 1100011 | 11010001 | 10010 | 110101 | 0 | 10010 | 100011000 | 110110 | 111100 |
Color Harmonies of #AC63D1
Complementary color
Monochromatic Colors of #AC63D1
Black with #AC63D1
Text Example
Text Example
White with #AC63D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC63D1; }
p { color: rgb(172,99,209); }
H1.HeaderClassName
{
color: #AC63D1;
}
.AnyTagClassName
{
color: #AC63D1;
}
</style>
background-color css
<style>
a { background-color: #AC63D1; }
a { background-color: rgb(172,99,209); }
div.DivClassName
{
background-color: #AC63D1;
}
.BgClassName
{
background-color: #AC63D1;
}
</style>
border-color css
<style>
span { border-color: #AC63D1; }
span { border-color: rgb(172,99,209); }
td.TdClassName
{
border-color: #AC63D1;
}
.TagClassName
{
border-color: #AC63D1;
}
</style>