Shades of Medium Orchid #AC63CF
Tints of Medium Orchid #AC63CF
RGB
CMYK
RGB Variations
Color information
#AC63CF (or 0xAC63CF) is known color: Medium Orchid. HEX triplet: AC, 63 and CF. RGB value is (172,99,207). Sum of RGB (Red+Green+Blue) = 172+99+207=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC63CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC63CF is #539C30. Grayscale: #848484. Windows color (decimal): -5479473 or 13591468. OLE color: 13591468.
HSL color Cylindrical-coordinate representation of color #AC63CF: hue angle of 280.56º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC63CF is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 99 | 207 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.19 |
| HSL | 280.56º | 0.53% | 0.6% | - |
| HSV(B) | 280.56º | 0.52% | 0.81% | - |
| XYZ | 32.74 | 22.2 | 61.59 | - |
| YUV | 133.14 | 169.68 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 207 | 0.17 | 0.52 | 0 | 0.19 | 280.56 | 0.53 | 0.6 |
| Hex | AC | 63 | CF | 11 | 34 | 0 | 13 | 119 | 35 | 3C |
| Octal | 254 | 143 | 317 | 21 | 64 | 0 | 23 | 431 | 65 | 74 |
| Binary | 10101100 | 1100011 | 11001111 | 10001 | 110100 | 0 | 10011 | 100011001 | 110101 | 111100 |
Color Harmonies of #AC63CF
Complementary color
Monochromatic Colors of #AC63CF
Black with #AC63CF
Text Example
Text Example
White with #AC63CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC63CF; }
p { color: rgb(172,99,207); }
H1.HeaderClassName
{
color: #AC63CF;
}
.AnyTagClassName
{
color: #AC63CF;
}
</style>
background-color css
<style>
a { background-color: #AC63CF; }
a { background-color: rgb(172,99,207); }
div.DivClassName
{
background-color: #AC63CF;
}
.BgClassName
{
background-color: #AC63CF;
}
</style>
border-color css
<style>
span { border-color: #AC63CF; }
span { border-color: rgb(172,99,207); }
td.TdClassName
{
border-color: #AC63CF;
}
.TagClassName
{
border-color: #AC63CF;
}
</style>